first real comit

This commit is contained in:
2021-06-12 09:42:49 +02:00
parent ef55c4940c
commit e578e30897
3215 changed files with 583167 additions and 0 deletions

View File

@@ -0,0 +1 @@
{% trans "Text" %}

View File

@@ -0,0 +1,5 @@
{% trans %}
Text
{% notes %}
Notes
{% endtrans %}

View File

@@ -0,0 +1,5 @@
{% trans %}
Text
{% context %}
Text context
{% endtrans %}

View File

@@ -0,0 +1,5 @@
{% trans %}
One table
{% plural table_count %}
{{ count }} tables
{% endtrans %}

View File

@@ -0,0 +1,7 @@
{% trans %}
One table
{% plural table_count %}
{{ count }} tables
{% notes %}
Number of tables
{% endtrans %}