From 8fd183c4392043415678588fa7c6526dffce14b5 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Fri, 9 Oct 2020 04:23:32 +0200 Subject: [PATCH] DEV: Add styleguide locale files to Crowdin (#10876) --- translator.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/translator.yml b/translator.yml index d8e0c80c622..ffb695fc0dd 100644 --- a/translator.yml +++ b/translator.yml @@ -42,3 +42,8 @@ files: destination_path: plugins/poll/client.yml - source_path: plugins/poll/config/locales/server.en.yml destination_path: plugins/poll/server.yml + + - source_path: plugins/styleguide/config/locales/client.en.yml + destination_path: plugins/styleguide/client.yml + - source_path: plugins/styleguide/config/locales/server.en.yml + destination_path: plugins/styleguide/server.yml