From cb6698afec48f4d2343d3adfc9719246b2580d53 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 22 Jan 2023 14:38:59 -0800 Subject: [PATCH] Add translations --- public/locales/en/common.json | 3 ++- public/locales/ja/common.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 77f417db..e97072a2 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -370,5 +370,6 @@ "no_raid": "No raid", "no_user": "Anonymous", "no_job": "No class", - "no_value": "No value" + "no_value": "No value", + "level": "Level" } diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 14570323..c0a355a6 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -371,5 +371,6 @@ "no_raid": "マルチなし", "no_user": "無名", "no_job": "ジョブなし", - "no_value": "値なし" + "no_value": "値なし", + "level": "レベル" }