service: ns, set: Add PT_BR (Brazilian Portuguese)
This commit is contained in:
parent
db07ca6c7f
commit
21ff0a3d6e
3 changed files with 6 additions and 2 deletions
|
@ -339,6 +339,7 @@ std::optional<ApplicationLanguage> ConvertToApplicationLanguage(
|
|||
case Set::LanguageCode::FR_CA:
|
||||
return ApplicationLanguage::CanadianFrench;
|
||||
case Set::LanguageCode::PT:
|
||||
case Set::LanguageCode::PT_BR:
|
||||
return ApplicationLanguage::Portuguese;
|
||||
case Set::LanguageCode::RU:
|
||||
return ApplicationLanguage::Russian;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue