Skip to content

Commit 42626ed

Browse files
authored
i18n fixes (#233)
* i18n fixes * changelog
1 parent 5b6e712 commit 42626ed

19 files changed

Lines changed: 88 additions & 68 deletions

File tree

backend/news/+i18n.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add missing translations. Includes updating to Volto 18.26.0, VLT 7.0.0b2, and kitconcept-core 1.0.0a25. @davisagli

backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.12",
2626
]
2727
dependencies = [
28-
"kitconcept.core==1.0.0a24",
28+
"kitconcept.core==1.0.0a25",
2929
"plone.api",
3030
"plone.distribution",
3131
"plone.restapi",
@@ -289,9 +289,9 @@ constraint-dependencies = [
289289
"jsonschema-specifications==2025.4.1",
290290
"jsonschema==4.24.0",
291291
"keyring==25.6.0",
292-
"kitconcept.core==1.0.0a24",
292+
"kitconcept.core==1.0.0a25",
293293
"kitconcept.solr==2.0.0a1",
294-
"kitconcept.voltolighttheme==7.0.0a28",
294+
"kitconcept.voltolighttheme==7.0.0b2",
295295
"legacy-cgi==2.6.2",
296296
"lockfile==0.12.2",
297297
"lxml-html-clean==0.4.2",

backend/src/kitconcept/intranet/behaviors/blocks_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from kitconcept.voltolighttheme import _
1+
from kitconcept.intranet import _
22
from plone.autoform import directives
33
from plone.autoform.interfaces import IFormFieldProvider
44
from plone.schema import JSONField

backend/src/kitconcept/intranet/behaviors/person.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from kitconcept.intranet import _
2-
from plone.autoform.interfaces import IFormFieldProvider
32
from plone.autoform.directives import order_before
3+
from plone.autoform.interfaces import IFormFieldProvider
44
from plone.supermodel import model
55
from zope import schema
66
from zope.interface import provider

backend/src/kitconcept/intranet/locales/de/LC_MESSAGES/kitconcept.intranet.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: PACKAGE VERSION\n"
4-
"POT-Creation-Date: 2025-09-10 19:48+0000\n"
4+
"POT-Creation-Date: 2025-09-12 22:19+0000\n"
55
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
66
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
77
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -24,11 +24,11 @@ msgstr "- Workflow für Intranets. Authentifizierung erforderlich."
2424

2525
#: kitconcept/intranet/controlpanels/intranet.py:49
2626
msgid "1:1 round picture"
27-
msgstr ""
27+
msgstr "1:1 kreisförmiges Bild"
2828

2929
#: kitconcept/intranet/controlpanels/intranet.py:50
3030
msgid "4:5 square picture"
31-
msgstr ""
31+
msgstr "4:5 quadratisches Bild"
3232

3333
#: kitconcept/intranet/distributions.zcml:17
3434
msgid "A Plone distribution for Intranets with Plone. Created by kitconcept."
@@ -52,7 +52,7 @@ msgstr "Ermöglicht die Festlegung einer Konfiguration, die in die Standardkonfi
5252

5353
#: kitconcept/intranet/behaviors/blocks_settings.py:24
5454
msgid "Blocks configuration"
55-
msgstr "Blockkonfiguration"
55+
msgstr "Blocks Konfiguration"
5656

5757
#: kitconcept/intranet/profiles/default/workflows/simple_intranet_workflow/definition.xml
5858
#: kitconcept/intranet/profiles/restricted/workflows/simple_intranet_workflow/definition.xml
@@ -268,7 +268,7 @@ msgstr "Wartet auf Überprüfung, kann vom Eigentümer nicht bearbeitet werden."
268268
#. Default: "Configure some aspects of the default blocks configuration."
269269
#: kitconcept/intranet/behaviors/blocks_settings.py:41
270270
msgid "help_blocks_config_mutator"
271-
msgstr "Konfigurieren Sie einige Aspekte der Standardblockkonfiguration."
271+
msgstr "Blocks Konfiguration anpassen"
272272

273273
#. Default: "Filter by Organisational Unit"
274274
#: kitconcept/intranet/profiles/default/registry/querystring.xml
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
msgid ""
2+
msgstr ""
3+
"Project-Id-Version: PACKAGE VERSION\n"
4+
"POT-Creation-Date: 2025-09-12 22:19+0000\n"
5+
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
6+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
7+
"Language-Team: LANGUAGE <LL@li.org>\n"
8+
"MIME-Version: 1.0\n"
9+
"Content-Type: text/plain; charset=utf-8\n"
10+
"Content-Transfer-Encoding: 8bit\n"
11+
"Plural-Forms: nplurals=1; plural=0\n"
12+
"Language-Code: de\n"
13+
"Language-Name: Deutsch\n"
14+
"Preferred-Encodings: utf-8 latin1\n"
15+
"Domain: plone\n"
16+
17+
msgid "label_related_items"
18+
msgstr "Ähnliche Inhalte"

backend/src/kitconcept/intranet/locales/en/LC_MESSAGES/kitconcept.intranet.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: PACKAGE VERSION\n"
4-
"POT-Creation-Date: 2025-09-10 19:48+0000\n"
4+
"POT-Creation-Date: 2025-09-12 22:19+0000\n"
55
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
66
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
77
"Language-Team: LANGUAGE <LL@li.org>\n"

backend/src/kitconcept/intranet/locales/kitconcept.intranet.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
7-
"POT-Creation-Date: 2025-09-10 19:48+0000\n"
7+
"POT-Creation-Date: 2025-09-12 22:19+0000\n"
88
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
99
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1010
"Language-Team: LANGUAGE <LL@li.org>\n"

backend/src/kitconcept/intranet/locales/pt_BR/LC_MESSAGES/kitconcept.intranet.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: PACKAGE VERSION\n"
4-
"POT-Creation-Date: 2025-09-10 19:48+0000\n"
4+
"POT-Creation-Date: 2025-09-12 22:19+0000\n"
55
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
66
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
77
"Language-Team: LANGUAGE <LL@li.org>\n"

backend/uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)