Version 1
[yaffs-website] / vendor / drupal / console / templates / core / translation / stats.md.twig
diff --git a/vendor/drupal/console/templates/core/translation/stats.md.twig b/vendor/drupal/console/templates/core/translation/stats.md.twig
new file mode 100644 (file)
index 0000000..699f410
--- /dev/null
@@ -0,0 +1,6 @@
+### Translation status
+| {{ language }} | {{ percentage }} |
+|---|---|
+{% for language in languages %}
+| {{ language.name }} | {{ language.percentage }}% |
+{% endfor %}
\ No newline at end of file