mirror of https://github.com/lukechilds/docs.git
1 changed files with 6 additions and 6 deletions
@ -1,8 +1,8 @@ |
|||
// Constants that will require translations into different languages should go here
|
|||
export const EDIT_PAGE_IN_GITHUB = 'Edit this page on GitHub'; |
|||
export const COMMUNITY = 'Community'; |
|||
export const LANGUAGES = 'Languages'; |
|||
export const EDIT_PAGE_IN_GITHUB = "Editar esta página en GitHub"; |
|||
export const COMMUNITY = "Comunidad"; |
|||
export const LANGUAGES = "Idiomas"; |
|||
export const LEARNING_RESOURCES = 'Learning Resources'; |
|||
export const SEARCH_DOCS = 'Search docs'; |
|||
export const TUTORIALS = 'Tutorials'; |
|||
export const HOME = 'Home'; |
|||
export const SEARCH_DOCS = "Buscar documentación"; |
|||
export const TUTORIALS = "Tutoriales"; |
|||
export const HOME = "Inicio"; |
Loading…
Reference in new issue