mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Fix wrong Bosnian language mapping
This commit is contained in:
parent
e281a04450
commit
e1c364cf7a
5 changed files with 4 additions and 0 deletions
4
.github/crowdin.yml
vendored
4
.github/crowdin.yml
vendored
|
@ -5,6 +5,7 @@
|
||||||
"source": "/ArchiSteamFarm/Localization/Strings.resx",
|
"source": "/ArchiSteamFarm/Localization/Strings.resx",
|
||||||
"translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx",
|
"translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx",
|
||||||
"translation_replace": {
|
"translation_replace": {
|
||||||
|
".bs-BA.resx": ".bs-Latn.resx",
|
||||||
".lol-US.resx": ".qps-Ploc.resx",
|
".lol-US.resx": ".qps-Ploc.resx",
|
||||||
".sr-CS.resx": ".sr-Latn.resx",
|
".sr-CS.resx": ".sr-Latn.resx",
|
||||||
".zh-CN.resx": ".zh-Hans.resx",
|
".zh-CN.resx": ".zh-Hans.resx",
|
||||||
|
@ -16,6 +17,7 @@
|
||||||
"source": "/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/Localization/Strings.resx",
|
"source": "/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/Localization/Strings.resx",
|
||||||
"translation": "/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/Localization/Strings.%locale%.resx",
|
"translation": "/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/Localization/Strings.%locale%.resx",
|
||||||
"translation_replace": {
|
"translation_replace": {
|
||||||
|
".bs-BA.resx": ".bs-Latn.resx",
|
||||||
".lol-US.resx": ".qps-Ploc.resx",
|
".lol-US.resx": ".qps-Ploc.resx",
|
||||||
".sr-CS.resx": ".sr-Latn.resx",
|
".sr-CS.resx": ".sr-Latn.resx",
|
||||||
".zh-CN.resx": ".zh-Hans.resx",
|
".zh-CN.resx": ".zh-Hans.resx",
|
||||||
|
@ -27,6 +29,7 @@
|
||||||
"source": "/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Localization/Strings.resx",
|
"source": "/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Localization/Strings.resx",
|
||||||
"translation": "/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Localization/Strings.%locale%.resx",
|
"translation": "/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Localization/Strings.%locale%.resx",
|
||||||
"translation_replace": {
|
"translation_replace": {
|
||||||
|
".bs-BA.resx": ".bs-Latn.resx",
|
||||||
".lol-US.resx": ".qps-Ploc.resx",
|
".lol-US.resx": ".qps-Ploc.resx",
|
||||||
".sr-CS.resx": ".sr-Latn.resx",
|
".sr-CS.resx": ".sr-Latn.resx",
|
||||||
".zh-CN.resx": ".zh-Hans.resx",
|
".zh-CN.resx": ".zh-Hans.resx",
|
||||||
|
@ -38,6 +41,7 @@
|
||||||
"source": "/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.resx",
|
"source": "/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.resx",
|
||||||
"translation": "/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.%locale%.resx",
|
"translation": "/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.%locale%.resx",
|
||||||
"translation_replace": {
|
"translation_replace": {
|
||||||
|
".bs-BA.resx": ".bs-Latn.resx",
|
||||||
".lol-US.resx": ".qps-Ploc.resx",
|
".lol-US.resx": ".qps-Ploc.resx",
|
||||||
".sr-CS.resx": ".sr-Latn.resx",
|
".sr-CS.resx": ".sr-Latn.resx",
|
||||||
".zh-CN.resx": ".zh-Hans.resx",
|
".zh-CN.resx": ".zh-Hans.resx",
|
||||||
|
|
Loading…
Reference in a new issue