Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
-
-
-
gem/18.5.2
Release: gem/18.5.2357cc2af · ·# Bugfix: model-name pluralization with gettext - **`to_svelte` helper** - When extracting metadata, the helper calls `model.model_name.human(count: :many)` to provide the plural human name (`humanNamePlural`). Some I18n backends — notably the `gettext` gem — do not resolve the `:many` CLDR plural key and raise an error, which broke `to_svelte` entirely. - The call is now wrapped in a `rescue`: on failure it logs a warning and falls back to the singular `model_name.human`, so `to_svelte` keeps working regardless of the active I18n backend. -
-
-
-
-
-
-
-
-
-