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)
Thu, Jul 16, 1:33 AM
Unknown Object (File)
Wed, Jul 8, 10:41 AM
Unknown Object (File)
Sun, Jul 5, 8:04 AM
Unknown Object (File)
Sat, Jul 4, 2:36 PM
Unknown Object (File)
Jun 13 2026, 2:14 AM
Unknown Object (File)
Jun 13 2026, 12:37 AM
Unknown Object (File)
Jun 13 2026, 12:27 AM
Unknown Object (File)
Jun 10 2026, 5:22 PM
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.