-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcrowdin.yml
More file actions
52 lines (52 loc) · 1002 Bytes
/
crowdin.yml
File metadata and controls
52 lines (52 loc) · 1002 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
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
append_commit_message: false
commit_message: "chore(l10n): new translations %original_file_name% (%language%)"
files:
- source: /packages/pwa/src/templates/data/en.json
translation: /%original_path%/%locale%.json
excluded_target_languages:
- be
- cs
- da
- de
- el
- es-ES
- fi
- fr
- he
- hu
- hy-AM
- it
- nb
- nl
- pl
- pt-BR
- pt-PT
- sk
- tr
- uk
- source: /packages/site/domains/l10n/messages/en.json
translation: /%original_path%/%locale%.json
excluded_target_languages:
- be
- cs
- da
- el
- es-ES
- fi
- fr
- he
- hu
- hy-AM
- it
- nb
- nl
- pl
- pt-BR
- pt-PT
- sk
- tr
- uk
- source: /packages/web/l10n/en.json
type: react_intl
translation: /%original_path%/%locale%.json
pull_request_title: "chore(l10n): new Crowdin updates"