Replace path to tabi with duckquill

This commit is contained in:
daudix
2024-07-24 06:31:38 +03:00
parent ccb9fdb4b8
commit 716e4abfc8
4 changed files with 3 additions and 4 deletions

View File

@ -26,7 +26,6 @@ There should be whitespace between paragraphs.
##### Heading 5 ##### Heading 5
###### Heading 6 ###### Heading 6
This is a normal paragraph following a header. This is a normal paragraph following a header.
😭😂🥺🤣❤️✨🙏😍🥰😊 😭😂🥺🤣❤️✨🙏😍🥰😊

View File

@ -2,7 +2,7 @@
{%- set language_strings = load_data(path="i18n/" ~ lang ~ '.toml', required=false) -%} {%- set language_strings = load_data(path="i18n/" ~ lang ~ '.toml', required=false) -%}
{%- if not language_strings -%} {%- if not language_strings -%}
{%- set language_strings = load_data(path="themes/tabi/i18n/" ~ lang ~ ".toml", required=false) -%} {%- set language_strings = load_data(path="themes/duckquill/i18n/" ~ lang ~ ".toml", required=false) -%}
{%- endif -%} {%- endif -%}
{%- set rtl_languages = ["ar", "arc", "az", "dv", "ff", "he", "ku", "nqo", "fa", "rhg", "syc", "ur"] -%} {%- set rtl_languages = ["ar", "arc", "az", "dv", "ff", "he", "ku", "nqo", "fa", "rhg", "syc", "ur"] -%}

View File

@ -15,7 +15,7 @@
{#- Dynamically load the language strings for each language -#} {#- Dynamically load the language strings for each language -#}
{%- set other_language_strings = load_data(path="i18n/" ~ lcode ~ ".toml", required=false) -%} {%- set other_language_strings = load_data(path="i18n/" ~ lcode ~ ".toml", required=false) -%}
{%- if not other_language_strings -%} {%- if not other_language_strings -%}
{%- set other_language_strings = load_data(path="themes/tabi/i18n/" ~ lcode ~ ".toml", required=false) -%} {%- set other_language_strings = load_data(path="themes/duckquill/i18n/" ~ lcode ~ ".toml", required=false) -%}
{%- endif -%} {%- endif -%}
{#- Use the loaded language strings to get the language name -#} {#- Use the loaded language strings to get the language name -#}
{% set language_name = macros_translate::translate(key="language_name", default=lcode, language_strings=other_language_strings) %} {% set language_name = macros_translate::translate(key="language_name", default=lcode, language_strings=other_language_strings) %}

View File

@ -2,7 +2,7 @@
{%- set language_strings = load_data(path="i18n/" ~ lang ~ '.toml', required=false) -%} {%- set language_strings = load_data(path="i18n/" ~ lang ~ '.toml', required=false) -%}
{%- if not language_strings -%} {%- if not language_strings -%}
{%- set language_strings = load_data(path="themes/tabi/i18n/" ~ lang ~ ".toml", required=false) -%} {%- set language_strings = load_data(path="themes/duckquill/i18n/" ~ lang ~ ".toml", required=false) -%}
{%- endif -%} {%- endif -%}
<blockquote class=" <blockquote class="