Skip to content

Commit 70423bd

Browse files
authored
Fix ERROR after clicking on the buttons to go to Customize profile, Settings, Manage organizations(#2851)
### What's done: * Fix ERROR after clicking on the buttons to go to Customize profile, Settings, Manage organizations
1 parent 260cf80 commit 70423bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • save-frontend/src/main/kotlin/com/saveourtool/save/frontend/externals/i18next

save-frontend/src/main/kotlin/com/saveourtool/save/frontend/externals/i18next/InitI18n.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ fun initI18n(isDebug: Boolean = false, interpolationEscapeValue: Boolean = false
3737
'vulnerability',
3838
'comments',
3939
'dates',
40-
'index'
40+
'index',
41+
'profile'
4142
],
4243
backend: {
4344
loadPath: '/locales/{{lng}}/{{ns}}.json'

0 commit comments

Comments
 (0)