-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix a11y issues * Update env * Add locales * Better locales * Changelog * DE translations
- Loading branch information
Showing
14 changed files
with
268 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
module.exports = function (api) { | ||
api.cache(true); | ||
const presets = ['razzle']; | ||
const plugins = [ | ||
[ | ||
'react-intl', // React Intl extractor, required for the whole i18n infrastructure to work | ||
{ | ||
messagesDir: './build/messages/', | ||
}, | ||
], | ||
]; | ||
|
||
return { | ||
plugins, | ||
presets, | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# Víctor Fernández de Alba <victor a plone.org>, 2023 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Plone\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: YEAR-MO-DA HO:MI +ZONE\n" | ||
"PO-Revision-Date: 2019-07-02 00:11+0200\n" | ||
"Last-Translator: Víctor Fernández de Alba <[email protected]>\n" | ||
"Language: \n" | ||
"Language-Team: Català <[email protected]>\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
"MIME-Version: 1.0\n" | ||
"Language-Code: ca\n" | ||
"Language-Name: Catalan\n" | ||
"Preferred-Encodings: utf-8\n" | ||
"Domain: plone\n" | ||
"X-Is-Fallback-For: ca-ad ca-es ca-fr ca-it\n" | ||
|
||
#: components/schema | ||
# defaultMessage: Add item | ||
msgid "Add item" | ||
msgstr "Afegir element" | ||
|
||
#: components/schema | ||
# defaultMessage: Description | ||
msgid "Description" | ||
msgstr "Descripció" | ||
|
||
#: components/DotsAndArrows | ||
# defaultMessage: Go to slide | ||
msgid "Go to slide" | ||
msgstr "Vés a slide" | ||
|
||
#: components/schema | ||
# defaultMessage: Headtitle | ||
msgid "Headtitle" | ||
msgstr "Títol de capçalera" | ||
|
||
#: components/schema | ||
# defaultMessage: Image override | ||
msgid "Image override" | ||
msgstr "Imatge" | ||
|
||
#: components/schema | ||
# defaultMessage: Item | ||
msgid "Item" | ||
msgstr "Element" | ||
|
||
#: components/schema | ||
# defaultMessage: Items | ||
msgid "Items" | ||
msgstr "Elements" | ||
|
||
#: components/DotsAndArrows | ||
# defaultMessage: Next slide | ||
msgid "Next slide" | ||
msgstr "Següent slide" | ||
|
||
#: components/DefaultBody | ||
#: components/View | ||
# defaultMessage: Please choose an existing content as source for this element | ||
msgid "Please choose an existing content as source for this element" | ||
msgstr "Si us plau, escolleixi un contingut existent per aquest element" | ||
|
||
#: components/DotsAndArrows | ||
# defaultMessage: Previous slide | ||
msgid "Previous slide" | ||
msgstr "Anterior slide" | ||
|
||
#: components/DefaultBody | ||
# defaultMessage: Select target | ||
msgid "Select target" | ||
msgstr "Selecciona un contingut" | ||
|
||
#: components/schema | ||
# defaultMessage: Slider | ||
msgid "Slider" | ||
msgstr "Slider" | ||
|
||
#: components/schema | ||
# defaultMessage: Target | ||
msgid "Target" | ||
msgstr "" | ||
|
||
#: components/schema | ||
# defaultMessage: Title | ||
msgid "Title" | ||
msgstr "Títol" | ||
|
||
#: components/DefaultBody | ||
# defaultMessage: More info | ||
msgid "moreInfo" | ||
msgstr "Més informació" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.