diff options
author | tv <tv@also> | 2011-07-31 03:22:00 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-31 03:22:00 +0200 |
commit | 187d6dce2397cb39c36cd97caef859352e602492 (patch) | |
tree | 4d256e5be6c68be6fed35ce1fd24e2a5ed9b56b7 /util/bin | |
parent | 75027a5655d5e36779ece373f5ca9268e12b1726 (diff) |
translate.google: add all the submodules
Diffstat (limited to 'util/bin')
-rwxr-xr-x | util/bin/translate.google | 10 |
1 files changed, 9 insertions, 1 deletions
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}" \\ |