aboutsummaryrefslogtreecommitdiffstats
path: root/tools/README
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2014-03-01 18:15:17 +0000
committerFilip Komar <filip@mageia.org>2014-03-01 18:15:17 +0000
commitfea2eca9cb50ba0dd1058358bc0feb58304a3d80 (patch)
tree14473e0a8ed3499e559ff4e957a5ecdbf42dfa3a /tools/README
parent1f3db960405e08e0f707a5de5810c3c12040709d (diff)
downloadwww-fea2eca9cb50ba0dd1058358bc0feb58304a3d80.tar
www-fea2eca9cb50ba0dd1058358bc0feb58304a3d80.tar.gz
www-fea2eca9cb50ba0dd1058358bc0feb58304a3d80.tar.bz2
www-fea2eca9cb50ba0dd1058358bc0feb58304a3d80.tar.xz
www-fea2eca9cb50ba0dd1058358bc0feb58304a3d80.zip
first step towards transition from lang files to gettext translation system
Diffstat (limited to 'tools/README')
-rw-r--r--tools/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/README b/tools/README
new file mode 100644
index 000000000..453913ddb
--- /dev/null
+++ b/tools/README
@@ -0,0 +1,11 @@
+REBUILDING A GETTEXT DICTIONARIES
+
+To rebuild a gettext dictionaries 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.
+
+
+LEGACY UTILITY
+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.