[Pkg-mozext-commits] [adblock-plus] 311/464: Changed locale code "en" into "en_US" to match Chrome's locale codes

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 5da716d9208b7572d2e1da52932a0ffee1c86954
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Oct 18 14:52:11 2012 +0200

    Changed locale code "en" into "en_US" to match Chrome's locale codes
---
 localeSyncChrome.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localeSyncChrome.py b/localeSyncChrome.py
index 84d6192..0c0d639 100644
--- a/localeSyncChrome.py
+++ b/localeSyncChrome.py
@@ -16,7 +16,7 @@ firefoxToChrome = {
   'da': 'da',
   'de': 'de',
   'el': 'el',
-  'en-US': 'en',
+  'en-US': 'en_US',
   'en-GB': 'en_GB',
   'es-ES': 'es',
   'es-AR': 'es_419',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list