New Language Translation

Started by Ameen - Etemadyabout 22 years ago2 messagespatches
Jump to latest
#1Ameen  - Etemady
eetemadi@ce.sharif.edu

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:

fa_IR.poapplication/octet-stream; name=fa_IR.poDownload
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Ameen - Etemady (#1)
Re: New Language Translation

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/