diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-26 13:03:39 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-29 20:34:32 -0400 |
| commit | 093c85d006fac375bcdbf38964da9c011e4f00f3 (patch) | |
| tree | 1a759ed77188cf6060df909b42b19ef848006939 /src | |
| parent | 1d36ea5ec58c8df870a0c6c1ec267b78b8db28f0 (diff) | |
Add English translation for language options
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f8336e5c..76a29426 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -254,7 +254,8 @@ "password_required": "cannot be left blank", "password_confirmation_required": "cannot be left blank", "password_confirmation_match": "should be the same as password" - } + }, + "email_language": "In which language do you want to receive emails from the server?" }, "remote_user_resolver": { "remote_user_resolver": "Remote user resolver", @@ -303,6 +304,7 @@ "avatarRadius": "Avatars", "background": "Background", "bio": "Bio", + "email_language": "Language for receiving emails from the server", "block_export": "Block export", "block_export_button": "Export your blocks to a csv file", "block_import": "Block import", |
