aboutsummaryrefslogtreecommitdiffstats
path: root/tools/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/README')
-rw-r--r--tools/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/README b/tools/README
new file mode 100644
index 000000000..9b10f0a8b
--- /dev/null
+++ b/tools/README
@@ -0,0 +1,17 @@
+REBUILDING A GETTEXT DICTIONARIES
+
+To rebuild a gettext dictionaries and refresing the po files you need to run rebuild_gettext_catalogs.sh script in the root of main web server:
+
+It cals extract2gettext.php for every translatable resource. It picks the database for that from web_projects.dat file.
+
+Python script translated_converter.py is used in conversion of lang files to gettext po files.
+It comes from http://gitweb.mageia.org/software/i18n/tools/tree/websites where you can find it's license and some other informations.
+
+
+LEGACY UTILITIES
+1. There is also useful script lookup_for_second_argument.sh used as a preparation for transition.
+It cals lookup_for_second_argument.php for every translatable resource. It picks the database for that from web_projects.dat file.
+
+2. File extract2lang.php is used for old lang l10n system.
+
+3. In the transition from php arrays to lang l10n system file pa2lang.php was used.