Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 68340e0

Browse files
committed
Add new locales.
And sort all. Note: Some locale directories from Transifex have underscores, but the locale passed to the 'locale' directive in chrome.manifest must have a dash.
1 parent a2eec31 commit 68340e0

File tree

1 file changed

+38
-24
lines changed

1 file changed

+38
-24
lines changed

src/chrome.manifest

Lines changed: 38 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,53 @@
11
content https-everywhere chrome/content/
22
override chrome://https-everywhere/content/rulesets.sqlite defaults/rulesets.sqlite
33

4-
locale https-everywhere en chrome/locale/en/
5-
locale https-everywhere lt chrome/locale/lt/
6-
locale https-everywhere lv chrome/locale/lv/
7-
locale https-everywhere pt chrome/locale/pt/
8-
locale https-everywhere sv chrome/locale/sv/
4+
locale https-everywhere ar chrome/locale/ar/
5+
locale https-everywhere bg chrome/locale/bg/
6+
locale https-everywhere ca chrome/locale/ca/
7+
locale https-everywhere cs chrome/locale/cs/
8+
locale https-everywhere da chrome/locale/da/
99
locale https-everywhere de chrome/locale/de/
10-
locale https-everywhere ru chrome/locale/ru/
11-
locale https-everywhere zh-CN chrome/locale/zh-CN/
12-
locale https-everywhere zh-TW chrome/locale/zh-TW/
10+
locale https-everywhere el chrome/locale/el/
11+
locale https-everywhere en chrome/locale/en/
12+
locale https-everywhere en-GB chrome/locale/en_GB/
1313
locale https-everywhere es chrome/locale/es/
14-
locale https-everywhere nl chrome/locale/nl/
15-
locale https-everywhere ar chrome/locale/ar/
16-
locale https-everywhere fa chrome/locale/fa/
14+
locale https-everywhere et chrome/locale/et/
1715
locale https-everywhere eu chrome/locale/eu/
16+
locale https-everywhere fa chrome/locale/fa/
17+
locale https-everywhere fi chrome/locale/fi/
18+
locale https-everywhere fo chrome/locale/fo/
1819
locale https-everywhere fr chrome/locale/fr/
19-
locale https-everywhere pl chrome/locale/pl/
20-
locale https-everywhere sk chrome/locale/sk/
21-
locale https-everywhere ms chrome/locale/ms/
22-
locale https-everywhere da chrome/locale/da/
23-
locale https-everywhere el chrome/locale/el/
20+
locale https-everywhere fr-CA chrome/locale/fr_CA/
21+
locale https-everywhere he chrome/locale/he/
22+
locale https-everywhere hr-HR chrome/locale/hr_HR/
2423
locale https-everywhere hu chrome/locale/hu/
2524
locale https-everywhere it chrome/locale/it/
26-
locale https-everywhere tr chrome/locale/tr/
25+
locale https-everywhere ja chrome/locale/ja/
26+
locale https-everywhere km chrome/locale/km/
2727
locale https-everywhere ko chrome/locale/ko/
28-
locale https-everywhere cs chrome/locale/cs/
29-
locale https-everywhere hr chrome/locale/hr/
30-
locale https-everywhere he chrome/locale/he/
31-
locale https-everywhere fi chrome/locale/fi/
28+
locale https-everywhere lt chrome/locale/lt/
29+
locale https-everywhere lv chrome/locale/lv/
30+
locale https-everywhere ms-MY chrome/locale/ms_MY/
3231
locale https-everywhere nb chrome/locale/nb/
32+
locale https-everywhere nl chrome/locale/nl/
33+
locale https-everywhere pl chrome/locale/pl/
34+
locale https-everywhere pt chrome/locale/pt/
35+
locale https-everywhere pt-BR chrome/locale/pt_BR/
36+
locale https-everywhere ro chrome/locale/ro/
37+
locale https-everywhere ru chrome/locale/ru/
38+
locale https-everywhere si-LK chrome/locale/si_LK/
39+
locale https-everywhere sk chrome/locale/sk/
40+
locale https-everywhere sk-SK chrome/locale/sk_SK/
3341
locale https-everywhere sl chrome/locale/sl/
34-
locale https-everywhere bg chrome/locale/bg/
35-
locale https-everywhere ja chrome/locale/ja/
36-
locale https-everywhere si chrome/locale/si/
42+
locale https-everywhere sl-SI chrome/locale/sl_SI/
43+
locale https-everywhere sq chrome/locale/sq/
44+
locale https-everywhere sr chrome/locale/sr/
45+
locale https-everywhere sv chrome/locale/sv/
46+
locale https-everywhere th chrome/locale/th/
47+
locale https-everywhere tr chrome/locale/tr/
48+
locale https-everywhere uk chrome/locale/uk/
49+
locale https-everywhere zh-CN chrome/locale/zh-CN/
50+
locale https-everywhere zh-TW chrome/locale/zh_TW/
3751

3852
skin https-everywhere classic/1.0 chrome/skin/
3953

0 commit comments

Comments
 (0)