Avalonia: Update Polish Translation (#3722)
* Add new string You need the period there otherwise it could be read as "Głoś" -> "Preach" * Update MainWindow.axaml Updating to bring it in line with the other languages naming themselves in their respective languages * Update pl_PL.json realizing that period isn't necessary considering the string's usage (which to be fair, I should have checked when I added it) * Update pl_PL.json * Add Updater Message
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
<MenuItem
|
||||
Command="{ReflectionBinding ChangeLanguage}"
|
||||
CommandParameter="pl_PL"
|
||||
Header="Polish" />
|
||||
Header="Polski" />
|
||||
<MenuItem
|
||||
Command="{ReflectionBinding ChangeLanguage}"
|
||||
CommandParameter="ru_RU"
|
||||
|
Reference in New Issue
Block a user