forked from italia/design-comuni-plone-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: translated aria-label of menu hamburger icon (#592)
* fix: translated aria-label of menu hamburger icon * fix: used collapseOpen variable to change aria-label message * chore: removed console.log * fix: added translations for toggleMenu * fix: added EN translations * chore: changed release.md
- Loading branch information
1 parent
d8a5343
commit 7d74181
Showing
9 changed files
with
121 additions
and
2 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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Plone\n" | ||
"POT-Creation-Date: 2024-03-15T14:43:53.376Z\n" | ||
"POT-Creation-Date: 2024-03-27T13:29:18.025Z\n" | ||
"Last-Translator: Plone i18n <[email protected]>\n" | ||
"Language-Team: Plone i18n <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -3594,6 +3594,21 @@ msgstr "" | |
msgid "to" | ||
msgstr "" | ||
|
||
#: overrideTranslations | ||
# defaultMessage: {action} il menu | ||
msgid "toggle-menu" | ||
msgstr "" | ||
|
||
#: overrideTranslations | ||
# defaultMessage: Chiudi | ||
msgid "toggleMenu_close" | ||
msgstr "" | ||
|
||
#: overrideTranslations | ||
# defaultMessage: Apri | ||
msgid "toggleMenu_open" | ||
msgstr "" | ||
|
||
#: components/ItaliaTheme/Header/HeaderSearch/SearchModal | ||
#: components/ItaliaTheme/Search/Search | ||
#: components/ItaliaTheme/View/Commons/PageHeader/PageHeaderTassonomiaArgomenti | ||
|
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