From d53637f46cf217fc760d7aac58b4596843a73803 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Wed, 29 Oct 2003 22:07:36 +0000 Subject: merge development/* and help/* --- (limited to 'development/cvs_add_translation') 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 -- cgit v0.9.0.2