diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 14:42:19 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 14:42:19 +0000 |
commit | e2260edd7101ad9748831e1414db1289dd911009 (patch) | |
tree | aad166db112052be232ad53c9c9bdb8ae9b7f6b3 /chrome/app/app-Info.plist | |
parent | c710a5649efa1c8d33f4c2ecc52d7e9300a37fe2 (diff) | |
download | chromium_src-e2260edd7101ad9748831e1414db1289dd911009.zip chromium_src-e2260edd7101ad9748831e1414db1289dd911009.tar.gz chromium_src-e2260edd7101ad9748831e1414db1289dd911009.tar.bz2 |
EN, mf, DO YOU SPEAK IT?
No more symbolic links in the .app. Except for the ones that codesign adds.
The en_US.lproj directory should not exist, there should be only en.lproj.
Formerly, there was a symbolic link from en.lproj to en_US.lproj.
BUG=25578, 19165
TEST= - find C.app -name en_US.lproj should return nothing.
- find C.app -name en.lproj should show en.lproj in C.app,
C F.framework, and C H.app.
- find C.app -type l should return nothing, however, on a signed build,
it will still show symbolic links for CodeResources.
- Say "What" again. Say "What" again. I dare you. I double-dare you.
- With English or U.S. English as the top or only choices in the
International (10.5) or Language & Text (10.6) system preference
pane's Language tab, the localized language should be English.
- In this configuration, the Accept-Language header field should be
"en-US,en;q=0.8". See http://whatsmyuseragent.com/ and look for
HTTP_ACCEPT_LANGUAGE.
Review URL: http://codereview.chromium.org/345057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/app-Info.plist')
-rw-r--r-- | chrome/app/app-Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist index b0784d7..f3f53b6 100644 --- a/chrome/app/app-Info.plist +++ b/chrome/app/app-Info.plist @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> - <string>en-US</string> + <string>en</string> <key>CFBundleDisplayName</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleDocumentTypes</key> |