views:

30

answers:

1

I am working on web application (used PHP, javascript language) , I have provided localization support to my application. Currently supported English language. I am supporting another languages.

I know basic format of .po file i.e. :

msgid "Unknown login error"
msgstr “Please enter corrent credientioals"

I wanted to know standard format for writing po file.

Please suggest me, from where I will get po file standard format through with I can build good po file

+1  A: 

http://www.gnu.org/software/hello/manual/gettext/PO-Files.html

joni
Thanks joni for your reference!
pravin