From 7ea468708cb89866de3d2496860ac23b63c4467b Mon Sep 17 00:00:00 2001 From: Discourse Translator Bot Date: Fri, 14 Jul 2023 18:56:15 -0400 Subject: [PATCH] DEV: Add Crowdin support (#108) --- 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 00000000..5caa8f7a --- /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