# Set plugin name to capitals?

**URL:** https://meta.discourse.org/t/set-plugin-name-to-capitals/367381
**Category:** Development
**Created:** [May 23, 2025, 3:15pm UTC](https://meta.discourse.org/t/set-plugin-name-to-capitals/367381 "2025-05-23T15:15:16Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [May 24, 2025, 8:24am UTC](https://meta.discourse.org/t/set-plugin-name-to-capitals/367381/12 "2025-05-24T08:24:38Z")

</div>

If this is about the _display name_, [this](https://github.com/discourse/discourse/blob/main/lib/plugin/instance.rb#L170C1-L175C20) 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

```plaintext
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.

---

_[View the full topic](https://meta.discourse.org/t/set-plugin-name-to-capitals/367381)._
