Support l10n of config strings (#2045)

This commit is contained in:
2023-02-27 13:54:55 -06:00
parent 227609f768
commit f396afa15f
13 changed files with 106 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
{% macro t(key) %}{{ {
"language": "he"
}[key] }}{% endmacro %}