LuisValgoi / ui5-webcomponents-react-seed

Seed of UI5 Web Components for React
12 stars 1 forks source link

[ISSUE-9] Feature of Formik + Yup Sample #68

Closed LuisValgoi closed 3 years ago

LuisValgoi commented 3 years ago

Description

This PR:

Dependency

yarn install

Config

Are you adding a configuration file?

Are you adding a new feature

Testing

yarn mock or yarn test or yarn test:ci

Automated Tests

References

9

LuisValgoi commented 3 years ago

@marceloschreiber git mv saving lifes. Thank you so much man

marceloschreiber commented 3 years ago

I also noticed that not all texts are using i18n. Do you want me to change that?

LuisValgoi commented 3 years ago

I also noticed that not all texts are using i18n. Do you want me to change that?

I have double check and I couldn't find anything.

Just a headsup: The components which are under ...pages must not have i18n since are pages for examples. All the others, must have though.

marceloschreiber commented 3 years ago

The components which are under ...pages must not have i18n since its page of examples only. All the others, must have though.

Makes sense