added more missing files.

2003-09-02  Sven Neumann  <sven@gimp.org>

	* Makefile.am (tips_POFILES): added more missing files.

	* gimp-tips.dtd: use CDATA for language identifiers since sr@Latn
	is not a valid XML name token (NMTOKEN).
This commit is contained in:
Sven Neumann 2003-09-02 15:46:53 +00:00 committed by Sven Neumann
parent b45d9d472e
commit 4590273e45
3 changed files with 23 additions and 12 deletions

View File

@ -1,3 +1,10 @@
2003-09-02 Sven Neumann <sven@gimp.org>
* Makefile.am (tips_POFILES): added more missing files.
* gimp-tips.dtd: use CDATA for language identifiers since sr@Latn
is not a valid XML name token (NMTOKEN).
2003-09-02 Danilo Šegan <dsegan@gmx.net>
* Makefile.am: Added "sr.po" and "sr@Latn.po" to tips_POFILES.

View File

@ -7,17 +7,21 @@ tips_in_files = gimp-tips.xml.in
tipsdata_DATA = $(tips_in_files:.xml.in=.xml)
tips_POFILES = \
cs.po \
da.po \
de.po \
es.po \
ja.po \
pl.po \
pt.po \
sk.po \
sr.po \
cs.po \
da.po \
de.po \
es.po \
he.po \
id.po \
ja.po \
no.po \
pl.po \
pt.po \
pt_BR.po \
sk.po \
sr.po \
sr@Latn.po \
sv.po \
sv.po \
zh_CN.po \
zh_TW.po

View File

@ -12,7 +12,7 @@
<!ELEMENT tt %markup;>
<!ELEMENT welcome %markup;>
<!ATTLIST welcome xml:lang NMTOKEN #IMPLIED>
<!ATTLIST welcome xml:lang CDATA #IMPLIED>
<!ELEMENT thetip %markup;>
<!ATTLIST thetip xml:lang NMTOKEN #IMPLIED>
<!ATTLIST thetip xml:lang CDATA #IMPLIED>