diff options
author | grubert <grubert> | 2004-01-17 21:24:15 (GMT) |
---|---|---|
committer | grubert <grubert> | 2004-01-17 21:24:15 (GMT) |
commit | 83bf11572d869f393ce97b01e6d5f5c8536fb73b (patch) | |
tree | e9c3d3b444104eeff0b8f41ae3c3282c930fe591 /nls/translators.txt | |
parent | b7c907ccaf8084ef2f34325a769d82f0138682d2 (diff) | |
download | fluxbox-83bf11572d869f393ce97b01e6d5f5c8536fb73b.zip fluxbox-83bf11572d869f393ce97b01e6d5f5c8536fb73b.tar.bz2 |
Add pl_PL and sl_SI to Makefile.am.
Document translation additions.
Diffstat (limited to 'nls/translators.txt')
-rw-r--r-- | nls/translators.txt | 19 |
1 files changed, 19 insertions, 0 deletions
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> | ||