From 1ac4991f804d560fbbe92f121073d69642bf139d Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 31 Jul 2011 03:22:00 +0200 Subject: translate.google: add all the submodules --- util/bin/translate.google | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'util/bin/translate.google') diff --git a/util/bin/translate.google b/util/bin/translate.google index 56cd7ee0..943675f4 100755 --- a/util/bin/translate.google +++ b/util/bin/translate.google @@ -6,6 +6,15 @@ url=http://translate.google.com/ pwd="$(dirname "$(readlink -f "$0")")" +for x in \ + "$pwd/../../submodules/github/tmpvar" \ + "$pwd/../../submodules/github/mikeal" \ + "$pwd/../../submodules/github/NV" \ + "$pwd/../../submodules/github/tautologistics" \ +; do + export NODE_PATH="`readlink -f "$x"`${NODE_PATH+:$NODE_PATH}" +done + # ensure query is ready (cd "$pwd/../.." && git submodule update --init) @@ -22,7 +31,6 @@ pwd="$(dirname "$(readlink -f "$0")")" -d "js=\${js-n}" \\ -d "prev=\${prev-_t}" \\ -d "hl=\${hl-en}" \\ - -d "ie=\${ie-UTF-8}" \\ -d "layout=\${layout-2}" \\ -d "eotf=\${eotf-1}" \\ -d "sl=\${sl-auto}" \\ -- cgit v1.2.3