mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
Instead of having a switch-case returning a function to be executed, it's simpler/faster to have a single function containing a switch-case. It also allows to group languages with identical plural form in a single implementation, and remove the "default" guard value, as switch-case already have a `default:` case. |
||
---|---|---|
.. | ||
translations | ||
catalog.go | ||
catalog_test.go | ||
error.go | ||
locale.go | ||
locale_test.go | ||
plural.go | ||
plural_test.go | ||
printer.go | ||
printer_test.go |