discourse/app/assets/javascripts/admin/addon
Martin Brennan e395e5e002
FIX: Use plugin category name for plugin list (#24477)
Followup to e37fb3042d

Some plugins like discourse-ai and discourse-saml do not
nicely change from kebab-case to Title Case (e.g. Ai, Saml),
and anyway this method of getting the plugin name is not
translated either.

Better to use the plugin setting category if it exists,
since that is written by a human and is translated.
2023-11-23 08:40:55 +10:00
..
adapters DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
components FEATURE: Admin plugin list redesign (#24363) 2023-11-21 09:37:11 +10:00
controllers FEATURE: dedicated admin section for new features (#24292) 2023-11-20 09:59:04 +11:00
helpers DEV: replace registerUnbound usage with default exports (#23802) 2023-10-19 14:28:25 +01:00
lib DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
mixins FEATURE: remove category badge style options, set bullet style as default (#24198) 2023-11-13 10:46:15 -05:00
models FIX: Use plugin category name for plugin list (#24477) 2023-11-23 08:40:55 +10:00
routes FEATURE: dedicated admin section for new features (#24292) 2023-11-20 09:59:04 +11:00
services DEV: Automatically generate all admin links for app for new sidebar (#24175) 2023-11-02 10:34:37 +10:00
templates FIX: Use plugin category name for plugin list (#24477) 2023-11-23 08:40:55 +10:00