mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
d0f32c8250
* Add ASF UI as dependency * Correct CIs * Misc * Misc * Another attempt of fixing travis * And another one * Test monmon improvements * Test * Another test * More travis tests * And one more * Another test * More tests * More tests * More tests * Final code * Use deploy script for ASF UI * Misc * Kill obsolete code and bump version * Delete old asf-ui * Add new ASF-ui * Add UI.html
20 lines
No EOL
570 B
YAML
20 lines
No EOL
570 B
YAML
"preserve_hierarchy": true
|
|
"files": [
|
|
{
|
|
"source": "/ArchiSteamFarm/Localization/Strings.resx",
|
|
"translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx"
|
|
},
|
|
{
|
|
"source": "/ASF-WebConfigGenerator/src/locale/strings.json",
|
|
"translation": "/ASF-WebConfigGenerator/src/locale/%locale%.json"
|
|
},
|
|
{
|
|
"source": "/wiki/*.md",
|
|
"translation": "/wiki/locale/%locale%/%file_name%-%locale%.%file_extension%",
|
|
"ignore": [ "/**/_*.md" ]
|
|
},
|
|
{
|
|
"source": "/wiki/_Sidebar.md",
|
|
"translation": "/wiki/locale/%locale%/_Sidebar.md"
|
|
}
|
|
] |