Index: build/config/locales.gni |
diff --git a/build/config/locales.gni b/build/config/locales.gni |
index 76b7d213b3f23589a7d3361fb0f55d5ce1c9dad7..98c53c602748cecfa5f57d5264fa48fafe7c19a9 100644 |
--- a/build/config/locales.gni |
+++ b/build/config/locales.gni |
@@ -99,6 +99,8 @@ if (!is_ios) { |
ios_packed_locales = locales - ios_unsupported_locales |
} |
+locales_with_fake_bidi = locales + [ "fake-bidi" ] |
+ |
# Same as the locales list but in the format Mac expects for output files: |
# it uses underscores instead of hyphens, and "en" instead of "en-US". |
locales_as_mac_outputs = [ |