You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Using the documentation I translated the texts into my language
In addition, I use the text that Google uses in its chat component
It would be great if you could add the language.
const _default = {
// Category names. If a translated category name is available in the category data, the values shown
// here take precendence. If you want to use the category name provided by Emojibase, you can remove the category
// from the i18n bundle.
'categories.activities': 'Actividades y Eventos',
'categories.animals-nature': 'Animales y Naturaleza',
'categories.custom': 'Emojis personalizados',
'categories.flags': 'Banderas',
'categories.food-drink': 'Alimentación y Bebidas',
'categories.objects': 'Objetos',
'categories.people-body': 'Personas',
'categories.recents': 'Uso Frecuente',
'categories.smileys-emotion': 'Emoticonos y Emociones',
'categories.symbols': 'Simbolos',
'categories.travel-places': 'Viajes y Lugares',
// Shown if there is an error creating or accessing the local emoji database.
'error.load': 'Error al cargar emojis',
// Messages for the Recents category.
'recents.clear': 'Borrar emojis recientes',
'recents.none': 'Aún no has seleccionado ningún emoji.',
// A retry button shown on the error view.
'retry': 'Intentar otra vez',
// Tooltip/title for the clear search button in the search field.
'search.clear': 'Borrar búsqueda',
// Shown when there is an error searching the emoji database.
'search.error': 'Error al buscar emojis',
// Shown when no emojis match the search query.
'search.notFound': 'No se encontraron resultados',
// Placeholder for the search field.
'search': 'Buscar emojis...'
};
export default _default;
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi I am from Mexico (es-mx)
Using the documentation I translated the texts into my language
In addition, I use the text that Google uses in its chat component
It would be great if you could add the language.
The text was updated successfully, but these errors were encountered: