diff --git a/content/developer/howtos/website_themes/translations.rst b/content/developer/howtos/website_themes/translations.rst index 19e87b396c..fa39dd9ced 100644 --- a/content/developer/howtos/website_themes/translations.rst +++ b/content/developer/howtos/website_themes/translations.rst @@ -25,7 +25,6 @@ manually is highlighted in yellow. .. image:: translations/translate-button.png :alt: Translate button - :width: 570 However, you have to understand what's happening under the hood when you translate something through the Website Builder. @@ -64,7 +63,7 @@ possible. **Example** -To write “Hello *username*”, you can do it in the following way: +To write "Hello *username*", you can do it in the following way: .. code-block:: xml @@ -89,7 +88,7 @@ could write something like this: .. code-block:: xml - My Page Title Shown in the Browser Tab + My Page Title Shown in the Browser Tab As we are writing XML context, text located between two XML tags are translatable. @@ -103,19 +102,34 @@ place: .. code-block:: xml - Foo + Foo And then we need to call it in different locations: .. code-block:: xml -
- ... -