Skip to content

Commit

Permalink
Update Crowdin configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackwithking committed Oct 7, 2023
1 parent 873a740 commit 36f9244
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions crowdin.yml
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: []

0 comments on commit 36f9244

Please sign in to comment.