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:
@@ -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]) => [
|
||||
|
||||
Reference in New Issue
Block a user