Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 288e677

Browse files
committed
i18n: Change back to English
1 parent 5ea35dd commit 288e677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/app/services/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ await library_loader.requireLibrary(library_loader.I18NEXT);
55
await i18next
66
.use(i18nextHttpBackend)
77
.init({
8-
lng: "ro",
8+
lng: "en",
99
debug: true,
1010
backend: {
1111
loadPath: `/${window.glob.assetPath}/translations/{{lng}}/{{ns}}.json`

0 commit comments

Comments
 (0)