mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[appstore] fix invalid country code for Serbia
* sr-SR is not a country code that Microsoft accepts (and from what I can see is not valid, because it should be sr-RS). * This has the unfortunate effect of preventing the installation of Rufus from the Windows Store, which fails with error 0x80070057 (Invalid parameter). * Fix this by using a country code for Serbia that Microsoft does accept: sr-Latn-RS * Closes #2015
This commit is contained in:
parent
55ce65af6c
commit
ae839d96ef
4 changed files with 11 additions and 9 deletions
|
@ -32,7 +32,7 @@
|
|||
# • v3.14 "pt-PT" "Portuguese Standard (Português)"
|
||||
# • v3.14 "ro-RO" "Romanian (Română)"
|
||||
# • v3.5 "ru-RU" "Russian (Русский)"
|
||||
# • v3.14 "sr-SP" "Serbian (Srpski)"
|
||||
# • v3.14 "sr-RS" "Serbian (Srpski)"
|
||||
# • v3.14 "sk-SK" "Slovak (Slovensky)"
|
||||
# • v3.14 "sl-SI" "Slovenian (Slovenščina)"
|
||||
# • v3.14 "es-ES" "Spanish (Español)"
|
||||
|
@ -11001,7 +11001,7 @@ t MSG_306 "Быстрое обнуление диска: %s"
|
|||
t MSG_307 "Это может занять время"
|
||||
|
||||
#########################################################################
|
||||
l "sr-SP" "Serbian (Srpski)" 0x241a, 0x081a, 0x181a, 0x2c1a, 0x701a, 0x7c1a
|
||||
l "sr-RS" "Serbian (Srpski)" 0x241a, 0x081a, 0x181a, 0x2c1a, 0x701a, 0x7c1a
|
||||
v 3.14
|
||||
b "en-US"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue