Update website
This commit is contained in:
parent
a0b0d3dae7
commit
ae7ef6ad45
3151 changed files with 566766 additions and 48 deletions
2
admin/phpMyAdmin/templates/test/add_data.twig
Normal file
2
admin/phpMyAdmin/templates/test/add_data.twig
Normal file
|
@ -0,0 +1,2 @@
|
|||
{{ variable1 }}
|
||||
{{ variable2 }}
|
1
admin/phpMyAdmin/templates/test/echo.twig
Normal file
1
admin/phpMyAdmin/templates/test/echo.twig
Normal file
|
@ -0,0 +1 @@
|
|||
{{ variable -}}
|
1
admin/phpMyAdmin/templates/test/gettext/gettext.twig
Normal file
1
admin/phpMyAdmin/templates/test/gettext/gettext.twig
Normal file
|
@ -0,0 +1 @@
|
|||
{% trans "Text" %}
|
5
admin/phpMyAdmin/templates/test/gettext/notes.twig
Normal file
5
admin/phpMyAdmin/templates/test/gettext/notes.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% trans %}
|
||||
Text
|
||||
{% notes %}
|
||||
Notes
|
||||
{% endtrans %}
|
5
admin/phpMyAdmin/templates/test/gettext/pgettext.twig
Normal file
5
admin/phpMyAdmin/templates/test/gettext/pgettext.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% trans %}
|
||||
Text
|
||||
{% context %}
|
||||
Text context
|
||||
{% endtrans %}
|
5
admin/phpMyAdmin/templates/test/gettext/plural.twig
Normal file
5
admin/phpMyAdmin/templates/test/gettext/plural.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% trans %}
|
||||
One table
|
||||
{% plural table_count %}
|
||||
{{ count }} tables
|
||||
{% endtrans %}
|
|
@ -0,0 +1,7 @@
|
|||
{% trans %}
|
||||
One table
|
||||
{% plural table_count %}
|
||||
{{ count }} tables
|
||||
{% notes %}
|
||||
Number of tables
|
||||
{% endtrans %}
|
2
admin/phpMyAdmin/templates/test/raw_output.twig
Normal file
2
admin/phpMyAdmin/templates/test/raw_output.twig
Normal file
|
@ -0,0 +1,2 @@
|
|||
{{ variable1|raw }}
|
||||
{{ variable2|raw }}
|
1
admin/phpMyAdmin/templates/test/static.twig
Normal file
1
admin/phpMyAdmin/templates/test/static.twig
Normal file
|
@ -0,0 +1 @@
|
|||
static content
|
Loading…
Add table
Add a link
Reference in a new issue