joomlagerman / joomla

The J!German translation team provides German translation for Joomla!
https://www.jgerman.de
GNU General Public License v2.0
25 stars 46 forks source link

[5.1] fix alpha sorting in PR 42221 #3138

Closed jgerman-bot closed 7 months ago

jgerman-bot commented 7 months ago

New language relevant PR in upstream repo: https://github.com/joomla/joomla-cms/pull/43111 Here are the upstream changes:

Click to expand the diff! ```diff diff --git a/administrator/language/en-GB/mod_user.ini b/administrator/language/en-GB/mod_user.ini index c68f66b4005a..c30a0744b388 100644 --- a/administrator/language/en-GB/mod_user.ini +++ b/administrator/language/en-GB/mod_user.ini @@ -5,9 +5,9 @@ MOD_USER="User Menu" MOD_USER_ACCESSIBILITY_SETTINGS="Accessibility Settings" +MOD_USER_DARK_MODE="Dark Mode" MOD_USER_EDIT_ACCOUNT="Edit Account" +MOD_USER_LIGHT_MODE="Light Mode" MOD_USER_MENU="User Menu" MOD_USER_TITLE="Signed in as %s" -MOD_USER_LIGHT_MODE="Light Mode" -MOD_USER_DARK_MODE="Dark Mode" MOD_USER_XML_DESCRIPTION="This module shows the User Menu and is intended to be displayed in the 'status' position." ```