Skip to content

Commit

Permalink
Added documentation about translating setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed May 2, 2000
1 parent 7b15d06 commit 3f1c56d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.locale
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
How to add support for a new locale in setup :
----------------------------------------------

* Create a new directory for your locale under 'po', i.e if you want to
add Russian translations :

mkdir po/ru

* Edit the Makefile and add your locale name to the 'LOCALES = ' line.

* Copy the po/setup.po file to your new directory under 'po'. i.e. :

cp po/setup.po po/ru/

* Edit the setup.po file in your directory and add translations for
all of the strings.

* Run 'make gettext' to generate the corresponding MO files in the
setup image.

* That's it ! :)

0 comments on commit 3f1c56d

Please sign in to comment.