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" +]