commit 22d7c0ae06cbc722dae7d0f685b671ae6af25731
Author: Georg Koppen <g...@torproject.org>
Date:   Mon Apr 29 10:05:33 2019 +0000

    fixup! Bug 25741 - TBA: Add mobile-override of 000-tor-browser prefs
---
 mobile/android/app/000-tor-browser-android.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mobile/android/app/000-tor-browser-android.js 
b/mobile/android/app/000-tor-browser-android.js
index b2ee9d0ded00..2410706bb5f5 100644
--- a/mobile/android/app/000-tor-browser-android.js
+++ b/mobile/android/app/000-tor-browser-android.js
@@ -59,3 +59,6 @@ pref("dom.w3c_touch_events.enabled", 2);
 
 // No HLS support for now due to browser freezing, see: #29859.
 pref("media.hls.enabled", false);
+
+// Inherit locale from the OS, used for multi-locale builds
+pref("intl.locale.requested", "");

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to