Implemented Vietnamese translations
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
<p align="center">
|
||||
Open Ticket is the most advanced & customisable discord ticket bot that you will ever find! You can customise up to 300+ variables! This includes <code>Html Transcripts</code>, <code>Advanced Plugins</code>, <code>Custom Embeds</code>, <code>Questions/Modals</code>, <code>Stats</code> & 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 <code>26 Languages</code>! If you need any help, feel free to join our <a href="https://discord.dj-dj.be">discord server</a>!
|
||||
You're also able to customise every little aspect of the bot! From embeds to transcripts. Open Ticket is also translated in more than <code>27 Languages</code>! If you need any help, feel free to join our <a href="https://discord.dj-dj.be">discord server</a>!
|
||||
</p>
|
||||
|
||||
<p align="center"><b>⭐️ Help us grow by giving a star! ⭐️</b></p>
|
||||
@@ -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 |
|
||||
|
||||
@@ -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":{
|
||||
|
||||
@@ -471,6 +471,7 @@ export interface ODLanguageManagerIds_Default {
|
||||
"opendiscord:norwegian":ODLanguage,
|
||||
"opendiscord:russian":ODLanguage,
|
||||
"opendiscord:swedish":ODLanguage,
|
||||
"opendiscord:vietnamese":ODLanguage,
|
||||
//ADD NEW LANGUAGES HERE!!!
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user