miniflux-v2/locale
toastal 56efba66f5 Prefer typographic punctuation
For a long time, we’ve not been limited to ASCII and have machines that
can properly render the typographically-correct punctuation symbols for
our languages. This leads to a better, clearer reading experience and
also matches the `<meta charset="utf-8">` and the the use of such
punctuation on FAQs.

Changes:
• Ellipsis: `...` → `…` (https://en.wikipedia.org/wiki/Ellipsis)
• Apostrophe: `'` → `’` (https://en.wikipedia.org/wiki/Apostrophe)

While I could try to do research on other languages, I’m not a native
speaker in them and wouldn’t feel comfortable making any adjustments
outside of English.
2023-03-27 20:55:25 -07:00
..
translations Prefer typographic punctuation 2023-03-27 20:55:25 -07:00
catalog.go Use embed package for translations instead of generated files 2021-02-16 23:09:01 -08:00
catalog_test.go Use embed package for translations instead of generated files 2021-02-16 23:09:01 -08:00
doc.go Fix some linter issues 2022-08-08 22:06:38 -07:00
locale.go Add Indonesian Language 2023-02-19 11:49:17 -08:00
locale_test.go Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
plural.go Update the plural for Indonesian 2023-02-19 19:53:06 -08:00
plural_test.go Use embed package for translations instead of generated files 2021-02-16 23:09:01 -08:00
printer.go Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00
printer_test.go Simplify locale package usage (refactoring) 2018-09-22 15:04:55 -07:00