doc/book/devweb/internationalization.rst
changeset 12582 2b0a3f2607f0
parent 12581 0951dcdcfd5a
--- a/doc/book/devweb/internationalization.rst	Thu Apr 18 15:10:35 2019 +0200
+++ b/doc/book/devweb/internationalization.rst	Thu Apr 18 15:09:36 2019 +0200
@@ -71,7 +71,7 @@
 `i18n:content` and `i18n:replace`.
 
 If you need to mark other messages as translatable,
-you can create a file named `i18n/static-messages.pot`.
+you can create a file named `i18n/static-messages.pot`, see for example :ref:`translate-application-cube`.
 
 You could put there messages not found in the python sources or
 overrides some messages that are in cubes used in the dependencies.
@@ -284,6 +284,8 @@
 msgid)`.
 
 
+.. _translate-application-cube:
+
 Specialize translation for an application cube
 ``````````````````````````````````````````````