You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(i18n): add Brazilian Portuguese (pt-BR) language module
- Localized all UI text labels, stats counters, tooltips, dialogs, and placeholders in script.js.
- Added language selection dropdown options for pt-BR in index.html (both desktop and mobile menus).
- Registered pt-BR hreflang metadata alternate link in index.html for SEO indexation.
- Enabled automatic language detection fallback for Portuguese language preferences.
- Rotated Service Worker cache namespace to v3.6.4 in sw.js.
- Synced offline-ready desktop-app compiled resources using prepare.js.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
All notable code changes to **Markdown Viewer** are documented here.
4
4
Non-code commits (documentation, planning, README-only updates) are excluded.
5
5
6
+
## v3.6.4
7
+
8
+
-**Description:** Implemented Brazilian Portuguese (pt-BR) translation module. Localized all main editor labels, stats, tooltips, dialogs, placeholder, and search/replace options. Registered `hreflang` alternate link for Portuguese (pt-BR) search indexation and enabled automatic browser language detection fallback for Portuguese language preferences. Rotated Service Worker cache namespace to `v3.6.4` to trigger background cache updates.
0 commit comments