1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/16856] Add tests for lang_js() function

PHPBB3-16856
This commit is contained in:
Marc Alexander
2021-08-24 19:04:25 +02:00
parent 79a8ed4677
commit ad23388043
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{{ lang('VARIABLE') }}
{{ lang('1_VARIABLE') }}
{{ lang_js('VARIABLE') }}
{{ lang_js('1_VARIABLE') }}