summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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'],
}],
],
},