Maintenance: Add note about upcoming changes to translation management.

This commit is contained in:
Martin Gruner 2021-09-14 10:48:17 +02:00
parent 3e2ad0e19c
commit f4c06f088e

View file

@ -10,6 +10,14 @@
</div>
<div class="page-content">
<div class="box box--message">
<h2><%- @T('Contributing Translations') %></h2>
<p><%- @T('Starting with Zammad 5.1, translations can be contributed exclusively via "translations.zammad.org" %l.', 'https://translations.zammad.org') %></p>
<p>
<%- @T('While it will be no longer possible to directly push changed translations from Zammad, they can be contributed in a very convenient user interface based on Weblate.') %>
</p>
</div>
<div class="box box--message">
<h2><%- @T('Inline translation') %></h2>
<p><%- @T('To make translations easier you can enable and disable the inline translation feature by pressing "%s".', 'ctrl+alt+t') %></p>