Added locale file

This commit is contained in:
Михаил Усоцкий 2024-09-22 13:00:08 +03:00 committed by leo
parent 81b72f7c1c
commit 977b800c89
No known key found for this signature in database
3 changed files with 647 additions and 0 deletions

View file

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