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.2] [Guided tours] Bug fixes for PR #43966 #3285

Open jgerman-bot opened 3 days ago

jgerman-bot commented 3 days ago

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

Click to expand the diff! ```diff diff --git a/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2.ini b/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2.ini index 26d043bf581d..a649d14775f6 100644 --- a/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2.ini +++ b/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2.ini @@ -1,2 +1,7 @@ -COM_GUIDEDTOURS_TOUR_WHATSNEW_5_2_DESCRIPTION = "

Welcome to Joomla 5.2!

\"The

Guided Tours Updates

Auto-start Tours

This feature will allow you to create your own auto-start Guided Tour. The contextual tour can be opted out for one or all users. Tours can be restarted from the Guided Tours menu.

Enhancements

  • For clarity, the Step Counter was positioned first in the tour header.
  • The modal window resizes automatically to accommodate larger content and images.

Core Updates

The new all-in-one 'Articles' module

Use one module to display latest, most read, specific or archived articles, from select categories - with filters, tags and more...

From Content -> Site Modules, create a new module of type 'Articles'.

Mail Template Layout

Take it a step further by creating an entirely unique layout (including logo) which can be applied to one or all mail templates.

From Global Configuration -> Mail Templates, layouts can be defined in HTML.

Other Enhancements and Fixes

  • Nested Subforms - Allows the nesting of Subform inside a Subform Custom Field.
  • Total Count - Shows the count and total number of list items in the console.
\"Mail
" -COM_GUIDEDTOURS_TOUR_WHATSNEW_5_2_TITLE = "What’s New in Joomla 5.2!" +; Joomla! Project +; (C) 2024 Open Source Matters, Inc. +; License GNU General Public License version 2 or later; see LICENSE.txt +; Note : All ini files need to be saved as UTF-8 + +COM_GUIDEDTOURS_TOUR_WHATSNEW_5_2_DESCRIPTION="

Welcome to Joomla 5.2!

\"The

Guided Tours Updates

Auto-start Tours

This feature will allow you to create your own auto-start Guided Tour. The contextual tour can be opted out for one or all users. Tours can be restarted from the Guided Tours menu.

Enhancements

  • For clarity, the Step Counter was positioned first in the tour header.
  • The modal window resizes automatically to accommodate larger content and images.

Core Updates

The new all-in-one 'Articles' module

Use one module to display latest, most read, specific or archived articles, from select categories - with filters, tags and more...

From Content -> Site Modules, create a new module of type 'Articles'.

Mail Template Layout

Take it a step further by creating an entirely unique layout (including logo) which can be applied to one or all mail templates.

From Global Configuration -> Mail Templates, layouts can be defined in HTML.

Other Enhancements and Fixes

  • Nested Subforms - Allows the nesting of Subforms inside a Subform Custom Field.
  • Total Count - Shows the count and total number of list items in the console.
\"Mail
" +COM_GUIDEDTOURS_TOUR_WHATSNEW_5_2_TITLE="What’s New in Joomla 5.2!" diff --git a/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2_steps.ini b/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2_steps.ini index b544d56d8eeb..6bc9e5ac2d32 100644 --- a/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2_steps.ini +++ b/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2_steps.ini @@ -1,2 +1,7 @@ -COM_GUIDEDTOURS_TOUR_WHATSNEW_5_2_STEP_0_DESCRIPTION = "

Joomla 5.2 Full Release Notes

View the full release notes on joomla.org


Help and Information

Many resources to help you can be found here together with additional links to more resources, documentation, support and how to become involved in Joomla.

" -COM_GUIDEDTOURS_TOUR_WHATSNEW_5_2_STEP_0_TITLE = "More Information and Help" +; Joomla! Project +; (C) 2024 Open Source Matters, Inc. +; License GNU General Public License version 2 or later; see LICENSE.txt +; Note : All ini files need to be saved as UTF-8 + +COM_GUIDEDTOURS_TOUR_WHATSNEW_5_2_STEP_0_DESCRIPTION="

Joomla 5.2 Full Release Notes

View the full release notes on joomla.org


Help and Information

Many resources to help you can be found here together with additional links to more resources, documentation, support and how to become involved in Joomla.

" +COM_GUIDEDTOURS_TOUR_WHATSNEW_5_2_STEP_0_TITLE="More Information and Help" ```
tecpromotion commented 2 days ago

already fixed with #3279