Add Portuguese language support to HelpDoc

This commit is contained in:
maghuro
2026-01-31 12:05:32 +00:00
committed by GitHub
parent 83d993578b
commit 8c8005f817

View File

@@ -18,11 +18,8 @@ import * as zh from "./zh/index";
import * as tr from "./tr/index"; import * as tr from "./tr/index";
import * as hu from "./hu/index"; import * as hu from "./hu/index";
<<<<<<< HEAD const items: any = { en, de, pt, es, ja, sk, zh, pl, ru, it, vi, nl, bg, ko, ga, id, fr, tr, hu };
const items: any = { en, de, es, ja, sk, zh, pl, ru, it, vi, nl, bg, ko, ga, id, fr, tr, hu };
=======
const items: any = { en, de, pt, ja, sk, zh, pl, ru, it, vi, nl, bg, ko };
>>>>>>> da4147cd (Add pt-PT lang)
const fallbackLang = "en"; const fallbackLang = "en";