diff --git a/README.md b/README.md index 8e12532..bbd46d9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@

Open Ticket is the most advanced & customisable discord ticket bot that you will ever find! You can customise up to 300+ variables! This includes Html Transcripts, Advanced Plugins, Custom Embeds, Questions/Modals, Stats & more! -You're also able to customise every little aspect of the bot! From embeds to transcripts. Open Ticket is also translated in more than 26 Languages! If you need any help, feel free to join our discord server! +You're also able to customise every little aspect of the bot! From embeds to transcripts. Open Ticket is also translated in more than 27 Languages! If you need any help, feel free to join our discord server!

โญ๏ธ Help us grow by giving a star! โญ๏ธ

@@ -32,7 +32,7 @@ You're also able to customise every little aspect of the bot! From embeds to tra - **๐Ÿ“ˆ scalable** - Open Ticket is made to handle huge servers! (Already tested in **servers with 100k members**) - **๐Ÿ“„ HTML transcripts** - Make use of the most customisable, beautiful and easy-to-use HTML Transcripts! - **โœ… ticket actions** - Close, Reopen, Delete, Claim, Pin, Rename & Move all your tickets! -- **๐Ÿ‡ฌ๐Ÿ‡ง translation** - Open Ticket has been translated in more than **26 languages** by our community! +- **๐Ÿ‡ฌ๐Ÿ‡ง translation** - Open Ticket has been translated in more than **27 languages** by our community! - **๐ŸŽจ customisation** - Open Ticket has been created around customisation, everything can be customised! - **๐Ÿ–ฅ๏ธ interactions** - The bot has full support for Buttons, Dropdowns, Slash Commands and Modals! - **โˆž unlimited** - Create an infinite amount of tickets & panels! @@ -198,11 +198,11 @@ This is the main team working on Open Ticket. Don't forget to check their profil |๐Ÿ‡ซ๐Ÿ‡ฎ Finnish |iamnotmega |๐Ÿ”ต Up To Date (AI) | |๐Ÿ‡ท๐Ÿ‡บ Russian |NoOneNook |๐Ÿ”ต Up To Date (AI) | |๐Ÿ‡ฑ๐Ÿ‡ป Latvian |NoOneNook |๐Ÿ”ต Up To Date (AI) | +|๐Ÿ‡ป๐Ÿ‡ณ Vietnamese |ngocdiep2006 |๐Ÿ”ต Up To Date (AI) | |๐Ÿ‡ฏ๐Ÿ‡ต Japanese |/ |๐Ÿ”ด Missing | |๐Ÿ‡ฐ๐Ÿ‡ท Korean |/ |๐Ÿ”ด Missing | |๐Ÿ‡จ๐Ÿ‡ณ Simplified Chinese |/ |๐Ÿ”ด Missing | |๐Ÿ‡จ๐Ÿ‡ณ Traditional Chinese|/ |๐Ÿ”ด Missing | -|๐Ÿ‡ป๐Ÿ‡ณ Vietnamese |/ |๐Ÿ”ด Missing | |๐Ÿ‡ธ๐Ÿ‡ฎ Slovenian |/ |๐Ÿ”ด Missing | |๐Ÿ‡ฌ๐Ÿ‡ท Greek |/ |๐Ÿ”ด Missing | |โ“ Kurdish |/ |๐Ÿ”ด Missing | diff --git a/languages/vietnamese.json b/languages/vietnamese.json index ae21568..b691ff3 100644 --- a/languages/vietnamese.json +++ b/languages/vietnamese.json @@ -1,10 +1,10 @@ { "_TRANSLATION":{ "otversion":"v4.0.1", - "translators":["ngocdiep2006 (Using Gemini & brain)"], + "translators":["ngocdiep2006"], "lastedited":"07/04/2025", - "language":"Vietnamese (Tiแบฟng Viแป‡t)", - "automated":false + "language":"Vietnamese", + "automated":true }, "checker":{ "system":{ diff --git a/src/core/api/defaults/language.ts b/src/core/api/defaults/language.ts index 57c3be7..183cc93 100644 --- a/src/core/api/defaults/language.ts +++ b/src/core/api/defaults/language.ts @@ -471,6 +471,7 @@ export interface ODLanguageManagerIds_Default { "opendiscord:norwegian":ODLanguage, "opendiscord:russian":ODLanguage, "opendiscord:swedish":ODLanguage, + "opendiscord:vietnamese":ODLanguage, //ADD NEW LANGUAGES HERE!!! } diff --git a/src/data/framework/languageLoader.ts b/src/data/framework/languageLoader.ts index 73d012f..868c534 100644 --- a/src/data/framework/languageLoader.ts +++ b/src/data/framework/languageLoader.ts @@ -29,6 +29,7 @@ export const loadAllLanguages = async () => { opendiscord.languages.add(new api.ODJsonLanguage("opendiscord:norwegian","norwegian.json")) 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")) /** How to add more languages? * - Register the language to the manager (see above)