[rkward-cvs] [rkward] i18n: Complete instructions

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sat Jan 31 17:15:51 UTC 2015


Git commit 91cba89c82b00fca89d0bc5605045c00ef58d8d8 by Thomas Friedrichsmeier.
Committed on 31/01/2015 at 17:12.
Pushed by tfry into branch 'master'.

Complete instructions

M  +13   -4    i18n/README.translations

http://commits.kde.org/rkward/91cba89c82b00fca89d0bc5605045c00ef58d8d8

diff --git a/i18n/README.translations b/i18n/README.translations
index b9ab6a3..5130f6f 100644
--- a/i18n/README.translations
+++ b/i18n/README.translations
@@ -13,11 +13,20 @@ links where to find the most recent, and authoritative version of each .po file.
 
 If you have any questions or concerns about the process, please contact us on the rkward-devel mailing list.
 
-If all you want is a quick way to pull translations from KDE l10n, use ../scripts/SCRIPT_TO_BE_WRITTEN (only
-in our git repository, not in source releases).
+If all you want is a quick way to pull translations from KDE l10n, use one of:
+* scripts/import_translations.py [xx]
+  (where the optional parameter xx is your language code, such as "de"; script to be found in our git
+  repository, only, not in source releases).
+* git clone git://anongit.kde.org/scratch/tfry/rkward-po-export i18n/po
+  (this is much faster in case you want to fetch/build _all_ translations)
 
 === Developers ===
 
-- Synchronize translations from KDE l10n to git using ../scripts/SCRIPT_TO_BE_WRITTEN .
+- Synchronize translations from KDE l10n to git like this:
+  1. Clone (or update) the existing translation export repo:
+     > git clone git://anongit.kde.org/scratch/tfry/rkward-po-export i18n/po
+  2. Run
+     > scripts/import_translations.py
+     (without language arg) to fetch updates
+  3. git commit & push in the export repo.
 - For dealing with plugin messages, read the i18n-chapter in "Introduction to writing plugins for RKWard".
-


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
rkward-cvs mailing list
rkward-cvs at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-cvs


More information about the rkward-tracker mailing list