Skip to content

Commit 35a0990

Browse files
committed
Enable PT translation in webapp
1 parent 18cd3be commit 35a0990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/LANraragi/Utils/I18N.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ use Locale::Maketext::Lexicon {
1515
ko => [ Gettext => "../../locales/template/ko.po" ],
1616
no => [ Gettext => "../../locales/template/nb_NO.po" ],
1717
nb => [ Gettext => "../../locales/template/nb_NO.po" ],
18+
pt => [ Gettext => "../../locales/template/pt.po" ],
1819
"zh-tw" => [ Gettext => "../../locales/template/zh_Hant.po" ],
1920
vi => [ Gettext => "../../locales/template/vi.po" ],
2021
_auto => 0,

0 commit comments

Comments
 (0)