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

feat: Add advice over empty valued <option> in required <select> #406

Merged
merged 4 commits into from
Jan 11, 2021
Merged

feat: Add advice over empty valued <option> in required <select> #406

merged 4 commits into from
Jan 11, 2021

Conversation

Dionakra
Copy link
Contributor

@Dionakra Dionakra commented Jan 9, 2021

Hi,

I have added a first version of the check in the project. As it needed several translations, I added the keyword for it in every locales/*.json file at least in plain English as, if I didn't, it wouldn't compile.

Should we give the English translations where we don't know the real translation or shall we use Deepl, Google Translate or some kind of tool alike?

I also added all the css and sass files to the PR as they are mandatory for translations.

Any change needed just tell me 😄

PS: I also added the Spanish language to the languages dropdown so, when the doc is updated and uploaded, we can use it through the bookmarklet.


Closes #404

locales/en.json Outdated Show resolved Hide resolved
locales/fr.json Outdated Show resolved Hide resolved
sass/themes/_advice.scss Outdated Show resolved Hide resolved
sass/themes/_advice.scss Show resolved Hide resolved
sass/themes/_advice.scss Outdated Show resolved Hide resolved
category: Advices
---

##Description
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add space between ## and titles.

@ffoodd
Copy link
Owner

ffoodd commented Jan 11, 2021

Thanks, this is awesome! I made a few comments, mostly wording 👍

Copy link
Owner

@ffoodd ffoodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, made a few errors in my grammar!

sass/themes/_advice.scss Outdated Show resolved Hide resolved
@ffoodd ffoodd self-requested a review January 11, 2021 13:10
@ffoodd ffoodd merged commit e6bb2f3 into ffoodd:master Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

<select required> should start with an empty value option
2 participants