diff options
| author | Henry Jameson <me@hjkos.com> | 2024-04-22 23:40:39 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-04-22 23:40:39 +0300 |
| commit | 5505a89e8aad717a0b4a7665b23a317110d38cb5 (patch) | |
| tree | c809a7d51823add6b61c4322e6622f221ea27add /src/i18n | |
| parent | 15dde2d372419fd90c19de7a6f7b9b2458511adc (diff) | |
implement a simple caching system for themes 3
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index a011139a..872d05d4 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -634,6 +634,7 @@ "subject_line_email": "Like email: \"re: subject\"", "subject_line_mastodon": "Like mastodon: copy as is", "subject_line_noop": "Do not copy", + "force_theme_recompilation_debug": "Disable theme cahe, force recompile on each boot (DEBUG)", "conversation_display": "Conversation display style", "conversation_display_tree": "Tree-style", "conversation_display_tree_quick": "Tree view", |
