diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 20:36:50 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-04 20:36:50 +0000 |
commit | af27c8cc4111562fdbc2ccf59b86c5f2c76ee336 (patch) | |
tree | 5860d7d53068086fb1383dfadfff3ca4dc927a04 /build | |
parent | 49362c7bf0c5ac2edca95172b87e801187604fba (diff) | |
download | chromium_src-af27c8cc4111562fdbc2ccf59b86c5f2c76ee336.zip chromium_src-af27c8cc4111562fdbc2ccf59b86c5f2c76ee336.tar.gz chromium_src-af27c8cc4111562fdbc2ccf59b86c5f2c76ee336.tar.bz2 |
Add 'am' and 'sw' to Linux/Mac build
Review URL: http://codereview.chromium.org/346027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index 52ce4d2..61bfe7f 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -258,11 +258,11 @@ # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' # so Cocoa is happy (http://crbug.com/20441). 'locales': [ - 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', + 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es-419', 'es', 'et', 'fi', 'fil', 'fr', 'gu', 'he', 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv', 'ml', 'mr', 'nb', 'nl', 'or', 'pl', 'pt-BR', 'pt-PT', 'ro', - 'ru', 'sk', 'sl', 'sr', 'sv', 'ta', 'te', 'th', 'tr', + 'ru', 'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk', 'vi', 'zh-CN', 'zh-TW', ], }, |