Skip to content

Commit 8e63ae5

Browse files
authored
i18n: add Portuguese (Brasil and Portugal) (#55)
1 parent 4645944 commit 8e63ae5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/i18n/Engine.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ void I18n::initEngine() {
3434
// pl_PL (Polish)
3535
engine.registerEntry("pl_PL", TXT_KEY_SEARCH_SOMETHING, "Szukaj...");
3636

37+
// pt_BR (Portuguese BR)
38+
engine.registerEntry("pt_BR", TXT_KEY_SEARCH_SOMETHING, "Buscar...");
39+
40+
// pt_PT (Portuguese Portugal)
41+
engine.registerEntry("pt_PT", TXT_KEY_SEARCH_SOMETHING, "Procurar...");
42+
3743
// ru_RU (Russian)
3844
engine.registerEntry("ru_RU", TXT_KEY_SEARCH_SOMETHING, "Поиск...");
3945

0 commit comments

Comments
 (0)