From 83bf11572d869f393ce97b01e6d5f5c8536fb73b Mon Sep 17 00:00:00 2001 From: grubert Date: Sat, 17 Jan 2004 21:24:15 +0000 Subject: Add pl_PL and sl_SI to Makefile.am. Document translation additions. --- nls/Makefile.am | 4 +++- nls/translators.txt | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) 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 @@ NLSTEST = @NLS@ SUBDIRS = C da_DK es_ES et_EE fr_FR pt_BR ru_RU sv_SE \ - tr_TR it_IT pt_PT bg_BG ja_JP lv_LV de_DE nl_NL + tr_TR it_IT pt_PT bg_BG ja_JP lv_LV de_DE nl_NL \ + sl_SI pl_PL + MAINTAINERCLEANFILES = Makefile.in blackbox-nls.hh EXTRA_DIST=blackbox-nls.hh convert.awk 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 @@ +Adding a new translation +------------------------ + +1. Take the directory C, copy to a directory named by your locale. +2. Edit Makefile.am add your directory to the SUBDIRS. +3. Copy a Makefile.am from some other translation, the newest or + the one closest to your directory. +4. Edit the Makefile.am in your directory. Change :: + + THE_LANG = sv_SE + CODESET = ISO-8859-1 + +5. Add your directory at the end of configure.in. +6. run ./autogen.sh (in upper directory) +7. run ./configure + + + List of translators contrubutors -------------------------------- pl_PL: offtza@gazeta.pl nl_NL: Han Boetes +sl_SI: Ales Jagodnik -- cgit v0.11.2