diff --git a/extensions/odoo_theme/layout_templates/footer.html b/extensions/odoo_theme/layout_templates/footer.html index 0031dbbda..27de05dc6 100644 --- a/extensions/odoo_theme/layout_templates/footer.html +++ b/extensions/odoo_theme/layout_templates/footer.html @@ -1,9 +1,9 @@
-
Get Help
+
{{ _("Get Help") }}
- Contact Support - Ask the Odoo Community + {{ _("Contact Support") }} + {{ _("Ask the Odoo Community") }}
diff --git a/extensions/odoo_theme/layout_templates/header.html b/extensions/odoo_theme/layout_templates/header.html index ff2cad8fd..29f4382c6 100644 --- a/extensions/odoo_theme/layout_templates/header.html +++ b/extensions/odoo_theme/layout_templates/header.html @@ -8,5 +8,5 @@
{%- include "layout_templates/language_switcher.html" %} {%- include "layout_templates/version_switcher.html" %} - Try Odoo for FREE + {{ _('Try Odoo for FREE') }}
diff --git a/extensions/odoo_theme/layout_templates/homepage.html b/extensions/odoo_theme/layout_templates/homepage.html index d277629d5..a7914fb80 100644 --- a/extensions/odoo_theme/layout_templates/homepage.html +++ b/extensions/odoo_theme/layout_templates/homepage.html @@ -1,64 +1,64 @@
-

Odoo Documentation

-

The comprehensive guide for Odoo users. Easily find the tutorial and helpful tips that suit your needs.

+

{{ _("Odoo Documentation") }}

+

{{ _("The comprehensive guide for Odoo users. Easily find the tutorial and helpful tips that suit your needs.") }}

-

Applications

-

Master any app thanks to their end-user guides. Our wide array of functional workflows and processes are designed to help you unleash Odoo's potential.

-
Top Links
+

{{ _("Applications") }}

+

{{ _("Master any app thanks to their end-user guides. Our wide array of functional workflows and processes are designed to help you unleash Odoo's potential.") }}

+
{{ _("Top Links") }}
-

Administration

-

Easily setup your first Odoo installation. From downloads to day-to-day database administration, the dedicated tutorials have got you covered.

-
Top Links
+

{{ _("Administration") }}

+

{{ _("Easily setup your first Odoo installation. From downloads to day-to-day database administration, the dedicated tutorials have got you covered.") }}

+
{{ _("Top Links") }}
@@ -66,50 +66,50 @@
-

Developer

-

Learn to develop in Odoo by reading the framework references and programmer tutorials.

-
Top Links
+

{{ _("Developer") }}

+

{{ _("Learn to develop in Odoo by reading the framework references and programmer tutorials.") }}

+
{{ _("Top Links") }}
-

Services

-

Find out how to open a support ticket should you need to contact a Customer Service Representative.

-
Top Links
+

{{ _("Services") }}

+

{{ _("Find out how to open a support ticket should you need to contact a Customer Service Representative.") }}

+
{{ _("Top Links") }}
@@ -117,18 +117,18 @@
-

Contributing

-

You want to contribute to Odoo but don't know where to start? The tutorials and guidelines are there to help you make Odoo even better.

-
Top Links
+

{{ _("Contributing") }}

+

{{ _("You want to contribute to Odoo but don't know where to start? The tutorials and guidelines are there to help you make Odoo even better.") }}

+
{{ _("Top Links") }}
diff --git a/extensions/odoo_theme/layout_templates/page_toc.html b/extensions/odoo_theme/layout_templates/page_toc.html index e0e603363..c73d9f43e 100644 --- a/extensions/odoo_theme/layout_templates/page_toc.html +++ b/extensions/odoo_theme/layout_templates/page_toc.html @@ -1,4 +1,4 @@
-

On this page

+

{{ _("On this page") }}

{{ toc }} {# this is the page TOC (or local toc) #}