summaryrefslogtreecommitdiffstats
path: root/README.translators
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:46:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:46:29 +0000
commit5e1454ef4562bdcc75c213624a14e83c7959b592 (patch)
treeff2df2bfaf8732840c3c3d25dc0702f13e1fa1f0 /README.translators
parentInitial commit. (diff)
downloadtasksel-5e1454ef4562bdcc75c213624a14e83c7959b592.tar.xz
tasksel-5e1454ef4562bdcc75c213624a14e83c7959b592.zip
Adding upstream version 3.73.upstream/3.73upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.translators')
-rw-r--r--README.translators31
1 files changed, 31 insertions, 0 deletions
diff --git a/README.translators b/README.translators
new file mode 100644
index 0000000..f2f38ec
--- /dev/null
+++ b/README.translators
@@ -0,0 +1,31 @@
+Some notes for translators
+==========================
+
+There are three directories containing translations:
+
+ po/
+
+ Contains the phrases used in the tasksel program.
+
+ tasks/po/
+
+ Contain the phrases used in (a few of) the tasks themselves.
+
+ debian/po/
+
+ Contains the debconf templates.
+
+Your language should be listed in LANGS and LANGS_DESC variables
+in Makefile. (LANGS is for translations in po/, and LANGS_DESC
+is for translations in tasks/po/.)
+
+You should also translate the Descriptions of the task-* packages.
+These are shown to the user when tasksel runs, so are actually
+the most important thing to translate. This can be done via the
+The Debian Description Translation Project:
+<http://www.debian.org/intl/l10n/ddtp>
+
+When translating the Descriptions, the ones that matter are those
+tasks that are displayed to the user. Translating the Descriptions
+of the language-specific tasks, which are not shown to the user,
+is not a priority.