Skip to content

Commit c46d5b1

Browse files
author
Seth Schoen
committed
refer to locales by language name without country, by default
1 parent d2e91d9 commit c46d5b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/chrome.manifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
content https-everywhere chrome/content/
22

33
locale https-everywhere en chrome/locale/en/
4-
locale https-everywhere lt-LT chrome/locale/lt-LT/
5-
locale https-everywhere lv-LV chrome/locale/lv-LV/
6-
locale https-everywhere pt-BR chrome/locale/pt-BR/
7-
locale https-everywhere sv-SE chrome/locale/sv-SE/
4+
locale https-everywhere lt chrome/locale/lt/
5+
locale https-everywhere lv chrome/locale/lv/
6+
locale https-everywhere pt chrome/locale/pt/
7+
locale https-everywhere sv chrome/locale/sv/
88

99
skin https-everywhere classic/1.0 chrome/skin/
1010

0 commit comments

Comments
 (0)