Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Translation][spanish] add spanish config.toml #1257

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion blog/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ skip_anchor_prefixes = [
subtitle = "Philipp Oppermann's blog"
author = { name = "Philipp Oppermann" }
default_language = "en"
languages = ["en", "zh-CN", "zh-TW", "fr", "ja", "fa", "ru", "ko"]
languages = ["en", "zh-CN", "zh-TW", "fr", "ja", "fa", "ru", "ko", "es"]

[translations]
lang_name = "English (original)"
Expand Down Expand Up @@ -175,3 +175,21 @@ translated_content_notice = "이것은 커뮤니티 멤버가 <strong><a href=\"
translated_by = "번역한 사람 : "
translation_contributors = "With contributions from"
word_separator = "와"

# Spanish
[languages.es]
title = "Writing an OS in Rust"
description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code."
mateolafalce marked this conversation as resolved.
Show resolved Hide resolved
[languages.es.translations]
lang_name = "Spanish"
toc = "Tabla de contenidos"
all_posts = "« Todos los post"
comments = "Comentarios"
comments_notice = "Por favor deja tus comentarios en inglés si es posible."
readmore = "lee&nbsp;mas&nbsp;»"
not_translated = "(Esta publicación aún no está traducida.)"
translated_content = "Contenido traducido:"
translated_content_notice = "Esta es una traducción comunitaria de la publicación <strong><a href=\"_original.permalink_\">_original.title_</a></strong>. Puede estar incompleto, desactualizado o contener errores. ¡Por favor informe cualquier problema!"
translated_by = "Traducción por"
translation_contributors = "Con aportes de"
word_separator = "y"