diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-11-08 16:05:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-08 16:05:46 +0000 |
| commit | 474f64293e84a5bc6a7366f934eac0ba57b3eac6 (patch) | |
| tree | 13e227c4721be1688f83d01ca124341ff1bdc6fa /apps/web/lib/i18n | |
| parent | 31960fcd11daa2dfaf8ae409c80b572c9b22940f (diff) | |
| download | karakeep-474f64293e84a5bc6a7366f934eac0ba57b3eac6.tar.zst | |
feat: Add what's new modal in the sidebar (#2099)
* Refactor sidebar release modal to use React Query
* fixes
* fix manual server override
Diffstat (limited to 'apps/web/lib/i18n')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 5aa2913d..f582cd9b 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -678,5 +678,15 @@ "pick_a_date": "Pick a date", "save_changes": "Save changes", "extracted_content": "Extracted Content" + }, + "version": { + "new_release_available": "New release notes available", + "whats_new_title": "What's new in v{{version}}", + "release_notes_description": "Here are the latest updates fetched from the GitHub release notes.", + "loading_release_notes": "Loading release notes…", + "unable_to_load_release_notes": "Unable to load release notes right now. Please try again later.", + "no_release_notes": "No release notes were published for this version.", + "release_notes_synced": "Release notes are synced from GitHub.", + "view_on_github": "View on GitHub" } } |
