Skip to content

Commit

Permalink
i18n: Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 20, 2024
1 parent 288e677 commit e284ea9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/public/app/services/library_loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,12 @@ const MARKJS = {
]
};

const I18NEXT = { js: [
"node_modules/i18next/i18next.min.js",
"node_modules/i18next-http-backend/i18nextHttpBackend.min.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) {
Expand Down

0 comments on commit e284ea9

Please sign in to comment.