New Language Translation
First, thanks for the localization support in the POSTGRESQL.
I want to add my language messages in postgresql.(LC_MESSAGES)
It's Name is Farsi(Persian) and called "fa_IR" in translation files.
First, It's the "pg_controldata" translation file attached.
the path in the source is src/bin/pg_controldata/po/fa_IR.po
and you now that the file name must be added to
src/bin/pg_controldata/nls.mk as "fa_IR" at the variable
"AVAIL_LANGUAGES".
I will appreciate your response.
Thank you very much.
Attachments:
eetemadi@ce.sharif.edu wrote:
First, thanks for the localization support in the POSTGRESQL.
I want to add my language messages in postgresql.(LC_MESSAGES)
It's Name is Farsi(Persian) and called "fa_IR" in translation files.
Is there any use of "fa" outside of "IR"? Else I would just call the
translation files "fa.po".
--
Peter Eisentraut
http://developer.postgresql.org/~petere/