Correct th last part of FPI(should be ISO 639 language code)
Submitted by: chinsan PR: docs/100334
This commit is contained in:
parent
454eb714ef
commit
b5ce5ee380
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28341
2 changed files with 4 additions and 4 deletions
|
@ -14,10 +14,10 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||||
"l10n.ent"
|
"l10n.ent"
|
||||||
-- Addition to en_US, opened in l10n.ent. --
|
-- Addition to en_US, opened in l10n.ent. --
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//CN"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//ZH"
|
||||||
"authors.ent"
|
"authors.ent"
|
||||||
-- Chinese-specific, opened in l10n.ent. --
|
-- Chinese-specific, opened in l10n.ent. --
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//CN"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//ZH"
|
||||||
"authors-in-author-tag.ent"
|
"authors-in-author-tag.ent"
|
||||||
-- Override en_US --
|
-- Override en_US --
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||||
|
|
|
@ -16,11 +16,11 @@
|
||||||
|
|
||||||
<!ENTITY % output.for.print "IGNORE">
|
<!ENTITY % output.for.print "IGNORE">
|
||||||
|
|
||||||
<!ENTITY % authors.cn PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//CN">
|
<!ENTITY % authors.cn PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//ZH">
|
||||||
%authors.cn;
|
%authors.cn;
|
||||||
|
|
||||||
<!ENTITY % authors.in.author.tag.cn
|
<!ENTITY % authors.in.author.tag.cn
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//CN">
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Author In Author Tag Entities//ZH">
|
||||||
%authors.in.author.tag.cn;
|
%authors.in.author.tag.cn;
|
||||||
|
|
||||||
<!ENTITY cnproj.freebsd.org "FreeBSD 中文计划">
|
<!ENTITY cnproj.freebsd.org "FreeBSD 中文计划">
|
||||||
|
|
Loading…
Reference in a new issue