From 474f64293e84a5bc6a7366f934eac0ba57b3eac6 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 8 Nov 2025 16:05:46 +0000 Subject: feat: Add what's new modal in the sidebar (#2099) * Refactor sidebar release modal to use React Query * fixes * fix manual server override --- apps/web/lib/i18n/locales/en/translation.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'apps/web/lib/i18n') 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" } } -- cgit v1.2.3-70-g09d2