diff options
| author | rinpatch <rin@patch.cx> | 2021-03-04 22:24:17 +0300 |
|---|---|---|
| committer | rinpatch <rin@patch.cx> | 2021-03-04 22:24:17 +0300 |
| commit | b4f5df9ce502efbf35eccf5c62066200b04428f8 (patch) | |
| tree | 1abaab1f1ea4ff454fa1e1d2dbd109d1958eb509 /src/i18n | |
| parent | 6d7b5b157b64df5b189dd4e64e382bdda17e8897 (diff) | |
Make it possible to localize user highlight options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index bf775363..2aefebc9 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -746,6 +746,12 @@ "quarantine": "Disallow user posts from federating", "delete_user": "Delete user", "delete_user_confirmation": "Are you absolutely sure? This action cannot be undone." + }, + "highlight": { + "disabled": "No highlight", + "solid": "Solid bg", + "striped": "Striped bg", + "side": "Side stripe" } }, "user_profile": { |
