From 3e0898e4986864c71f36c9a901f9ba069609ff5d Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Wed, 3 Apr 2024 20:00:42 +0200 Subject: [PATCH] DEV: Add "automation" plugin to Crowdin (#26497) --- translator.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/translator.yml b/translator.yml index 8565c0b5ccf..64f19866906 100644 --- a/translator.yml +++ b/translator.yml @@ -94,3 +94,10 @@ files: - source_path: plugins/discourse-lazy-videos/config/locales/server.en.yml destination_path: plugins/lazy-videos/server.yml label: lazy-videos + + - source_path: plugins/automation/config/locales/client.en.yml + destination_path: plugins/automation/client.yml + label: automation + - source_path: plugins/automation/config/locales/server.en.yml + destination_path: plugins/automation/server.yml + label: automation