summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authorpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 17:17:02 +0000
committerpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-27 17:17:02 +0000
commit617a4b8687e74835039ed774ccd15c5966247071 (patch)
treee7af33456d8fbe1577154ffb38745cd0777aafda /chrome/tools
parentd7fdbeff5399b9efc1398bac85db110edb68ee90 (diff)
downloadchromium_src-617a4b8687e74835039ed774ccd15c5966247071.zip
chromium_src-617a4b8687e74835039ed774ccd15c5966247071.tar.gz
chromium_src-617a4b8687e74835039ed774ccd15c5966247071.tar.bz2
Change locale handling to deal with mac resource bundles in the corresponding .lproj folder so we can more easily find them. The nibs have not yet been moved, that'll be a further step.
Review URL: http://codereview.chromium.org/28259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rwxr-xr-xchrome/tools/mac_copy_grit_resources.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/tools/mac_copy_grit_resources.sh b/chrome/tools/mac_copy_grit_resources.sh
index 936e221..4752380 100755
--- a/chrome/tools/mac_copy_grit_resources.sh
+++ b/chrome/tools/mac_copy_grit_resources.sh
@@ -31,7 +31,7 @@ fi
if [ "${APP_RESOURCES_ROOT_DIR}/locale.pak" -ot \
"${REPACKED_DIR}/locale_en-US.pak" ]
then
- mkdir -p "${APP_RESOURCES_ROOT_DIR}/English.lproj"
+ mkdir -p "${APP_RESOURCES_ROOT_DIR}/en.lproj"
cp -f "${REPACKED_DIR}/locale_en-US.pak" \
- "${APP_RESOURCES_ROOT_DIR}/English.lproj/locale.pak"
+ "${APP_RESOURCES_ROOT_DIR}/en.lproj/locale.pak"
fi