-
Notifications
You must be signed in to change notification settings - Fork 23
Conversation
MOD_QUICKICON_GLOBAL_CONFIGURATION="Global Configuration" | ||
MOD_QUICKICON_GROUP_DESC="The group of this module (this value is compared with the group value used in <strong>Quick Icons</strong> plugins to inject icons). The 'mod_quickicon' group always displays the Joomla! core icons." | ||
MOD_QUICKICON_GROUP_LABEL="Group" | ||
MOD_QUICKICON_HEADER_ICON_LABEL="Header Icon" | ||
MOD_QUICKICON_INSTALL_EXTENSIONS="Install Extensions" | ||
MOD_QUICKICON_LANGUAGE_MANAGER="Languages" | ||
MOD_QUICKICON_LOAD_PLUGINS_LABEL="Load 3rd party plugins" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plugins? do you mean extensions? Is this even used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have icons for languages and extensions. So better delete the language keys
Made some comments inline Someone else will have to check that the pluralisation is correct in the code to allow for languages that have more complex pluralisation rules - maybe @infograf768 can check this |
Co-Authored-By: Brian Teeman <[email protected]>
Co-Authored-By: Brian Teeman <[email protected]>
Co-Authored-By: Brian Teeman <[email protected]>
administrator/components/com_cache/Controller/DisplayController.php
Outdated
Show resolved
Hide resolved
Co-Authored-By: Quy <[email protected]>
Co-Authored-By: Quy <[email protected]>
Co-Authored-By: Quy <[email protected]>
Co-Authored-By: Quy <[email protected]>
…r.php Co-Authored-By: Quy <[email protected]>
The Plural forms do this:
Users: One User is activated. Articles: No article is available Modules: Three modules are available Global Checkin: No Items are locked. Cache: The Cache is empty We have adopted this from the joomla update plugins. In case of many different plural forms we could add more strings. |
That's the whole point - we can not. The current system used throughout joomla is that the TT add them if they need to |
@infograf768 you're right, we have to take care for the pluralism form. Do you have an JS example where this happen in Joomla!? |
Did not find any but this should help https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/src/Language/Text.php#L171-L198 |
@chmst |
administrator/components/com_cache/Controller/DisplayController.php
Outdated
Show resolved
Hide resolved
Thank ou, @infograf768. |
RTL: will test a new install of your branch and see what I can do. |
administrator/components/com_cache/Controller/DisplayController.php
Outdated
Show resolved
Hide resolved
@chmst Same for sronly provided that RTL TT creates a string formatted such: |
Pull Request for Issue #258 .
Summary of Changes
Fixed: Button MenuItems
Numbers on icons can be useful and important but sometimes are useless, asdescribe in the issues.
We have expanded module parameters so the administrator can choose if she want to see the number or only the button.
If a number is displayed, both the number and component name have attribute "aria-hidden", but a sr-only text is added which gives information in a sentence.