mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix: Bring back translations for ar
This commit is contained in:
@@ -236,6 +236,24 @@ Do you have a problem, want to share feedback, or discuss further ideas? Feel fr
|
|||||||
title = "Writing an OS in Rust"
|
title = "Writing an OS in Rust"
|
||||||
[languages.ar.translations]
|
[languages.ar.translations]
|
||||||
lang_name = "Arabic"
|
lang_name = "Arabic"
|
||||||
|
toc = "Table of Contents"
|
||||||
|
all_posts = "« All Posts"
|
||||||
|
comments = "Comments"
|
||||||
|
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_by = "Translation by"
|
||||||
|
translation_contributors = "With contributions from"
|
||||||
|
word_separator = "and"
|
||||||
|
support_me = """
|
||||||
|
<h2>Support Me</h2>
|
||||||
|
<p>Creating and maintaining this blog and the associated libraries is a lot of work, but I really enjoy doing it. By supporting me, you allow me to invest more time in new content, new features, and continuous maintenance. The best way to support me is to <a href="https://github.com/sponsors/phil-opp"><em>sponsor me on GitHub</em></a>. Thank you!</p>
|
||||||
|
"""
|
||||||
|
comment_note = """
|
||||||
|
Do you have a problem, want to share feedback, or discuss further ideas? Feel free to leave a comment here! Please stick to English and follow Rust's <a href="https://www.rust-lang.org/policies/code-of-conduct">code of conduct</a>. This comment thread directly maps to a <a href="_discussion_url_"><em>discussion on GitHub</em></a>, so you can also comment there if you prefer.
|
||||||
|
"""
|
||||||
|
|
||||||
# Spanish
|
# Spanish
|
||||||
[languages.es]
|
[languages.es]
|
||||||
|
|||||||
Reference in New Issue
Block a user