forked from JustArchiNET/ArchiSteamFarm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrowdin.yml
More file actions
24 lines (24 loc) · 698 Bytes
/
Copy pathcrowdin.yml
File metadata and controls
24 lines (24 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
"preserve_hierarchy": true
"files": [
{
"source": "/ArchiSteamFarm/Localization/Strings.resx",
"translation": "/ArchiSteamFarm/Localization/Strings.%locale%.resx"
},
{
"source": "/ArchiSteamFarm/www/locale/strings.json",
"translation": "/ArchiSteamFarm/www/locale/strings.%locale%.json"
},
{
"source": "/WebConfigGenerator/src/locale/strings.json",
"translation": "/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"
}
]