Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfreddii <freddii@users.noreply.github.com>2021-01-21 08:07:19 +0300
committerfreddii <freddii@users.noreply.github.com>2021-01-21 08:07:19 +0300
commit5d1e1a2c8c0e521dd35c17891801cc9ef0399279 (patch)
treea05cf610ba7343f52358913f37f4d6fe30294b6f /README.i18n
parent95a8f35d719ec79d74b770c9fa26d8d916603a27 (diff)
added editors to edit po files
Diffstat (limited to 'README.i18n')
-rw-r--r--README.i18n2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.i18n b/README.i18n
index a1300b4..e27b5da 100644
--- a/README.i18n
+++ b/README.i18n
@@ -24,7 +24,7 @@ now there is only one, for German. New ones can be created:
mkdir -p locale/${newlang}/LC_MESSAGES
cp locale/pronterface.pot locale/${newlanguage}/LC_MESSAGES/pronterface.po
cd locale/${newlanguage}/LC_MESSAGES/
- # Edit the .po file to add messages for newlang
+ # Edit the .po file to add messages for newlang (debian offers e.g.: poedit or gtranslator)
msgfmt -o pronterface.mo pronterface.po
To update a previously created message catalog from the template, use :