i18n: Improve formatting

pull/257/head
Elian Doran 2024-07-20 11:42:54 +07:00
parent 288e677495
commit e284ea945c
No known key found for this signature in database
1 changed files with 6 additions and 4 deletions

@ -72,10 +72,12 @@ const MARKJS = {
]
};
const I18NEXT = { js: [
const I18NEXT = {
js: [
"node_modules/i18next/i18next.min.js",
"node_modules/i18next-http-backend/i18nextHttpBackend.min.js"
] };
]
};
async function requireLibrary(library) {
if (library.css) {