Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config language #31

Merged
merged 11 commits into from
Dec 6, 2024
4 changes: 4 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ params:
height: 36

defaultContentLanguage: es
languages:
es:
languageName: Español
weight: 1
14 changes: 14 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
backToTop: "Scroll to top"
changeLanguage: "Change language"
changeTheme: "Change theme"
copyCode: "Copy code"
copyright: "© 2024 omegaUp."
dark: "Dark"
editThisPage: "Edit this page on GitHub →"
lastUpdated: "Last updated on"
light: "Light"
noResultsFound: "No results found."
onThisPage: "On this page"
poweredBy: "Implemented by omegaUp"
readMore: "Read more →"
searchPlaceholder: "Search..."
14 changes: 14 additions & 0 deletions i18n/es.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
backToTop: "Ir al inicio"
changeLanguage: "Cambiar idioma"
changeTheme: "Cambiar tema"
copyCode: "Copiar código"
copyright: "Derechos reservados omegaUp © 2024."
dark: "Modo oscuro"
editThisPage: "Editar esta página en GitHub →"
lastUpdated: "Última actualización el"
light: "Modo claro"
noResultsFound: "No se encontraron resultados."
onThisPage: "En esta pagina"
poweredBy: "Implementado por omegaUp"
readMore: "Leer más →"
searchPlaceholder: "Buscar..."