From 283731ced04f71fc6fb3d0f04baa95fc8dffc35d Mon Sep 17 00:00:00 2001 From: yuki Date: Fri, 24 Oct 2025 10:36:32 -0300 Subject: [PATCH] add a few tag translations --- _data/locale.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/locale.toml b/_data/locale.toml index a117be8..bb4b192 100644 --- a/_data/locale.toml +++ b/_data/locale.toml @@ -89,3 +89,15 @@ es = "botón hecho por" [posts] en = "all" es = "todos" + +[code] +en = "code" +es = "programación" + +[announcement] +en = "announcement" +es = "anuncio" + +[meta] +en = "about the site" +es = "sobre el sitio"