From c8b9defc43a930723b81d6085c2ed98112c674b7 Mon Sep 17 00:00:00 2001 From: Huynh Tien Date: Wed, 3 Feb 2021 09:36:27 +0700 Subject: [PATCH 1/2] add Vietnamese --- src/main/resources/locales/vi.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main/resources/locales/vi.yml diff --git a/src/main/resources/locales/vi.yml b/src/main/resources/locales/vi.yml new file mode 100644 index 0000000..ea8773a --- /dev/null +++ b/src/main/resources/locales/vi.yml @@ -0,0 +1,21 @@ +chat: + team-chat: + description: bật/tắt chat đội + chat-on: '&aĐã bật chat đội.' + chat-off: '&aĐã tắt chat đội.' + syntax: '&6[team] &a[name]&8: &f[message]' + spy: + description: bật/tắt giám sát chat đội + spy-on: '&aĐã bật giám sát chat đội.' + spy-off: '&cĐã tắt giám sát chat đội.' + syntax: '&c[team-chat-spy] &a[name]&8: [message]' + island-chat: + description: bật/tắt chat đảo + island-on: '&aĐã bật chat đảo.' + island-off: '&cĐã tắt chat đảo.' + syntax: '&6[island] &a[name]&8: &f[message]' + spy: + description: bật/tắt giám sát chat đảo + spy-on: '&aĐã bật giám sát chat đảo.' + spy-off: '&cĐã tắt giám sát chat đảo.' + syntax: '&c [island-chat-spy] &a[name]&8: &f[message]' From fd03b7974f0eade6bf8fc06245bac44909d0b7f9 Mon Sep 17 00:00:00 2001 From: tastybento Date: Thu, 18 Feb 2021 17:19:21 -0800 Subject: [PATCH 2/2] Version 1.1.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b89f0c6..e5e64f8 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ -LOCAL - 1.1.2 + 1.1.3