Maintenance: Add note about upcoming changes to translation management.
This commit is contained in:
parent
3e2ad0e19c
commit
f4c06f088e
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue