Added support for the Japanese language and improved multilingual translation in the Rev module. Note: This update affects various labels, descriptions, and messages throughout the entire file. (#3502)

* May 13, 2025, 15:30 – Added support for the Japanese language and improved multilingual translation in the Rev module. Note: This update affects various labels, descriptions, and messages throughout the entire file. If you encounter any issues, please report them via GitHub Issues. By: Ahaohaohao

* update

* bug fixes

---------

Co-authored-by: Ahao <108321411+xuanyuan0408@users.noreply.github.com>
This commit is contained in:
Ahao
2025-05-13 18:19:43 +08:00
committed by GitHub
parent 8aa7b34197
commit a5521404b6
15 changed files with 5133 additions and 2460 deletions

View File

@@ -9,8 +9,11 @@ import id from "@/locales/id.json";
import ar from "@/locales/ar.json";
import ko from "@/locales/ko.json";
import tr from "@/locales/tr.json";
import jp from "@/locales/jp.json";
import de from "@/locales/de.json";
import es from "@/locales/es.json";
export const languages = { en, ru, zh, fa, tt, id, ar, ko, tr };
export const languages = { en, ru, zh, fa, tt, id, ar, ko, tr, jp, de, es };
const resources = Object.fromEntries(
Object.entries(languages).map(([key, value]) => [