From 36f9244489522a62a66884939b8a8128a3b95ebc Mon Sep 17 00:00:00 2001 From: Blackwithking <78804976+Blackwithking@users.noreply.github.com> Date: Sat, 7 Oct 2023 20:55:19 +0800 Subject: [PATCH] Update Crowdin configuration file --- crowdin.yml | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 9b8da09..4cc48fc 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -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: [] \ No newline at end of file