Skip to content

Commit

Permalink
refactor: Credit new locale translators
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 authored Jan 14, 2024
1 parent e9c01ad commit 5f36c32
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@ protected HuskHomesCommand(@NotNull HuskHomes plugin) {
AboutMenu.Credit.of("ReferTV").description("Polish (pl)"),
AboutMenu.Credit.of("anchelthe").description("Spanish (es-es)"),
AboutMenu.Credit.of("Chiquis2005").description("Spanish (es-es)"),
AboutMenu.Credit.of("Funasitien").description("French, (fr-fr)"),
AboutMenu.Credit.of("Ceddix").description("German, (de-de)"),
AboutMenu.Credit.of("Pukejoy_1").description("Bulgarian (bg-bg)"))
AboutMenu.Credit.of("Pukejoy_1").description("Bulgarian (bg-bg)"),
AboutMenu.Credit.of("EmanuelFNC").description("Brazilian Portuguese, (pt-br)"),
AboutMenu.Credit.of("xMattNice_").description("Brazilian Portuguese, (pt-br)"))
.buttons(
AboutMenu.Link.of("https://william278.net/docs/huskhomes").text("Documentation").icon("⛏"),
AboutMenu.Link.of("https://github.com/WiIIiam278/HuskHomes/issues").text("Issues").icon("❌").color(TextColor.color(0xff9f0f)),
Expand Down

0 comments on commit 5f36c32

Please sign in to comment.