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)
Tue, Sep 1, 7:33 PM
Unknown Object (File)
Sun, Aug 30, 12:22 PM
Unknown Object (File)
Sat, Aug 29, 12:32 AM
Unknown Object (File)
Sat, Aug 22, 1:06 AM
Unknown Object (File)
Wed, Aug 19, 12:11 PM
Unknown Object (File)
Mon, Aug 17, 4:28 AM
Unknown Object (File)
Sat, Aug 15, 4:23 AM
Unknown Object (File)
Thu, Aug 13, 8:41 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.