623 Remove common translation file
This commit is contained in:
@@ -141,9 +141,15 @@
|
||||
"enterPassword": "Enter password here",
|
||||
"forgotPassword": "Forgot your password?",
|
||||
"forgotPasswordDialog": {
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Yes, delete all my data",
|
||||
"text": "If you've forgotten your password, unfortunately, there is nothing we can do to recover your data, because it is encrypted with the password only you know. You can, however, delete all your encrypted data and start fresh. Once all data has been erased, you can set a new password in the settings, if you like."
|
||||
},
|
||||
"incorrectPasswordDialog": {
|
||||
"incorrectPassword": "Password incorrect",
|
||||
"incorrectPasswordMessage": "That password is incorrect.",
|
||||
"tryAgain": "Try again"
|
||||
},
|
||||
"unlockApp": "Unlock app"
|
||||
},
|
||||
"stats": {
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"cancel": "Cancel",
|
||||
"incorrectPassword": "Password incorrect",
|
||||
"incorrectPasswordMessage": "That password is incorrect.",
|
||||
"tryAgain": "Try again"
|
||||
}
|
||||
+1
-2
@@ -3,10 +3,9 @@ import { initReactI18next } from 'react-i18next'
|
||||
|
||||
// translation files
|
||||
import en from './en.json'
|
||||
import enCommon from './en/common.json'
|
||||
|
||||
const resources = {
|
||||
en: { common: enCommon, translation: en },
|
||||
en: { translation: en },
|
||||
}
|
||||
|
||||
i18n
|
||||
|
||||
Reference in New Issue
Block a user