angle-uparrow-clockwisearrow-counterclockwisearrow-down-uparrow-leftatcalendarcard-listchatcheckenvelopefolderhouseinfo-circlepencilpeoplepersonperson-fillperson-plusphoneplusquestion-circlesearchtagtrashx

Search results

Matches found for tag 'Multilanguage': 8

13 November 2019 Updated 15 November 2019 by Peter
In this post we discuss several conditions when processing the language in the url, using a default language and using a list of available languages.
28 September 2019 Updated 11 October 2019 by Peter
When the page content comes from a database you will want to add a contact form using a tag.
15 September 2019 Updated 15 September 2019 by Peter
In a multilanguage website with multilanguage slugs we can no longer use <a href="{{ url_for('pages.about') }}">{{ _('About') }}</a>.
14 September 2019 Updated 14 September 2019 by Peter
Keep the translated title and slug in one place and mark them valid so they can be used even if the remainder of the item is not valid.
11 September 2019 Updated 10 January 2020 by Peter
When language fallback is disabled, the item is not shown if the translation is not available.
25 August 2019 Updated 30 August 2019 by Peter
We add a table with translations for every table that has fields that must be shown in multiple languages.
14 August 2019 Updated 14 August 2019 by Peter
After editing marathon I am Ringo Starr: I've got blisters on my fingers!
7 August 2019 Updated 30 August 2019 by Peter
Not many examples exist for multilanguage Flask. Here we follow the suggestions from the Flask documentation.