aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2013-11-03 13:42:33 +0100
committerfilip <filip.komar@gmail.com>2013-11-03 13:42:33 +0100
commit7c7e064f4536263c0a7e00fe6c5b73a86978e5f3 (patch)
tree970848fe7c87c6494cabcb2ef1283e338fa218d4 /README
parent102e4b7103a5a684e60b031851bf0306257edf89 (diff)
downloadtools-7c7e064f4536263c0a7e00fe6c5b73a86978e5f3.tar
tools-7c7e064f4536263c0a7e00fe6c5b73a86978e5f3.tar.gz
tools-7c7e064f4536263c0a7e00fe6c5b73a86978e5f3.tar.bz2
tools-7c7e064f4536263c0a7e00fe6c5b73a86978e5f3.tar.xz
tools-7c7e064f4536263c0a7e00fe6c5b73a86978e5f3.zip
early history added
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index e6758edf..2e922c9f 100644
--- a/README
+++ b/README
@@ -12,6 +12,10 @@ added support for doc team resources
removed support for mga2 since it's EOL is almost here
added creation of working copy of po resource
+2012/10/03
+First script by Remco Rijnders
+
+
FEATURES
-it's very configurable
-support for git (currently all resources except translations for web pages)
@@ -32,8 +36,8 @@ FEATURES
-checking and addition of git configuration
-searching for new *.pot files in svn (TODO also search from git)
-INSTALATION AND CONFIGURATION
+INSTALATION AND CONFIGURATION
Please put the script check_for_translation_work.sh in your home directory ~/bin or create a symlink to it from git directory and make it executable.
That way it will be in your PATH so you can call it from any directory. After first run please adjust file ~/.mageia-i18n-config to suit your needs.
Script will automatically copy or update list of translatable resources if check_updates is set to 1 (default) in config file.
@@ -63,10 +67,11 @@ svn_method="svn+ssh://"
Other options should be obvious by its name or comment.
-USAGE
+USAGE
First time after your configuration the script will need some time to clone all the needed git repos. Just wait a bit. It will be much faster next time as it will only need to pull the changes from git since your last run. The script can show the differences from the last run by default but you can switch that off in your config. Script will show the list of resources for translation (with fuzzy and untranslated strings) on the end.
+
TODO
add support for html files
check the html resources on list of translatable resources
@@ -86,6 +91,7 @@ better documentation
# svn log -r:
# git log --after=<date>
+
TIPS SECTION
How to svn co single file (file.pot):
svn checkout $url_of_big_dir $target_dir --depth=empty