chore: linting

This commit is contained in:
Danny Avila 2023-07-27 10:25:35 -04:00 committed by Danny Avila
parent 8959576d75
commit d59a3f20cb
8 changed files with 76 additions and 25 deletions

View file

@ -57,4 +57,4 @@ export const localize = (langCode: string, phraseKey: string, ...values: string[
// In case the key is not defined, return empty instead of throw errors.
return '';
};
};

View file

@ -185,4 +185,4 @@ export default {
com_nav_settings: 'Configurações',
com_nav_search_placeholder: 'Procurar mensagens',
com_nav_setting_general: 'Geral',
};
};

View file

@ -15,7 +15,8 @@ export default {
com_ui_limitation_incorrect_info: 'Puede generar ocasionalmente información incorrecta',
com_ui_limitation_harmful_biased:
'Puede producir ocasionalmente instrucciones perjudiciales o contenido sesgado',
com_ui_limitation_limited_2021: 'Conocimiento limitado sobre el mundo y eventos posteriores a 2021',
com_ui_limitation_limited_2021:
'Conocimiento limitado sobre el mundo y eventos posteriores a 2021',
com_ui_input: 'Entrada',
com_ui_close: 'Cerrar',
com_ui_model: 'Modelo',
@ -185,4 +186,4 @@ export default {
com_nav_settings: 'Configuraciones',
com_nav_search_placeholder: 'Buscar mensajes',
com_nav_setting_general: 'General',
};
};