Browse Source

Maintenance: Update i18n chapter in dev manual.

Martin Gruner 2 years ago
parent
commit
06c5262d0b
1 changed files with 0 additions and 16 deletions
  1. 0 16
      doc/developer_manual/standards/how-to-handle-localization.md

+ 0 - 16
doc/developer_manual/standards/how-to-handle-localization.md

@@ -18,22 +18,6 @@ no subsequent import from the example files will be performed.
 
 Feel free to send pull requests to add more helpful examples to existing files or even files for new languages.
 
-### Zammad Chat Translations - `public/assets/chat`
-
-The Zammad chat currently has its own build pipeline and also a custom translation handling.
-Messages and translations are directly baked into [chat.coffee](../public/assets/chat/chat.coffee) and have to be maintained
-there.
-
-### Zammad Forms Channel - `public/assets/form/form.js`
-
-Messages and translations are directly baked into [form.js](../public/assets/form/form.js) and have to be maintained
-there.
-
-## Zammad Notification Templates - `app/views/mailer/*`
-
-Zammad contains a number of different notification templates which are currently stored directly in language-specific `ERB`
-template files. Modifications of existing or addition of new translations must be made in these files directly.
-
 ## Developer Workflows
 
 ### Weblate Process Overview