Skip to content

Commit

Permalink
chore: i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Jan 22, 2025
1 parent e7bfabd commit 9d5789a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion locales/de/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ msgid "decorrenza_termine"
msgstr ""

#: components/SelectInput/SelectInput
# defaultMessage: Selezione un'opzione
# defaultMessage: Seleziona un'opzione
msgid "default_label"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion locales/en/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ msgid "decorrenza_termine"
msgstr "Term effective date"

#: components/SelectInput/SelectInput
# defaultMessage: Selezione un'opzione
# defaultMessage: Seleziona un'opzione
msgid "default_label"
msgstr "Select an option"

Expand Down
2 changes: 1 addition & 1 deletion locales/es/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,7 @@ msgid "decorrenza_termine"
msgstr "Fecha límite"

#: components/SelectInput/SelectInput
# defaultMessage: Selezione un'opzione
# defaultMessage: Seleziona un'opzione
msgid "default_label"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion locales/fr/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ msgid "decorrenza_termine"
msgstr "Date effective"

#: components/SelectInput/SelectInput
# defaultMessage: Selezione un'opzione
# defaultMessage: Seleziona un'opzione
msgid "default_label"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion locales/it/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ msgid "decorrenza_termine"
msgstr "Decorrenza termine"

#: components/SelectInput/SelectInput
# defaultMessage: Selezione un'opzione
# defaultMessage: Seleziona un'opzione
msgid "default_label"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions locales/volto.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Plone\n"
"POT-Creation-Date: 2025-01-22T08:03:11.075Z\n"
"POT-Creation-Date: 2025-01-22T10:26:08.842Z\n"
"Last-Translator: Plone i18n <[email protected]>\n"
"Language-Team: Plone i18n <[email protected]>\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -1749,7 +1749,7 @@ msgid "decorrenza_termine"
msgstr ""

#: components/SelectInput/SelectInput
# defaultMessage: Selezione un'opzione
# defaultMessage: Seleziona un'opzione
msgid "default_label"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion src/components/SelectInput/SelectInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const messages = defineMessages({
},
default_label: {
id: 'default_label',
defaultMessage: "Selezione un'opzione",
defaultMessage: "Seleziona un'opzione",
},
});

Expand Down

0 comments on commit 9d5789a

Please sign in to comment.