From 77ad377efcb0df408127edbb188cacc95af61b7a Mon Sep 17 00:00:00 2001 From: Discourse Translator Bot Date: Tue, 28 Sep 2021 08:30:38 -0400 Subject: [PATCH] DEV: Add Crowdin support (#29) --- translator.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 translator.yml diff --git a/translator.yml b/translator.yml new file mode 100644 index 0000000..5caa8f7 --- /dev/null +++ b/translator.yml @@ -0,0 +1,7 @@ +# Configuration file for discourse-translator-bot + +files: +- source_path: config/locales/client.en.yml + destination_path: client.yml +- source_path: config/locales/server.en.yml + destination_path: server.yml