From 8c8005f8171447123ef29f1b656c253aa346be2e Mon Sep 17 00:00:00 2001 From: maghuro Date: Sat, 31 Jan 2026 12:05:32 +0000 Subject: [PATCH] Add Portuguese language support to HelpDoc --- frontend/src/locale/src/HelpDoc/index.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/locale/src/HelpDoc/index.ts b/frontend/src/locale/src/HelpDoc/index.ts index 6464c8a8..4b027dde 100644 --- a/frontend/src/locale/src/HelpDoc/index.ts +++ b/frontend/src/locale/src/HelpDoc/index.ts @@ -18,11 +18,8 @@ import * as zh from "./zh/index"; import * as tr from "./tr/index"; import * as hu from "./hu/index"; -<<<<<<< HEAD -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 items: any = { en, de, pt, es, ja, sk, zh, pl, ru, it, vi, nl, bg, ko, ga, id, fr, tr, hu }; + const fallbackLang = "en";