a46852504c
This commit adds an interface that allows mustache templates to get I18n translation strings, transform any arguments that may be present in them, and then render them on the frontend. This is our first real step to getting internationalizing the Gollum frontend.
9 lines
231 B
YAML
9 lines
231 B
YAML
de:
|
|
test_class:
|
|
author_info:
|
|
full: Autor %{author} ist vom %{location}
|
|
has_invalid_argument: Willkommen in %{no_matching_method}
|
|
hello_world: Hallo Welt
|
|
nonexistant_test_class:
|
|
never_called: Nie angerufen
|