Created
April 17, 2014 23:24
-
-
Save rnewman/11016925 to your computer and use it in GitHub Desktop.
locales.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pushd objdir-droid/mobile/android/locales && \ | |
for loc in $(cat ../../../../mobile/android/locales/maemo-locales); do LOCALE_MERGEDIR=$PWD/merge-$loc make merge-$loc LOCALE_MERGEDIR=$PWD/merge-$loc; make LOCALE_MERGEDIR=$PWD/merge-$loc chrome-$loc LOCALE_MERGEDIR=$PWD/merge-$loc; done && \ | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment