diff options
Diffstat (limited to 'nls')
-rw-r--r-- | nls/Makefile.am | 4 | ||||
-rw-r--r-- | nls/translators.txt | 19 |
2 files changed, 22 insertions, 1 deletions
diff --git a/nls/Makefile.am b/nls/Makefile.am index 0132d34..75867c6 100644 --- a/nls/Makefile.am +++ b/nls/Makefile.am | |||
@@ -2,7 +2,9 @@ | |||
2 | 2 | ||
3 | NLSTEST = @NLS@ | 3 | NLSTEST = @NLS@ |
4 | SUBDIRS = C da_DK es_ES et_EE fr_FR pt_BR ru_RU sv_SE \ | 4 | SUBDIRS = C da_DK es_ES et_EE fr_FR pt_BR ru_RU sv_SE \ |
5 | tr_TR it_IT pt_PT bg_BG ja_JP lv_LV de_DE nl_NL | 5 | tr_TR it_IT pt_PT bg_BG ja_JP lv_LV de_DE nl_NL \ |
6 | sl_SI pl_PL | ||
7 | |||
6 | MAINTAINERCLEANFILES = Makefile.in blackbox-nls.hh | 8 | MAINTAINERCLEANFILES = Makefile.in blackbox-nls.hh |
7 | EXTRA_DIST=blackbox-nls.hh convert.awk | 9 | EXTRA_DIST=blackbox-nls.hh convert.awk |
8 | 10 | ||
diff --git a/nls/translators.txt b/nls/translators.txt index ea69201..9e9ba8b 100644 --- a/nls/translators.txt +++ b/nls/translators.txt | |||
@@ -1,5 +1,24 @@ | |||
1 | Adding a new translation | ||
2 | ------------------------ | ||
3 | |||
4 | 1. Take the directory C, copy to a directory named by your locale. | ||
5 | 2. Edit Makefile.am add your directory to the SUBDIRS. | ||
6 | 3. Copy a Makefile.am from some other translation, the newest or | ||
7 | the one closest to your directory. | ||
8 | 4. Edit the Makefile.am in your directory. Change :: | ||
9 | |||
10 | THE_LANG = sv_SE | ||
11 | CODESET = ISO-8859-1 | ||
12 | |||
13 | 5. Add your directory at the end of configure.in. | ||
14 | 6. run ./autogen.sh (in upper directory) | ||
15 | 7. run ./configure | ||
16 | |||
17 | |||
18 | |||
1 | List of translators contrubutors | 19 | List of translators contrubutors |
2 | -------------------------------- | 20 | -------------------------------- |
3 | 21 | ||
4 | pl_PL: offtza@gazeta.pl | 22 | pl_PL: offtza@gazeta.pl |
5 | nl_NL: Han Boetes <han@mijncomputer.nl> | 23 | nl_NL: Han Boetes <han@mijncomputer.nl> |
24 | sl_SI: Ales Jagodnik <ales.jagodnik@siol.net> | ||