Remove duplicate locale entries and keep pt-PT

This commit is contained in:
maghuro
2026-01-31 12:07:32 +00:00
committed by GitHub
parent a73d54fedc
commit 4ad1af5576

View File

@@ -7,9 +7,9 @@
// - Also checks the error messages returned by the backend // - Also checks the error messages returned by the backend
const allLocales = [ const allLocales = [
<<<<<<< HEAD
["en", "en-US"], ["en", "en-US"],
["de", "de-DE"], ["de", "de-DE"],
["pt", "pt-PT"],
["es", "es-ES"], ["es", "es-ES"],
["fr", "fr-FR"], ["fr", "fr-FR"],
["it", "it-IT"], ["it", "it-IT"],
@@ -25,22 +25,6 @@ const allLocales = [
["id", "id-ID"], ["id", "id-ID"],
["tr", "tr-TR"], ["tr", "tr-TR"],
["hu", "hu-HU"], ["hu", "hu-HU"],
=======
["en", "en-US"],
["de", "de-DE"],
["pt", "pt-PT"],
["es", "es-ES"],
["it", "it-IT"],
["ja", "ja-JP"],
["nl", "nl-NL"],
["pl", "pl-PL"],
["ru", "ru-RU"],
["sk", "sk-SK"],
["vi", "vi-VN"],
["zh", "zh-CN"],
["ko", "ko-KR"],
["bg", "bg-BG"],
>>>>>>> da4147cd (Add pt-PT lang)
]; ];
const ignoreUnused = [/^.*$/]; const ignoreUnused = [/^.*$/];