From 9dbf52a07dedc456190655e4824b1dbe7547a43e Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Sat, 18 May 2024 11:01:35 +0100 Subject: [PATCH] debug: add dummy source --- crowdin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yaml b/crowdin.yaml index b119932b2bc..ec30c6b5d5e 100644 --- a/crowdin.yaml +++ b/crowdin.yaml @@ -2,7 +2,7 @@ "api_token_env": "CROWDIN_API_KEY" files: [ { - "source": "/dev/null", + "source": "**/*.txt", "translation": "/github/workspace/crowdin/%locale%/%original_file_name%" } ] \ No newline at end of file