Skip to content

Commit

Permalink
update: i18n config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Sep 10, 2024
1 parent ee2547f commit 17e3814
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void heartbeat() {
emitters.forEach((uuid, emitter) -> {
try {
emitter.send("h");
} catch (IOException ignored) {
} catch (IOException | IllegalStateException ignored) {
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ menu.managerUser=User
menu.managerRole=Role
menu.managerMenu=Menu
menu.managerWebsite=Website
menu.managerCloud=JmalCloud
menu.managerCloud=Setting
menu.articles=Articles
menu.alonePage=Alone Page
menu.appearance=Appearance
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/i18n/messages_en_US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ menu.managerUser=User
menu.managerRole=Role
menu.managerMenu=Menu
menu.managerWebsite=Website
menu.managerCloud=JmalCloud
menu.managerCloud=Setting
menu.articles=Articles
menu.alonePage=Alone Page
menu.appearance=Appearance
Expand Down

0 comments on commit 17e3814

Please sign in to comment.