generated from VM-Chinese-translate-group/Template-Repo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
873a740
commit 36f9244
Showing
1 changed file
with
1 addition
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1 @@ | ||
#"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 | ||
# ] | ||
# } | ||
#] | ||
files: [] |