diff --git a/developer_manual/app/l10n.rst b/developer_manual/app/l10n.rst index 259293a2c..ebb58f57e 100644 --- a/developer_manual/app/l10n.rst +++ b/developer_manual/app/l10n.rst @@ -109,6 +109,21 @@ There is currently no good way to translate JavaScript strings. One way to still var addNewTranslation = $('#add-new').text(); +Hints +===== +In case some translation strings may be translated wrongly because they have multiple meanings, you can add hints which will be shown in the Transifex web-interface: + +.. code-block:: php + +