Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(952)

Unified Diff: build/common.gypi

Issue 6410010: Pull in new launchpad.net translations and actually build the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: url Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/resources/app_strings.grd ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e0c51031a40deeac27a42f74290f8a504cf85a9c..7c1992a44074faddcccb0da572d066d8c6fe1e52 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.
@@ -477,6 +478,7 @@
}],
['use_third_party_translations==1', {
'grit_defines': ['-D', 'use_third_party_translations'],
+ 'locales': ['ast', 'eu', 'gl', 'ka', 'ku', 'ug'],
}],
],
},
« no previous file with comments | « app/resources/app_strings.grd ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698