diff options
author | HombreLaser <sebastian-440@live.com> | 2024-05-07 19:07:51 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2024-05-07 19:07:51 -0600 |
commit | b709feebcfccddf991f04e15dc19aaec22fe69fc (patch) | |
tree | 0bb8575cba9d9612e04130504d4bf881e99311e4 /_i18n | |
parent | a4c0692f8dbab80cf5c0b5644ec050322040c4e3 (diff) |
Add polyglot
Diffstat (limited to '_i18n')
-rw-r--r-- | _i18n/en.yml | 19 | ||||
-rw-r--r-- | _i18n/es.yml | 19 |
2 files changed, 0 insertions, 38 deletions
diff --git a/_i18n/en.yml b/_i18n/en.yml index c88839c..e69de29 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -1,19 +0,0 @@ -global: - language: Language - now: Now - about: About - about_me: About me - archive: Archive - categories: Categories - recent_posts: Recent posts - source_code: Source code -index: - page: Page - of: of - first: First - last: Last -post: - next: Next - previous: Previous -errors: - not_found: The page you were looking for couldn't be found diff --git a/_i18n/es.yml b/_i18n/es.yml index 14bd9be..e69de29 100644 --- a/_i18n/es.yml +++ b/_i18n/es.yml @@ -1,19 +0,0 @@ -global: - language: Lenguaje - now: Ahora - about: Acerca de - about_me: Acerca de mí - archive: Archivados - categories: Categorías - recent_posts: Posts recientes - source_code: Código fuente -index: - page: Página - of: de - first: Primera - last: Última -post: - next: Siguiente - previous: Anterior -errors: - not_found: No se encontró la página que buscabas |