1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00
miniflux-v2/internal/locale
Frédéric Guillot c718eb039b feat(ui): add user setting to control target="_blank" on links
Rationale: Opening links in the current tab is the default browser behavior.

Using `target="_blank"` on external links can lead to accessibility issues and override user preferences. It may also interfere with assistive technologies and expected browser behavior.

To maintain backward compatibility, this option is enabled by default (`true`), which adds `target="_blank"` to links.
2025-06-08 20:58:22 -07:00
..
translations feat(ui): add user setting to control target="_blank" on links 2025-06-08 20:58:22 -07:00
catalog.go refactor(locale): delay parsing of translations until they're used 2024-12-09 17:05:14 -08:00
catalog_test.go feat(locale): add Romanian translation 2025-03-28 11:11:20 -07:00
error.go Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
locale.go feat(locale): add Romanian translation 2025-03-28 11:11:20 -07:00
locale_test.go refactor(locale): delay parsing of translations until they're used 2024-12-09 17:05:14 -08:00
plural.go feat(locale): add Romanian translation 2025-03-28 11:11:20 -07:00
plural_test.go feat(locale): add Romanian translation 2025-03-28 11:11:20 -07:00
printer.go refactor(locale): delay parsing of translations until they're used 2024-12-09 17:05:14 -08:00
printer_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00