Page MenuHomeFreeBSD

Delete deprecated files in zh_CN
ClosedPublic

Authored by ygy on Jun 29 2018, 8:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 7:46 AM
Unknown Object (File)
Fri, Oct 10, 1:26 AM
Unknown Object (File)
Sat, Sep 27, 6:07 AM
Unknown Object (File)
Sep 17 2025, 6:59 PM
Unknown Object (File)
Sep 17 2025, 11:29 AM
Unknown Object (File)
Sep 14 2025, 9:18 PM
Unknown Object (File)
Sep 14 2025, 2:56 AM
Unknown Object (File)
Sep 11 2025, 4:20 AM
Subscribers
None

Details

Summary

Delete deprecated files in zh_CN.

Reviewed_by: loader (mentor), delphij (mentor)
Approved_by: loader (mentor), delphij (mentor)
Differential_Revision: https://reviews.freebsd.org/D16XXX

Diff Detail

Repository
rD FreeBSD doc repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

@loader @delphij What I am unsure is zh_CN.UTF-8/htdocs/developers.xml. Is it used anywhere, and should we keep maintaining it?

In D16072#340510, @ygy wrote:

@loader @delphij What I am unsure is zh_CN.UTF-8/htdocs/developers.xml. Is it used anywhere, and should we keep maintaining it?

Actually it's a good catch. No, the file is no longer used and you should migrate the localized data to author.ent (see: https://www.freebsd.org/news/status/report-2013-01-2013-03.html#The-entities-Documentation-Branch )

This revision is now accepted and ready to land.Jun 30 2018, 8:16 AM
In D16072#340510, @ygy wrote:

@loader @delphij What I am unsure is zh_CN.UTF-8/htdocs/developers.xml. Is it used anywhere, and should we keep maintaining it?

Actually it's a good catch. No, the file is no longer used and you should migrate the localized data to author.ent (see: https://www.freebsd.org/news/status/report-2013-01-2013-03.html#The-entities-Documentation-Branch )

It seems that author.ent contains all the translation from developers.xml. Safe to delete developers.xml.

This revision was automatically updated to reflect the committed changes.