Skip to content

Commit

Permalink
command: update translator credits in AboutMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Jan 19, 2024
1 parent 7dde642 commit 66bbde0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ public HuskSyncCommand(@NotNull HuskSync plugin) {
AboutMenu.Credit.of("DJelly4K").description("Simplified Chinese (zh-cn)"),
AboutMenu.Credit.of("Thourgard").description("Ukrainian (uk-ua)"),
AboutMenu.Credit.of("xF3d3").description("Italian (it-it)"),
AboutMenu.Credit.of("cada3141").description("Korean (ko-kr)"))
AboutMenu.Credit.of("Wirayuda5620").description("Bahasa Indonesia (id-id)"))
AboutMenu.Credit.of("cada3141").description("Korean (ko-kr)"),
AboutMenu.Credit.of("Wirayuda5620").description("Indonesian (id-id)"),
AboutMenu.Credit.of("WinTone01").description("Turkish (tr-tr)"))
.buttons(
AboutMenu.Link.of("https://william278.net/docs/husksync").text("Documentation").icon("⛏"),
AboutMenu.Link.of("https://github.com/WiIIiam278/HuskSync/issues").text("Issues").icon("❌").color(TextColor.color(0xff9f0f)),
Expand Down

0 comments on commit 66bbde0

Please sign in to comment.