| 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'],
|
| }],
|
| ],
|
| },
|
|
|