1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-22 17:18:37 +00:00
miniflux-v2/internal/locale
Julien Voisin 30c44380e0
refactor: get rid of numberOfPluralFormsPerLanguage test-only variable
The `numberOfPluralFormsPerLanguage` variable is only used for tests, so it
should be declared in the test file.
2024-12-08 14:39:11 -08:00
..
translations feat(locale): update German translation to use Readeck URL 2024-12-06 15:13:21 -08:00
catalog.go Use a switch-case construct in internal/locale/plural.go instead of an avalanche of if-if-if-if-if 2024-02-28 19:36:38 -08:00
catalog_test.go refactor: get rid of numberOfPluralFormsPerLanguage test-only variable 2024-12-08 14:39:11 -08:00
error.go Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
locale.go refactor: get rid of numberOfPluralFormsPerLanguage test-only variable 2024-12-08 14:39:11 -08:00
locale_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
plural.go Add unit test to ensure each translation has the correct number of plurals 2024-02-29 20:44:08 -08:00
plural_test.go Add unit test to ensure each translation has the correct number of plurals 2024-02-29 20:44:08 -08:00
printer.go Add a printer.Print to internal/locale/printer.go 2024-02-28 19:24:41 -08:00
printer_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00