aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2013-11-01 15:20:11 +0100
committerfilip <filip.komar@gmail.com>2013-11-01 15:20:11 +0100
commitd88232dcb27df35a45ed8c8e547eceffb1086d8f (patch)
treee4070b63537bfa7d34f8722836025be54c1129eb /README
parent7da31ab1ff31830f275abc0eaccdf7427a5d565f (diff)
downloadtools-d88232dcb27df35a45ed8c8e547eceffb1086d8f.tar
tools-d88232dcb27df35a45ed8c8e547eceffb1086d8f.tar.gz
tools-d88232dcb27df35a45ed8c8e547eceffb1086d8f.tar.bz2
tools-d88232dcb27df35a45ed8c8e547eceffb1086d8f.tar.xz
tools-d88232dcb27df35a45ed8c8e547eceffb1086d8f.zip
added option to exclude all work on web pages translation
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 05e3cc06..4a5aaf6e 100644
--- a/README
+++ b/README
@@ -1,4 +1,7 @@
NEWS
+2013/11/01
+added option to exclude all work on web pages translation
+
2013/10/31
added support for git NOTE: you need to add git_directory variable in your ~/.mageia-i18n-config file
added creation of list_of_resources_for_translation.txt with statistics
@@ -23,6 +26,7 @@ FEATURES
-creation of working copy of po resource in working directory if required
-testing for differences of *.po file from working copy if required
-testing for differences of *.pot file from working copy if required
+-option to exclude all work on web pages translation
-searching for new *.pot files in svn (TODO also search from git)
INSTALATION AND CONFIGURATION
@@ -36,6 +40,7 @@ Remember to upload your public ssh key to mageia identity! Otherwise the script
See wiki (https://wiki.mageia.org/en/Git_usage_for_l10n_and_doc) for details.
It's recommended that you first try git clone and push without script to test if your setup is as it should be.
Same goes for svn commit if you need it (currently there are only translations for web pages left on svn).
+You can exclude all work on web pages translation with option work_on_web_pages_translation. In that case you don't need to configure svn at all.
At least you need to adjust following setings in configuration file named .mageia-i18n-config that has been made in your home directory on the first run of the script.
@@ -43,7 +48,7 @@ Set this according to your language code:
language_code=sl
Adjust svn, git and working translations directories
-svn_directory= default is /home/user/Mageia/i18n/svn
+svn_directory= default is just a template: /home/user/Mageia/i18n/svn
git_directory="/home/user/Mageia/i18n/git" # added after git transition
working_translations_directory= default is /home/user/Mageia/i18n/translations