diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-05-22 16:35:51 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-05-22 16:35:51 +0000 |
| commit | a88abc7ee3b78427e40bc4d2346a78e9871d1ba4 (patch) | |
| tree | c44cc8357b9c04c6d87337ee81badfd10bc0f004 /src/i18n | |
| parent | 396349fdf2aeae253f9f2f77e43f1875fa4a67de (diff) | |
| parent | f57171d7b97d344d1a30df4cf6e5a5b29a8e2b5d (diff) | |
Merge branch 'from/develop/tusooa/lang-opts' into 'develop'
Add language options
See merge request pleroma/pleroma-fe!1494
Diffstat (limited to 'src/i18n')
| -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 733df0a0..a3174492 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -255,7 +255,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", @@ -304,6 +305,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", |
