summaryrefslogtreecommitdiff
path: root/crowdin.yml
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2022-05-16 09:09:10 +1000
committerGitHub <noreply@github.com>2022-05-16 09:09:10 +1000
commite2bbbf496b8975d6e1c60e32b026489b13ad49c6 (patch)
treeac61de44bf323104ee58fe3eebec27da56f8484a /crowdin.yml
parentc26fa6592e2243f7210cd1463196efae6ce9f625 (diff)
ci: add crowdin configuration (#3368)
Diffstat (limited to 'crowdin.yml')
-rw-r--r--crowdin.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/crowdin.yml b/crowdin.yml
new file mode 100644
index 000000000..998db1ddd
--- /dev/null
+++ b/crowdin.yml
@@ -0,0 +1,5 @@
+---
+files:
+ - source: /internal/server/locales/en/*
+ translation: /internal/server/locales/%locale_with_underscore%/%original_file_name%
+...