-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Component is now WCAG 2.1 compliant
BREAKING CHANGE: `no_result_text` and `narrow_search_text` replaced by the `custom_strings` dictionary. Release-As: 0.6.0
- Loading branch information
1 parent
2f42521
commit 3c040f3
Showing
41 changed files
with
1,376 additions
and
154 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-02-08 20:30+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <LL@li.org>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: templates/autocomplete/strings/available_results.html:2 | ||
#, python-format | ||
msgid "%(count)s result available." | ||
msgid_plural "%(count)s results available." | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: templates/autocomplete/strings/item_selected.html:2 | ||
#, python-format | ||
msgid "%(item)s selected," | ||
msgstr "" | ||
|
||
#: templates/autocomplete/strings/more_results.html:2 | ||
#, python-format | ||
msgid "Displaying maximum %(count)s out of %(total_results)s results." | ||
msgid_plural "Displaying maximum %(count)s out of %(total_results)s results." | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: templates/autocomplete/strings/multiselect.html:2 | ||
msgid "multiselect" | ||
msgstr "" | ||
|
||
#: templates/autocomplete/strings/no_results.html:2 | ||
msgid "No results found." | ||
msgstr "" | ||
|
||
#: templates/autocomplete/strings/nothing_selected.html:2 | ||
msgid "Nothing selected." | ||
msgstr "" |
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,50 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-02-08 20:30+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <LL@li.org>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n > 1);\n" | ||
|
||
#: templates/autocomplete/strings/available_results.html:2 | ||
#, python-format | ||
msgid "%(count)s result available." | ||
msgid_plural "%(count)s results available." | ||
msgstr[0] "%(count)s résultat disponible" | ||
msgstr[1] "%(count)s résultats disponibles" | ||
|
||
#: templates/autocomplete/strings/item_selected.html:2 | ||
#, python-format | ||
msgid "%(item)s selected," | ||
msgstr "%(item)s sélectionné" | ||
|
||
#: templates/autocomplete/strings/more_results.html:2 | ||
#, python-format | ||
msgid "Displaying maximum %(count)s out of %(total_results)s results." | ||
msgid_plural "Displaying maximum %(count)s out of %(total_results)s results." | ||
msgstr[0] "Affichage maximum de %(count)s résultat sur %(total_results)s." | ||
msgstr[1] "Affichage maximum de %(count)s résultats sur %(total_results)s." | ||
|
||
#: templates/autocomplete/strings/multiselect.html:2 | ||
msgid "multiselect" | ||
msgstr "sélection multiple" | ||
|
||
#: templates/autocomplete/strings/no_results.html:2 | ||
msgid "No results found." | ||
msgstr "Aucun résultat trouvé." | ||
|
||
#: templates/autocomplete/strings/nothing_selected.html:2 | ||
msgid "Nothing selected." | ||
msgstr "Rien de sélectionné." |
Oops, something went wrong.