mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Fix #2203 'this' in lang directive will refer to current module
This commit is contained in:
parent
3233619eac
commit
e72336c90c
7 changed files with 69 additions and 6 deletions
4
tests/_data/template/v2lang.html
Normal file
4
tests/_data/template/v2lang.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@version(2)
|
||||
|
||||
<p>@lang('comment.foobarfoobar')</p>
|
||||
<p>@lang('this.foobarbazbaz')</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue