2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-04 01:36:36 +08:00
discourse/spec/fixtures/i18n/translate_accelerator.de.yml
Gerhard Schlager 28e8ae553d
FIX: Missing translation when translation override contained a %{key} (#16625)
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.
2022-05-04 17:35:22 +02:00

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}"