forked from VM-Chinese-translate-group/Prey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrowdin.yml
42 lines (40 loc) · 1.97 KB
/
crowdin.yml
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
#"files": [
# {
# "source": "/locale/en/folder1/[0-2].txt", #source files filter
# "translation": "/locale/%two_letters_code%/folder1/%original_file_name%" #where translations are stored
# },
# {
# "source": "/locale/en/folder2/[0-2].txt",
# "translation": "/locale/%two_letters_code%/folder2/%original_file_name%"
# }
#]
#........your project configuration........
#"files": [
# {
# "source": "/**/*.*", #upload all files that the base_path contains
# "translation": "/**/%two_letters_code%_%original_file_name%",
# "ignore": [
# "/**/%two_letters_code%_%original_file_name%", #ignore the translated files
# "/**/?.txt", #ignore 1.txt, a.txt, folder/1.txt, folder/a.txt
# "/**/[0-9].txt", #ignore 1.txt, folder/1.txt
# "/**/*\\?*.txt", #ignore crowdin?test.txt, folder/crowdin?test.txt
# "/**/[0-9][0-9][0-9].txt", #ignore 123.txt , folder/123.txt
# "/**/[0-9]*_*.txt" #ignore 123_test.txt, folder/123_test.txt
# ]
# }
#]
#........your project configuration........
#"files": [
# {
# "source": "/**/*.*", #upload all files that the base_path contains
# "translation": "/**/%two_letters_code%_%original_file_name%",
# "ignore": [
# "/**/%two_letters_code%_%original_file_name%", #ignore the translated files
# "/**/?.txt", #ignore 1.txt, a.txt, folder/1.txt, folder/a.txt
# "/**/[0-9].txt", #ignore 1.txt, folder/1.txt
# "/**/*\\?*.txt", #ignore crowdin?test.txt, folder/crowdin?test.txt
# "/**/[0-9][0-9][0-9].txt", #ignore 123.txt , folder/123.txt
# "/**/[0-9]*_*.txt" #ignore 123_test.txt, folder/123_test.txt
# ]
# }
#]