Diffstat (limited to 'development/cvs_add_translation') (more/less context) (ignore whitespace changes)
-rwxr-xr-x | development/cvs_add_translation | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/development/cvs_add_translation b/development/cvs_add_translation new file mode 100755 index 0000000..78268e2 --- a/dev/null +++ b/development/cvs_add_translation @@ -0,0 +1,16 @@ +#!/bin/sh + +foo="" + +for i in i18n/??; +do + foo="$foo $i/$1" + +done +for i in i18n/??_??; +do + foo="$foo $i/$1" + +done + +cvs add $foo |