From 954022aed29c80dd2f668c1739714e50602625d2 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Wed, 2 Nov 2022 15:18:02 +0100 Subject: [PATCH] DEV: Add chat plugin to Crowdin (#18838) --- translator.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/translator.yml b/translator.yml index ffb695fc0dd..4cd5e470f46 100644 --- a/translator.yml +++ b/translator.yml @@ -18,6 +18,11 @@ files: - source_path: public/503.html destination_path: error_pages/503.html + - source_path: plugins/chat/config/locales/client.en.yml + destination_path: plugins/chat/client.yml + - source_path: plugins/chat/config/locales/server.en.yml + destination_path: plugins/chat/server.yml + - source_path: plugins/discourse-details/config/locales/client.en.yml destination_path: plugins/details/client.yml - source_path: plugins/discourse-details/config/locales/server.en.yml