Skip to content
Closed
Show file tree
Hide file tree
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
30 changes: 30 additions & 0 deletions content/posts/2026.03.22-test-translate/test-translate.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
+++
date = '2026-03-22T10:00:00-03:00'
draft = false
hiddenFromHomePage = false
title = "Testing automatic translation"
description = "A test article to verify the AI automatic translation workflow"
tags = ["rust", "test", "automation"]
categories = ["Tutorials"]
translationKey = "test-translate"
+++
## Introduction

This is a test article to verify that the automatic translation system works correctly.

## Example Code

```rust
fn main() {
println!("¡Hola, mundo!");
}
```

## Test Shortcode

{{< youtube dQw4w9WgXcQ >}}

## Conclusion

Automatic translation allows us to reach more people in the global Rust community.
EOF
31 changes: 31 additions & 0 deletions content/posts/2026.03.22-test-translate/test-translate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
+++
date = '2026-03-22T10:00:00-03:00'
draft = false
hiddenFromHomePage = false
title = 'Probando la traducción automática'
description = "Un artículo de prueba para verificar el flujo de traducción automática con IA"
tags = ["rust", "prueba", "automatización"]
categories = ["Tutoriales"]
translationKey = "test-translate"
+++

## Introducción

Este es un artículo de prueba para verificar que el sistema de traducción automática funciona correctamente.

## Código de ejemplo

```rust
fn main() {
println!("¡Hola, mundo!");
}
```

## Shortcode de prueba

{{< youtube dQw4w9WgXcQ >}}

## Conclusión

La traducción automática nos permite llegar a más personas en la comunidad global de Rust.
EOF