Set plugin name to capitals?

If this is about the display name, this is how it works.

If your plugin has metadata # name: discourse-foo-bar in plugin.rb,

Then the plugin will be shown as “Foo bar”

But you can override this in locales/client.XX.yml

en:
  admin_js:
    admin:
      site_settings:
        categories:
          discourse_foo_bar: "Discourse Foo Bar Blah"

The plugins will be sorted by what comes after discourse- though.

1 Like