2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-10-04 17:32:34 +08:00

DEV: Fix translator-bot config (#33732)

The zendesk plugin doesn't have a `server.en.yml`. And this also removes
the `discourse-` prefix for the reactions plugin on Crowdin.
This commit is contained in:
Gerhard Schlager 2025-07-21 11:51:27 +02:00 committed by GitHub
parent 826dda2d52
commit dbcbd75b20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,11 +110,11 @@ files:
label: theme

- source_path: plugins/discourse-reactions/config/locales/client.en.yml
destination_path: plugins/discourse-reactions/client.yml
label: discourse-reactions
destination_path: plugins/reactions/client.yml
label: reactions
- source_path: plugins/discourse-reactions/config/locales/server.en.yml
destination_path: plugins/discourse-reactions/server.yml
label: discourse-reactions
destination_path: plugins/reactions/server.yml
label: reactions

- source_path: plugins/discourse-apple-auth/config/locales/client.en.yml
destination_path: plugins/apple-auth/client.yml
@ -161,9 +161,6 @@ files:
- source_path: plugins/discourse-zendesk-plugin/config/locales/client.en.yml
destination_path: plugins/zendesk-plugin/client.yml
label: zendesk-plugin
- source_path: plugins/discourse-zendesk-plugin/config/locales/server.en.yml
destination_path: plugins/zendesk-plugin/server.yml
label: zendesk-plugin

- source_path: plugins/discourse-patreon/config/locales/client.en.yml
destination_path: plugins/patreon/client.yml