diff options
| author | Henry Jameson <me@hjkos.com> | 2024-04-24 15:58:26 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-04-24 15:58:26 +0300 |
| commit | 6ff0a7f0215de1acd0490020b53485c45550df79 (patch) | |
| tree | 7ead835abb83cbefe138164ee6a78a1fa9027380 /src/i18n | |
| parent | def68e9cda881447bb2d278248635d7ff4f2498f (diff) | |
refactor sizesetting into unitsetting allowing more unit types with i18n support
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index b1b39cc2..2fd4668d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -395,6 +395,14 @@ "desc": "To enable two-factor authentication, enter the code from your two-factor app:" } }, + "units": { + "time": { + "m": "minutes", + "s": "seconds", + "h": "hours", + "d": "days" + } + }, "lists_navigation": "Show lists in navigation", "allow_following_move": "Allow auto-follow when following account moves", "attachmentRadius": "Attachments", |
