mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-01 23:57:40 +08:00
This happened only for languages other than "en" and when `I18n.t` was called without any interpolation keys. The lib still tried to interpolate keys because it interpreted the `overrides` option as interpolation key.
5 lines
119 B
YAML
5 lines
119 B
YAML
de:
|
|
foo: "Foo in :de"
|
|
bar: "Bar in :de"
|
|
wat: "Hello %{count}"
|
|
foo_with_variable: "Foo in :de with %{variable}"
|