-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcrowdin.yml
More file actions
65 lines (60 loc) · 1.85 KB
/
Copy pathcrowdin.yml
File metadata and controls
65 lines (60 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Crowdin configuration for UDT resource localization.
# Keep this file in sync with all neutral resource modules.
#
# Culture names follow the BCP 47 canonical form (CONTRIBUTING.md):
# zh-CN -> zh-Hans, zh-TW -> zh-Hant, pt-BR -> pt-BR, pt-PT -> pt, nl -> nl-NL, uz -> uz-Latn-UZ.
base_path: .
preserve_hierarchy: true
files:
- source: /UniversalDeviceToolkit.Lib/Resources/Resource.resx
translation: /UniversalDeviceToolkit.Lib/Resources/Resource.%locale%.resx
languages_mapping:
locale:
nl: nl-NL
nl-NL: nl-NL
pt-BR: pt-BR
pt-PT: pt
zh-CN: zh-Hans
zh-TW: zh-Hant
uz: uz-Latn-UZ
uz-UZ: uz-Latn-UZ
uz@Latn: uz-Latn-UZ
- source: /UniversalDeviceToolkit.Lib.Automation/Resources/Resource.resx
translation: /UniversalDeviceToolkit.Lib.Automation/Resources/Resource.%locale%.resx
languages_mapping:
locale:
nl: nl-NL
nl-NL: nl-NL
pt-BR: pt-BR
pt-PT: pt
zh-CN: zh-Hans
zh-TW: zh-Hant
uz: uz-Latn-UZ
uz-UZ: uz-Latn-UZ
uz@Latn: uz-Latn-UZ
- source: /UniversalDeviceToolkit.Lib.Macro/Resources/Resource.resx
translation: /UniversalDeviceToolkit.Lib.Macro/Resources/Resource.%locale%.resx
languages_mapping:
locale:
nl: nl-NL
nl-NL: nl-NL
pt-BR: pt-BR
pt-PT: pt
zh-CN: zh-Hans
zh-TW: zh-Hant
uz: uz-Latn-UZ
uz-UZ: uz-Latn-UZ
uz@Latn: uz-Latn-UZ
- source: /UniversalDeviceToolkit.CLI/Resources/CLI.Resources.resx
translation: /UniversalDeviceToolkit.CLI/Resources/CLI.Resources.%locale%.resx
languages_mapping:
locale:
nl: nl-NL
nl-NL: nl-NL
pt-BR: pt-BR
pt-PT: pt
zh-CN: zh-Hans
zh-TW: zh-Hant
uz: uz-Latn-UZ
uz-UZ: uz-Latn-UZ
uz@Latn: uz-Latn-UZ