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