Use translation syntax on the test page
This commit is contained in:
parent
6ca36aaa8e
commit
811c06f5f8
@ -5,4 +5,4 @@ html
|
|||||||
|
|
||||||
body
|
body
|
||||||
h1
|
h1
|
||||||
"Hello ${$name}!"
|
@hello{name = $name}
|
||||||
|
1
demo_hornbeam_project/translations/en-GB/say_hello.ftl
Normal file
1
demo_hornbeam_project/translations/en-GB/say_hello.ftl
Normal file
@ -0,0 +1 @@
|
|||||||
|
hello = Hello { $name }!
|
Loading…
Reference in New Issue
Block a user