aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lookup_for_second_argument.sh
diff options
context:
space:
mode:
authorMarek Laane <bald@smail.ee>2014-10-12 10:54:11 +0300
committerMarek Laane <bald@smail.ee>2014-10-12 10:54:11 +0300
commita0b2d09125d7911656fe4cb286f20643c4432281 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /tools/lookup_for_second_argument.sh
parente32d8242187534c387106ff344201c42ff6afb44 (diff)
downloadwww-a0b2d09125d7911656fe4cb286f20643c4432281.tar
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.gz
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.bz2
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.xz
www-a0b2d09125d7911656fe4cb286f20643c4432281.zip
Updated Estonian translation
Diffstat (limited to 'tools/lookup_for_second_argument.sh')
-rwxr-xr-xtools/lookup_for_second_argument.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/lookup_for_second_argument.sh b/tools/lookup_for_second_argument.sh
deleted file mode 100755
index 30bcc1034..000000000
--- a/tools/lookup_for_second_argument.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-# Filip Komar, 2014
-# @license GPL v2
-# @author Filip (prepare for transformation to gettext translation system)
-# @copyright 2014/03
-# inspired by check_for_translation_work.sh
-
-declare -A resources
-
-source ./tools/web_projects.dat
-
-for resource in "${!resources[@]}"
-do
- php_source=${resources[$resource]}
- php tools/lookup_for_second_argument.php $php_source $resource
-done
-echo ''
-echo "Done lookup for second argument in functions _t() and _d() in the source code"