Portuguese lang

This commit is contained in:
Mestima 2021-09-29 23:41:46 +03:00
parent dd1a8b8205
commit d37cf7bdb3
No known key found for this signature in database
GPG Key ID: 30B59EB1D7F18807
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@ configuration_options = {
{ description = "English", data = "eng" },
{ description = "Русский", data = "ru" },
{ description = "中文", data = "chi" },
{ description = "Português", data = "pt" }
},
default = "eng"
},

View File

@ -26,6 +26,11 @@ local lang = {
name = "怀表工具袋",
desc = "收纳时间",
insp = "蕴含暗影的力量"
},
pt = { -- thx to Gioga ( https://steamcommunity.com/profiles/76561198240723100 )
name = "Bolsa dos relógios",
desc = "Uma bolsa para seus relógios!",
insp = "Ele contém o poder das sombras..."
}
}