Skip to content

Commit

Permalink
Pinsliderblock upgrade several things (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Nov 16, 2023
1 parent ed020cd commit f405654
Show file tree
Hide file tree
Showing 12 changed files with 156 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]
env:
ADDON_NAME: "@kitconcept/volto-light-theme"
ADDON_PATH: "volto-light-theme"
VOLTO_VERSION: "17.2.0"
VOLTO_VERSION: "17.5.0"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
node-version: 18.x
node-version: 20.x

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Main checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
ENVIRONMENT: "light-theme.kitconcept.io"
IMAGE_NAME: "ghcr.io/kitconcept/voltolighttheme-frontend"
VOLTO_VERSION: "17.2.0"
VOLTO_VERSION: "17.5.0"

jobs:
meta:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Main checkout
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ GREEN=`tput setaf 2`
RESET=`tput sgr0`
YELLOW=`tput setaf 3`

PLONE_VERSION=6.0.6
VOLTO_VERSION=17.2.0
PLONE_VERSION=6.0.8
VOLTO_VERSION=17.5.0

ADDON_NAME='@kitconcept/volto-light-theme'
ADDON_PATH='volto-light-theme'
Expand Down
46 changes: 44 additions & 2 deletions locales/de/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ msgstr ""
"Preferred-Encodings: utf-8 latin1\n"
"X-Is-Fallback-For: de-at de-li de-lu de-ch de-de\n"

#: components/MobileNavigation/MobileNavigation
# defaultMessage: Back
msgid "Back"
msgstr ""

#: components/Blocks/schema
# defaultMessage: Background color
msgid "Background color"
Expand All @@ -37,12 +42,17 @@ msgstr ""
msgid "Browse the site, drop an image, or type an URL"
msgstr "Bild auswählen, hochladen oder URL angeben"

#: components/Blocks/Slider/schema
# defaultMessage: Button text
msgid "Button text"
msgstr ""

#: components/Widgets/AlignWidget
# defaultMessage: Center
msgid "Center"
msgstr "Mittig"

#: components/Navigation/Navigation
#: components/MobileNavigation/MobileNavigation
# defaultMessage: Close menu
msgid "Close menu"
msgstr "Menü schließen"
Expand All @@ -52,6 +62,11 @@ msgstr "Menü schließen"
msgid "Contact"
msgstr "Kontakt"

#: components/Blocks/Slider/DefaultBody
# defaultMessage: Continue reading
msgid "Continue reading"
msgstr ""

#: components/Footer/Footer
# defaultMessage: Copyright
msgid "Copyright"
Expand All @@ -72,6 +87,11 @@ msgstr ""
msgid "End"
msgstr "ende"

#: components/Blocks/Slider/schema
# defaultMessage: Flag align
msgid "Flag align"
msgstr ""

#: components/Widgets/AlignWidget
# defaultMessage: Full
msgid "Full"
Expand All @@ -88,6 +108,7 @@ msgid "Hide Button"
msgstr "kein Button anzeigen"

#: components/Breadcrumbs/Breadcrumbs
#: components/MobileNavigation/MobileNavigation
# defaultMessage: Home
msgid "Home"
msgstr ""
Expand Down Expand Up @@ -137,16 +158,27 @@ msgstr "Kein Bild ausgewählt"
msgid "No items found in this container."
msgstr "Keine Elemente im Ordner gefunden."

#: components/Navigation/Navigation
#: components/MobileNavigation/MobileNavigation
# defaultMessage: Open menu
msgid "Open menu"
msgstr "Menü öffnen"

#: components/MobileNavigation/MobileNavigation
#: components/Navigation/Navigation
# defaultMessage: Overview
msgid "Overview"
msgstr ""

#: components/Theme/EventView
# defaultMessage: Phone
msgid "Phone"
msgstr "Telefon"

#: components/Blocks/Slider/DefaultBody
# defaultMessage: Please choose an existing content as source for this element
msgid "Please choose an existing content as source for this element"
msgstr ""

#: components/Footer/Footer
# defaultMessage: Plone Foundation
msgid "Plone Foundation"
Expand Down Expand Up @@ -230,6 +262,11 @@ msgstr "Übersicht"
msgid "Sorting"
msgstr "Sortierung"

#: components/Blocks/Slider/DefaultBody
# defaultMessage: Source
msgid "Source"
msgstr ""

#: components/Theme/EventView
# defaultMessage: Start
msgid "Start"
Expand Down Expand Up @@ -275,6 +312,11 @@ msgstr ""
msgid "loading"
msgstr "laden"

#: components/Blocks/Slider/DefaultBody
# defaultMessage: More info
msgid "moreInfo"
msgstr ""

#: components/Blocks/Listing/ListingBody
# defaultMessage: of
msgid "of"
Expand Down
51 changes: 49 additions & 2 deletions locales/en/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#: components/MobileNavigation/MobileNavigation
# defaultMessage: Back
msgid "Back"
msgstr ""

#: components/Blocks/schema
# defaultMessage: Background color
msgid "Background color"
Expand All @@ -31,12 +36,17 @@ msgstr ""
msgid "Browse the site, drop an image, or type an URL"
msgstr ""

#: components/Blocks/Slider/schema
# defaultMessage: Button text
msgid "Button text"
msgstr ""

#: components/Widgets/AlignWidget
# defaultMessage: Center
msgid "Center"
msgstr ""

#: components/Navigation/Navigation
#: components/MobileNavigation/MobileNavigation
# defaultMessage: Close menu
msgid "Close menu"
msgstr ""
Expand All @@ -46,6 +56,11 @@ msgstr ""
msgid "Contact"
msgstr ""

#: components/Blocks/Slider/DefaultBody
# defaultMessage: Continue reading
msgid "Continue reading"
msgstr ""

#: components/Footer/Footer
# defaultMessage: Copyright
msgid "Copyright"
Expand All @@ -66,6 +81,11 @@ msgstr ""
msgid "End"
msgstr ""

#: components/Blocks/Slider/schema
# defaultMessage: Flag align
msgid "Flag align"
msgstr ""

#: components/Widgets/AlignWidget
# defaultMessage: Full
msgid "Full"
Expand All @@ -76,7 +96,13 @@ msgstr ""
msgid "GNU GPL license"
msgstr ""

#: components/Blocks/Slider/schema
# defaultMessage: Hide Button
msgid "Hide Button"
msgstr ""

#: components/Breadcrumbs/Breadcrumbs
#: components/MobileNavigation/MobileNavigation
# defaultMessage: Home
msgid "Home"
msgstr ""
Expand Down Expand Up @@ -126,16 +152,27 @@ msgstr ""
msgid "No items found in this container."
msgstr ""

#: components/Navigation/Navigation
#: components/MobileNavigation/MobileNavigation
# defaultMessage: Open menu
msgid "Open menu"
msgstr ""

#: components/MobileNavigation/MobileNavigation
#: components/Navigation/Navigation
# defaultMessage: Overview
msgid "Overview"
msgstr ""

#: components/Theme/EventView
# defaultMessage: Phone
msgid "Phone"
msgstr ""

#: components/Blocks/Slider/DefaultBody
# defaultMessage: Please choose an existing content as source for this element
msgid "Please choose an existing content as source for this element"
msgstr ""

#: components/Footer/Footer
# defaultMessage: Plone Foundation
msgid "Plone Foundation"
Expand Down Expand Up @@ -219,6 +256,11 @@ msgstr ""
msgid "Sorting"
msgstr ""

#: components/Blocks/Slider/DefaultBody
# defaultMessage: Source
msgid "Source"
msgstr ""

#: components/Theme/EventView
# defaultMessage: Start
msgid "Start"
Expand Down Expand Up @@ -264,6 +306,11 @@ msgstr ""
msgid "loading"
msgstr ""

#: components/Blocks/Slider/DefaultBody
# defaultMessage: More info
msgid "moreInfo"
msgstr ""

#: components/Blocks/Listing/ListingBody
# defaultMessage: of
msgid "of"
Expand Down
Loading

0 comments on commit f405654

Please sign in to comment.