Compare/diff persian language + translation improv

This commit is contained in:
DJj123dj
2025-05-31 10:42:18 +02:00
parent 7e1fe78a26
commit aa9004d7e2
5 changed files with 466 additions and 464 deletions
+1
View File
@@ -30,6 +30,7 @@ export const loadAllLanguages = async () => {
opendiscord.languages.add(new api.ODJsonLanguage("opendiscord:russian","russian.json"))
opendiscord.languages.add(new api.ODJsonLanguage("opendiscord:swedish","swedish.json"))
opendiscord.languages.add(new api.ODJsonLanguage("opendiscord:vietnamese","vietnamese.json"))
opendiscord.languages.add(new api.ODJsonLanguage("opendiscord:persian","persian.json"))
/** How to add more languages?
* - Register the language to the manager (see above)