diff --git a/configs/i18n.ini b/configs/i18n.ini index d5d04dd..8fc6742 100644 --- a/configs/i18n.ini +++ b/configs/i18n.ini @@ -1,5 +1,5 @@ content = en -translations = fr,pl +translations = fr,pl,id i18npath = i18n translate_paragraphwise = False url_prefix = https://queerscriptors.org/ diff --git a/models/project.ini b/models/project.ini index f5a7c37..d0ef4ca 100644 --- a/models/project.ini +++ b/models/project.ini @@ -16,7 +16,7 @@ type = boolean [fields.title] label = Title type = string -translate = True +translate = False [fields.body] label = Body diff --git a/templates/header.html b/templates/header.html index 35201d2..d61e477 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,6 +1,6 @@