From 676d00833c7ca3a2b822018a8af7eaf20e23fe9c Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Mon, 14 Oct 2024 19:04:45 +0200 Subject: [PATCH] Updated crowdin.yml pull request parameters. Updated .dockerignore --- .dockerignore | 1 + crowdin.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/.dockerignore b/.dockerignore index a7992c8..674f6b4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -20,6 +20,7 @@ public/dist/ .github .editorconfig .gitignore +crowdin.yml docker-compose.yml Dockerfile README.md diff --git a/crowdin.yml b/crowdin.yml index bf531df..17a9be1 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,16 @@ files: - source: /locales/en/*.json translation: /locales/%two_letters_code%/%original_file_name% + +"pull_request_assignees": [ + "glenndehaan" +] + +"pull_request_reviewers": [ + "glenndehaan" +] + +"pull_request_labels": [ + "crowdin", + "translations" +]