Date: 03/12/01
- Next message: Egon Schmid ( <email protected>): "Re: [PHP-DOC] anyone knows what this error is?"
- Previous message: Jirka Kosek: "[PHP-DOC] Writing code examples in PHPDOC"
- In reply to: Jaemin Byon: "[PHP-DOC] anyone knows what this error is?"
- Next in thread: Egon Schmid ( <email protected>): "Re: [PHP-DOC] anyone knows what this error is?"
- Reply: Egon Schmid ( <email protected>): "Re: [PHP-DOC] anyone knows what this error is?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jaemin Byon wrote:
>
> these error messages are displayed when trying build manual.
> (http://php.net/manual/kr/build-kr.log)
> anyone knows what these error messages mean?
...
> /usr/bin/jade:/usr/lib/dsssl/stylesheets/docbook/html/../common/dbl10n.dsl:280:12:E: L10N ERROR: gentext-element-name: kr (toc)
Problem is that DSSSL stylesheets does not know "kr" language (Korea?).
There is language "ko" in DSSSL stylesheets. IMHO this is error in
php-doc, because "kr" is country code (ISO 3166) and "ko" is language
code (ISO 639). Short term solution would be to change lang="kr" to
lang="ko" in manual.xml. Long term solution is to change "kr" to "ko" in
php-doc consistently.
-----------------------------------------------------------------
Jirka Kosek
e-mail: jirka <email protected>
http://www.kosek.cz
- Next message: Egon Schmid ( <email protected>): "Re: [PHP-DOC] anyone knows what this error is?"
- Previous message: Jirka Kosek: "[PHP-DOC] Writing code examples in PHPDOC"
- In reply to: Jaemin Byon: "[PHP-DOC] anyone knows what this error is?"
- Next in thread: Egon Schmid ( <email protected>): "Re: [PHP-DOC] anyone knows what this error is?"
- Reply: Egon Schmid ( <email protected>): "Re: [PHP-DOC] anyone knows what this error is?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

