From 7c7e064f4536263c0a7e00fe6c5b73a86978e5f3 Mon Sep 17 00:00:00 2001 From: filip Date: Sun, 3 Nov 2013 13:42:33 +0100 Subject: early history added --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README') 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= + TIPS SECTION How to svn co single file (file.pot): svn checkout $url_of_big_dir $target_dir --depth=empty -- cgit v1.2.1