summaryrefslogtreecommitdiff
path: root/development/cvs_add_translation
authormickeyl <mickeyl>2003-10-29 22:07:36 (UTC)
committer mickeyl <mickeyl>2003-10-29 22:07:36 (UTC)
commitd53637f46cf217fc760d7aac58b4596843a73803 (patch) (unidiff)
tree25289be556fa1ce0ba8539b7f42aeaa037bdf7fd /development/cvs_add_translation
parent1af1f1d9f398d38a2bc666cd2edff5725da7a770 (diff)
downloadopie-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-xdevelopment/cvs_add_translation16
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 @@
1#!/bin/sh
2
3foo=""
4
5for i in i18n/??;
6do
7 foo="$foo $i/$1"
8
9done
10for i in i18n/??_??;
11do
12 foo="$foo $i/$1"
13
14done
15
16cvs add $foo