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:
parent
826dda2d52
commit
dbcbd75b20
1 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue