Fixed English translation typo's
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"typeWarning":"[WARNING]",
|
"typeWarning":"[WARNING]",
|
||||||
"typeInfo":"[INFO]",
|
"typeInfo":"[INFO]",
|
||||||
"headerConfigChecker":"CONFIG CHECKER",
|
"headerConfigChecker":"CONFIG CHECKER",
|
||||||
"headerDescription":"check for errors in you config files!",
|
"headerDescription":"check for errors in your config files!",
|
||||||
"footerError":"the bot won't start until all {0}'s are fixed!",
|
"footerError":"the bot won't start until all {0}'s are fixed!",
|
||||||
"footerWarning":"it's recommended to fix all {0}'s before starting!",
|
"footerWarning":"it's recommended to fix all {0}'s before starting!",
|
||||||
"footerSupport":"SUPPORT: {0} - DOCS: {1}",
|
"footerSupport":"SUPPORT: {0} - DOCS: {1}",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"typeWarning":"[WARNING]",
|
"typeWarning":"[WARNING]",
|
||||||
"typeInfo":"[INFO]",
|
"typeInfo":"[INFO]",
|
||||||
"headerConfigChecker":"CONFIG CHECKER",
|
"headerConfigChecker":"CONFIG CHECKER",
|
||||||
"headerDescription":"check for errors in you config files!",
|
"headerDescription":"check for errors in your config files!",
|
||||||
"footerError":"the bot won't start until all {0}'s are fixed!",
|
"footerError":"the bot won't start until all {0}'s are fixed!",
|
||||||
"footerWarning":"it's recommended to fix all {0}'s before starting!",
|
"footerWarning":"it's recommended to fix all {0}'s before starting!",
|
||||||
"footerSupport":"SUPPORT: {0} - DOCS: {1}",
|
"footerSupport":"SUPPORT: {0} - DOCS: {1}",
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ export class ODCheckerRenderer_Default extends ODCheckerRenderer {
|
|||||||
const t = {
|
const t = {
|
||||||
headerOpenticket:tm.get("other","openticket:header-openticket") ?? "OPEN TICKET",
|
headerOpenticket:tm.get("other","openticket:header-openticket") ?? "OPEN TICKET",
|
||||||
headerConfigchecker:tm.get("other","openticket:header-configchecker") ?? "CONFIG CHECKER",
|
headerConfigchecker:tm.get("other","openticket:header-configchecker") ?? "CONFIG CHECKER",
|
||||||
headerDescription:tm.get("other","openticket:header-description") ?? "check for errors in you config files!",
|
headerDescription:tm.get("other","openticket:header-description") ?? "check for errors in your config files!",
|
||||||
footerError:tm.get("other","openticket:footer-error") ?? "the bot won't start until all {0}'s are fixed!",
|
footerError:tm.get("other","openticket:footer-error") ?? "the bot won't start until all {0}'s are fixed!",
|
||||||
footerWarning:tm.get("other","openticket:footer-warning") ?? "it's recommended to fix all {0}'s before starting!",
|
footerWarning:tm.get("other","openticket:footer-warning") ?? "it's recommended to fix all {0}'s before starting!",
|
||||||
footerSupport:tm.get("other","openticket:footer-support") ?? "SUPPORT: {0} - DOCS: {1}",
|
footerSupport:tm.get("other","openticket:footer-support") ?? "SUPPORT: {0} - DOCS: {1}",
|
||||||
|
|||||||
@@ -34,9 +34,11 @@ export const loadVersionMigrationSystem = async () => {
|
|||||||
const preloadMigrationContext = async () => {
|
const preloadMigrationContext = async () => {
|
||||||
openticket.debug.debug("-- MIGRATION CONTEXT START --")
|
openticket.debug.debug("-- MIGRATION CONTEXT START --")
|
||||||
await (await import("../../data/framework/flagLoader.js")).loadAllFlags()
|
await (await import("../../data/framework/flagLoader.js")).loadAllFlags()
|
||||||
openticket.flags.init()
|
await openticket.flags.init()
|
||||||
await (await import("../../data/framework/configLoader.js")).loadAllConfigs()
|
await (await import("../../data/framework/configLoader.js")).loadAllConfigs()
|
||||||
|
await openticket.configs.init()
|
||||||
await (await import("../../data/framework/databaseLoader.js")).loadAllDatabases()
|
await (await import("../../data/framework/databaseLoader.js")).loadAllDatabases()
|
||||||
|
await openticket.databases.init()
|
||||||
openticket.debug.visible = true
|
openticket.debug.visible = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ export const registerDefaultCheckerSystemTranslations = (tm:api.ODCheckerTransla
|
|||||||
tm.quickTranslate(lm,"checker.system.typeWarning","other","openticket:type-warning") // [WARNING] (ignore)
|
tm.quickTranslate(lm,"checker.system.typeWarning","other","openticket:type-warning") // [WARNING] (ignore)
|
||||||
tm.quickTranslate(lm,"checker.system.typeInfo","other","openticket:type-info") // [INFO] (ignore)
|
tm.quickTranslate(lm,"checker.system.typeInfo","other","openticket:type-info") // [INFO] (ignore)
|
||||||
tm.quickTranslate(lm,"checker.system.headerConfigChecker","other","openticket:header-configchecker") // CONFIG CHECKER
|
tm.quickTranslate(lm,"checker.system.headerConfigChecker","other","openticket:header-configchecker") // CONFIG CHECKER
|
||||||
tm.quickTranslate(lm,"checker.system.headerDescription","other","openticket:header-description") // check for errors in you config files!
|
tm.quickTranslate(lm,"checker.system.headerDescription","other","openticket:header-description") // check for errors in your config files!
|
||||||
tm.quickTranslate(lm,"checker.system.footerError","other","openticket:footer-error") // the bot won't start until all {0}'s are fixed!
|
tm.quickTranslate(lm,"checker.system.footerError","other","openticket:footer-error") // the bot won't start until all {0}'s are fixed!
|
||||||
tm.quickTranslate(lm,"checker.system.footerWarning","other","openticket:footer-warning") // it's recommended to fix all {0}'s before starting!
|
tm.quickTranslate(lm,"checker.system.footerWarning","other","openticket:footer-warning") // it's recommended to fix all {0}'s before starting!
|
||||||
tm.quickTranslate(lm,"checker.system.footerSupport","other","openticket:footer-support") // SUPPORT: {0} - DOCS: {1}
|
tm.quickTranslate(lm,"checker.system.footerSupport","other","openticket:footer-support") // SUPPORT: {0} - DOCS: {1}
|
||||||
|
|||||||
Reference in New Issue
Block a user