ArchiSteamFarm/.github/crowdin.yml

62 lines
2.1 KiB
YAML
Raw Permalink Normal View History

"base_path": ".."
2018-05-08 07:19:56 +00:00
"preserve_hierarchy": true
"files": [
{
"source": "/ArchiSteamFarm/Localization/Strings.resx",
2021-03-29 18:59:39 +00:00
"translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx",
"translation_replace": {
2023-11-14 14:38:10 +00:00
".bs-BA.resx": ".bs-Latn.resx",
2021-03-30 08:12:28 +00:00
".lol-US.resx": ".qps-Ploc.resx",
".sr-CS.resx": ".sr-Latn.resx",
".zh-CN.resx": ".zh-Hans.resx",
".zh-HK.resx": ".zh-Hant-HK.resx",
".zh-TW.resx": ".zh-Hant.resx"
2021-03-29 18:59:39 +00:00
}
2018-05-08 07:19:56 +00:00
},
{
"source": "/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/Localization/Strings.resx",
"translation": "/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/Localization/Strings.%locale%.resx",
"translation_replace": {
2023-11-14 14:38:10 +00:00
".bs-BA.resx": ".bs-Latn.resx",
".lol-US.resx": ".qps-Ploc.resx",
".sr-CS.resx": ".sr-Latn.resx",
".zh-CN.resx": ".zh-Hans.resx",
".zh-HK.resx": ".zh-Hant-HK.resx",
".zh-TW.resx": ".zh-Hant.resx"
}
},
{
"source": "/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Localization/Strings.resx",
"translation": "/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Localization/Strings.%locale%.resx",
"translation_replace": {
2023-11-14 14:38:10 +00:00
".bs-BA.resx": ".bs-Latn.resx",
".lol-US.resx": ".qps-Ploc.resx",
".sr-CS.resx": ".sr-Latn.resx",
".zh-CN.resx": ".zh-Hans.resx",
".zh-HK.resx": ".zh-Hant-HK.resx",
".zh-TW.resx": ".zh-Hant.resx"
}
},
{
"source": "/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.resx",
"translation": "/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.%locale%.resx",
"translation_replace": {
2023-11-14 14:38:10 +00:00
".bs-BA.resx": ".bs-Latn.resx",
".lol-US.resx": ".qps-Ploc.resx",
".sr-CS.resx": ".sr-Latn.resx",
".zh-CN.resx": ".zh-Hans.resx",
".zh-HK.resx": ".zh-Hant-HK.resx",
".zh-TW.resx": ".zh-Hant.resx"
}
},
2018-05-08 07:19:56 +00:00
{
"source": "/wiki/*.md",
2018-05-08 09:49:28 +00:00
"translation": "/wiki/locale/%locale%/%file_name%-%locale%.%file_extension%",
2018-05-08 07:19:56 +00:00
"ignore": [ "/**/_*.md" ]
2018-05-08 09:49:28 +00:00
},
{
"source": "/wiki/_Sidebar.md",
"translation": "/wiki/locale/%locale%/_Sidebar.md"
2018-05-08 07:19:56 +00:00
}
]