From 1ee836ae879ad703ed0c4ae39220a1e4505cd3d2 Mon Sep 17 00:00:00 2001 From: aleiton <20656001+aleiton@users.noreply.github.com> Date: Sun, 22 Mar 2026 00:12:06 -0300 Subject: [PATCH 1/2] test: add Spanish post to verify auto-translate workflow --- .../test-translate.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 content/posts/2026.03.22-test-translate/test-translate.md diff --git a/content/posts/2026.03.22-test-translate/test-translate.md b/content/posts/2026.03.22-test-translate/test-translate.md new file mode 100644 index 0000000..f81fea3 --- /dev/null +++ b/content/posts/2026.03.22-test-translate/test-translate.md @@ -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 From f58bcea2814869fb10e77c5832d7cd7d271df62c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Mar 2026 03:13:03 +0000 Subject: [PATCH 2/2] =?UTF-8?q?feat(i18n):=20auto-translate=20"Probando=20?= =?UTF-8?q?la=20traducci=C3=B3n=20autom=C3=A1tica"=20to=20English?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test-translate.en.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 content/posts/2026.03.22-test-translate/test-translate.en.md diff --git a/content/posts/2026.03.22-test-translate/test-translate.en.md b/content/posts/2026.03.22-test-translate/test-translate.en.md new file mode 100644 index 0000000..89eb697 --- /dev/null +++ b/content/posts/2026.03.22-test-translate/test-translate.en.md @@ -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 \ No newline at end of file