Documentation (#4205)

This commit is contained in:
ALMAS
2022-08-04 18:15:19 +08:00
committed by GitHub
parent 47801173ed
commit 82f3b1a347

View File

@@ -214,7 +214,7 @@ adjust the ones you want to override:
<!-- Re-export translations -->
{% macro t(key) %}{{
override(key) or language(key) or fallback.t(key)
override(key) or language.t(key) or fallback.t(key)
}}{% endmacro %}
```