Skip to content

Commit e11a88c

Browse files
committed
Merge branch 'i18n-disable-debug' of Arnei/opencast-admin-interface into r/17.x
Pull request #1351 Disable i18n debug
2 parents 1af4c2e + 19083f3 commit e11a88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i18n/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ i18n
5454
.init<HttpBackendOptions>({
5555
resources,
5656
fallbackLng: "en-US",
57-
debug: true,
57+
debug: false,
5858

5959
interpolation: {
6060
escapeValue: false,

0 commit comments

Comments
 (0)