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 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