mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix typo and wrong indention using tabs
This commit is contained in:
@@ -42,9 +42,9 @@ comments_notice = "Please leave your comments in English if possible."
|
||||
readmore = "read more »"
|
||||
not_translated = "(This post is not translated yet.)"
|
||||
translated_content = "Translated Content:"
|
||||
translated_content_notice = "This is a community translation of the <strong><a href=\"{{ original.permalink }}\">{{ original.title }}</a></strong> post. It might be incomplete, outdated or contain errors. Please report any issues!"
|
||||
translated_content_notice = "This is a community translation of the <strong><a href=\"_original.permalink_\">_original.title_</a></strong> post. It might be incomplete, outdated or contain errors. Please report any issues!"
|
||||
translated_by = "Translation By"
|
||||
word_seprator = "and"
|
||||
word_separator = "and"
|
||||
|
||||
[translations.zh-CN]
|
||||
lang_name = "Chinese (simplified)"
|
||||
@@ -55,9 +55,9 @@ comments_notice = "Please leave your comments in English if possible."
|
||||
readmore = "read more »"
|
||||
not_translated = "(This post is not translated yet.)"
|
||||
translated_content = "Translated Content:"
|
||||
translated_content_notice = "This is a community translation of the <strong><a href=\"{{ original.permalink }}\">{{ original.title }}</a></strong> post. It might be incomplete, outdated or contain errors. Please report any issues!"
|
||||
translated_content_notice = "This is a community translation of the <strong><a href=\"_original.permalink_\">_original.title_</a></strong> post. It might be incomplete, outdated or contain errors. Please report any issues!"
|
||||
translated_by = "Translation By"
|
||||
word_seprator = "and"
|
||||
word_separator = "and"
|
||||
|
||||
[translations.zh-TW]
|
||||
lang_name = "Chinese (traditional)"
|
||||
@@ -68,9 +68,9 @@ comments_notice = "Please leave your comments in English if possible."
|
||||
readmore = "read more »"
|
||||
not_translated = "(This post is not translated yet.)"
|
||||
translated_content = "Translated Content:"
|
||||
translated_content_notice = "This is a community translation of the <strong><a href=\"{{ original.permalink }}\">{{ original.title }}</a></strong> post. It might be incomplete, outdated or contain errors. Please report any issues!"
|
||||
translated_content_notice = "This is a community translation of the <strong><a href=\"_original.permalink_\">_original.title_</a></strong> post. It might be incomplete, outdated or contain errors. Please report any issues!"
|
||||
translated_by = "Translation By"
|
||||
word_seprator = "and"
|
||||
word_separator = "and"
|
||||
|
||||
[translations.ja]
|
||||
lang_name = "Japanese"
|
||||
@@ -81,9 +81,9 @@ comments_notice = "Please leave your comments in English if possible."
|
||||
readmore = "read more »"
|
||||
not_translated = "(This post is not translated yet.)"
|
||||
translated_content = "Translated Content:"
|
||||
translated_content_notice = "This is a community translation of the <strong><a href=\"{{ original.permalink }}\">{{ original.title }}</a></strong> post. It might be incomplete, outdated or contain errors. Please report any issues!"
|
||||
translated_content_notice = "This is a community translation of the <strong><a href=\"_original.permalink_\">_original.title_</a></strong> post. It might be incomplete, outdated or contain errors. Please report any issues!"
|
||||
translated_by = "Translation By"
|
||||
word_seprator = "and"
|
||||
word_separator = "and"
|
||||
|
||||
[translations.fa]
|
||||
lang_name = "Persian"
|
||||
@@ -96,4 +96,4 @@ not_translated = "(این پست هنوز ترجمه نشده است.)"
|
||||
translated_content = "محتوای ترجمه شده:"
|
||||
translated_content_notice = "این یک ترجمه از جامعه کاربران برای پست <strong><a href=\"_original.permalink_\">_original.title_</a></strong> است. ممکن است ناقص ، منسوخ شده یا دارای خطا باشد. لطفا هر گونه مشکل را گزارش دهید!"
|
||||
translated_by = "ترجمه توسط"
|
||||
word_seprator = "و"
|
||||
word_separator = "و"
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<p>
|
||||
{{ trans(key="translated_by", lang=lang) }} {% for user in page.extra.translators -%}
|
||||
{%- if not loop.first -%}
|
||||
{%- if loop.last %} {{ trans(key="word_seprator", lang=lang) }} {% else %}, {% endif -%}
|
||||
{%- if loop.last %} {{ trans(key="word_separator", lang=lang) }} {% else %}, {% endif -%}
|
||||
{%- endif -%}
|
||||
<a href="https://github.com/{{user}}">@{{user}}</a>
|
||||
{%- endfor %}.
|
||||
@@ -126,7 +126,7 @@
|
||||
<p>
|
||||
I'm a Rust freelancer with a master's degree in computer science. I love systems programming, open source software, and new challenges.
|
||||
</p><p>
|
||||
If you want to work with me, reach out on <a href = \"https://www.linkedin.com/in/phil-opp/\">LinkedIn</a> or write me at <a href=\"mailto:job@phil-opp.com\">job@phil-opp.com</a>.
|
||||
If you want to work with me, reach out on <a href="https://www.linkedin.com/in/phil-opp/">LinkedIn</a> or write me at <a href="mailto:job@phil-opp.com">job@phil-opp.com</a>.
|
||||
</p>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user