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

Category

6 January 2020 Updated 9 January 2020
This post describes a method to generate Javascript language files de.js, en.js, etc. and how to add them to your multilanguage Flask app.
13 November 2019 Updated 15 November 2019
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
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
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
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
When language fallback is disabled, the item is not shown if the translation is not available.
31 August 2019 Updated 7 September 2019
We cannot expect good translations from a machine when it does not know the context
25 August 2019 Updated 30 August 2019
We add a table with translations for every table that has fields that must be shown in multiple languages.