Initial commit
This commit is contained in:
2
pma/templates/test/add_data.twig
Normal file
2
pma/templates/test/add_data.twig
Normal file
@ -0,0 +1,2 @@
|
||||
{{ variable1 }}
|
||||
{{ variable2 }}
|
1
pma/templates/test/echo.twig
Normal file
1
pma/templates/test/echo.twig
Normal file
@ -0,0 +1 @@
|
||||
{{ variable -}}
|
1
pma/templates/test/gettext/gettext.twig
Normal file
1
pma/templates/test/gettext/gettext.twig
Normal file
@ -0,0 +1 @@
|
||||
{% trans "Text" %}
|
5
pma/templates/test/gettext/notes.twig
Normal file
5
pma/templates/test/gettext/notes.twig
Normal file
@ -0,0 +1,5 @@
|
||||
{% trans %}
|
||||
Text
|
||||
{% notes %}
|
||||
Notes
|
||||
{% endtrans %}
|
5
pma/templates/test/gettext/pgettext.twig
Normal file
5
pma/templates/test/gettext/pgettext.twig
Normal file
@ -0,0 +1,5 @@
|
||||
{% trans %}
|
||||
Text
|
||||
{% context %}
|
||||
Text context
|
||||
{% endtrans %}
|
5
pma/templates/test/gettext/plural.twig
Normal file
5
pma/templates/test/gettext/plural.twig
Normal file
@ -0,0 +1,5 @@
|
||||
{% trans %}
|
||||
One table
|
||||
{% plural table_count %}
|
||||
{{ count }} tables
|
||||
{% endtrans %}
|
7
pma/templates/test/gettext/plural_notes.twig
Normal file
7
pma/templates/test/gettext/plural_notes.twig
Normal file
@ -0,0 +1,7 @@
|
||||
{% trans %}
|
||||
One table
|
||||
{% plural table_count %}
|
||||
{{ count }} tables
|
||||
{% notes %}
|
||||
Number of tables
|
||||
{% endtrans %}
|
2
pma/templates/test/raw_output.twig
Normal file
2
pma/templates/test/raw_output.twig
Normal file
@ -0,0 +1,2 @@
|
||||
{{ variable1|raw }}
|
||||
{{ variable2|raw }}
|
1
pma/templates/test/static.twig
Normal file
1
pma/templates/test/static.twig
Normal file
@ -0,0 +1 @@
|
||||
static content
|
Reference in New Issue
Block a user