summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-02 00:10:27 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-02 00:10:27 +0000
commit98da0044d0cc779b956f21573bd658a3b696e8e5 (patch)
tree2de1079f045a59da196e36853924808ddd0f2c66 /build
parentc708bc8c54851777839f15af770c62e9ecbe5aec (diff)
downloadchromium_src-98da0044d0cc779b956f21573bd658a3b696e8e5.zip
chromium_src-98da0044d0cc779b956f21573bd658a3b696e8e5.tar.gz
chromium_src-98da0044d0cc779b956f21573bd658a3b696e8e5.tar.bz2
Pull in new launchpad.net translations and actually build the
6 new languages on Linux if gyp is run with with use_third_party_translations=1. I also moved the translations from src/chrome/third_party to src/third_party, since the translations cover more than chrome/. Review URL: http://codereview.chromium.org/6410010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73381 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 45446f6..280676b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -119,7 +119,8 @@
# Set to select the Title Case versions of strings in GRD files.
'use_titlecase_in_grd_files%': 0,
- # Use translations provided by volunteers at launchpad.net.
+ # Use translations provided by volunteers at launchpad.net. This
+ # currently only works on Linux.
'use_third_party_translations%': 0,
# Remoting compilation is enabled by default. Set to 0 to disable.
@@ -481,6 +482,7 @@
}],
['use_third_party_translations==1', {
'grit_defines': ['-D', 'use_third_party_translations'],
+ 'locales': ['ast', 'eu', 'gl', 'ka', 'ku', 'ug'],
}],
],
},