Added the 8 new languages to the system + readme

This commit is contained in:
DJj123dj
2025-06-24 09:05:13 +02:00
parent 8ec710fa55
commit ff8568fde7
3 changed files with 60 additions and 43 deletions
+9
View File
@@ -473,6 +473,15 @@ export interface ODLanguageManagerIds_Default {
"opendiscord:swedish":ODLanguage,
"opendiscord:vietnamese":ODLanguage,
"opendiscord:persian":ODLanguage,
"opendiscord:bengali":ODLanguage,
"opendiscord:greek":ODLanguage,
"opendiscord:japanese":ODLanguage,
"opendiscord:korean":ODLanguage,
"opendiscord:kurdish":ODLanguage,
"opendiscord:simplified-chinese":ODLanguage,
"opendiscord:slovenian":ODLanguage,
"opendiscord:tamil":ODLanguage,
//ADD NEW LANGUAGES HERE!!!
}