feat: Add portuguese (pt_BR) locale

This commit is contained in:
Jean Franz 2024-07-31 10:08:59 -03:00 committed by GitHub
parent b7c6d62c6d
commit 177450fffd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 602 additions and 0 deletions

View file

@ -12,6 +12,7 @@
</ResourceDictionary.MergedDictionaries>
<ResourceInclude x:Key="en_US" Source="/Resources/Locales/en_US.axaml"/>
<ResourceInclude x:Key="pt_BR" Source="/Resources/Locales/pt_BR.axaml"/>
<ResourceInclude x:Key="zh_CN" Source="/Resources/Locales/zh_CN.axaml"/>
<ResourceInclude x:Key="zh_TW" Source="/Resources/Locales/zh_TW.axaml"/>
</ResourceDictionary>