From ae810ce83d0aa37aefe724d45179abb3652eab93 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 27 Mar 2025 17:41:27 +0100 Subject: [PATCH] Fix: Bring back translations for `ar` --- blog/config.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/blog/config.toml b/blog/config.toml index 4ee824f0..c1fbc62b 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -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" [languages.ar.translations] 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 _original.title_ 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 = """ +

Support Me

+

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 sponsor me on GitHub. Thank you!

+""" +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 code of conduct. This comment thread directly maps to a discussion on GitHub, so you can also comment there if you prefer. +""" # Spanish [languages.es]