Fix typo and wrong indention using tabs

This commit is contained in:
Hamid R. K. Pishghadam
2021-01-04 17:50:02 +03:30
parent f779303472
commit f60883071e
3 changed files with 22 additions and 22 deletions

View File

@@ -42,9 +42,9 @@ comments_notice = "Please leave your comments in English if possible."
readmore = "read more »" readmore = "read more »"
not_translated = "(This post is not translated yet.)" not_translated = "(This post is not translated yet.)"
translated_content = "Translated Content:" 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" translated_by = "Translation By"
word_seprator = "and" word_separator = "and"
[translations.zh-CN] [translations.zh-CN]
lang_name = "Chinese (simplified)" lang_name = "Chinese (simplified)"
@@ -55,9 +55,9 @@ comments_notice = "Please leave your comments in English if possible."
readmore = "read&nbsp;more&nbsp;»" readmore = "read&nbsp;more&nbsp;»"
not_translated = "(This post is not translated yet.)" not_translated = "(This post is not translated yet.)"
translated_content = "Translated Content:" 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" translated_by = "Translation By"
word_seprator = "and" word_separator = "and"
[translations.zh-TW] [translations.zh-TW]
lang_name = "Chinese (traditional)" lang_name = "Chinese (traditional)"
@@ -68,9 +68,9 @@ comments_notice = "Please leave your comments in English if possible."
readmore = "read&nbsp;more&nbsp;»" readmore = "read&nbsp;more&nbsp;»"
not_translated = "(This post is not translated yet.)" not_translated = "(This post is not translated yet.)"
translated_content = "Translated Content:" 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" translated_by = "Translation By"
word_seprator = "and" word_separator = "and"
[translations.ja] [translations.ja]
lang_name = "Japanese" lang_name = "Japanese"
@@ -81,9 +81,9 @@ comments_notice = "Please leave your comments in English if possible."
readmore = "read&nbsp;more&nbsp;»" readmore = "read&nbsp;more&nbsp;»"
not_translated = "(This post is not translated yet.)" not_translated = "(This post is not translated yet.)"
translated_content = "Translated Content:" 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" translated_by = "Translation By"
word_seprator = "and" word_separator = "and"
[translations.fa] [translations.fa]
lang_name = "Persian" lang_name = "Persian"
@@ -96,4 +96,4 @@ not_translated = "(این پست هنوز ترجمه نشده است.)"
translated_content = "محتوای ترجمه شده:" translated_content = "محتوای ترجمه شده:"
translated_content_notice = "این یک ترجمه از جامعه کاربران برای پست <strong><a href=\"_original.permalink_\">_original.title_</a></strong> است. ممکن است ناقص ، منسوخ شده یا دارای خطا باشد. لطفا هر گونه مشکل را گزارش دهید!" translated_content_notice = "این یک ترجمه از جامعه کاربران برای پست <strong><a href=\"_original.permalink_\">_original.title_</a></strong> است. ممکن است ناقص ، منسوخ شده یا دارای خطا باشد. لطفا هر گونه مشکل را گزارش دهید!"
translated_by = "ترجمه توسط" translated_by = "ترجمه توسط"
word_seprator = "و" word_separator = "و"

View File

@@ -64,7 +64,7 @@
<p> <p>
{{ trans(key="translated_by", lang=lang) }} {% for user in page.extra.translators -%} {{ trans(key="translated_by", lang=lang) }} {% for user in page.extra.translators -%}
{%- if not loop.first -%} {%- 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 -%} {%- endif -%}
<a href="https://github.com/{{user}}">@{{user}}</a> <a href="https://github.com/{{user}}">@{{user}}</a>
{%- endfor %}. {%- endfor %}.
@@ -126,7 +126,7 @@
<p> <p>
I'm a Rust freelancer with a master's degree in computer science. I love systems programming, open source software, and new challenges. 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> </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> </p>
</div> </div>
</aside> </aside>