author | mickeyl <mickeyl> | 2003-10-29 22:07:36 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-10-29 22:07:36 (UTC) |
commit | d53637f46cf217fc760d7aac58b4596843a73803 (patch) (side-by-side diff) | |
tree | 25289be556fa1ce0ba8539b7f42aeaa037bdf7fd /development/cvs_add_translation | |
parent | 1af1f1d9f398d38a2bc666cd2edff5725da7a770 (diff) | |
download | opie-d53637f46cf217fc760d7aac58b4596843a73803.zip opie-d53637f46cf217fc760d7aac58b4596843a73803.tar.gz opie-d53637f46cf217fc760d7aac58b4596843a73803.tar.bz2 |
merge development/* and help/*
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 |