-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Print supported languages details #1290
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
Print supported languages details #1290
Conversation
…ive name in a three column list. af Afrikaans Afrikaans am Armenian հայերեն ar Arabic العربية ast Asturian asturianu az Azerbaijani Azərbaycanca ...
The build fails, the dependency io.cucumber:gherkin:jar:5.0.1-SNAPSHOT is not available. The error message is:
What can be done about the missing snapshot dependency? |
Once a release is made of the gherkin lib you can use the release version and it should be fine. |
159ec4c
to
74325ea
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. |
I will redo the implementation and not require a change in Gherkin. |
Had to do some maintenance on Gherkin v5. This resulted in the name and native name being accessible through getters. https://github.com/cucumber/cucumber/tree/gherkin/v5.x.x |
…guages-in-a-three-column-list
Cheers @tsundberg! I regret that it took a while to get his done. |
Summary
I updated the language list to include not just the language code but also the language name in English as well as the native language name.
Details
The list of languages looked like this:
There are 72 languages supported. It isn't easy to know which language is which.
I extended the list to look like this:
Motivation and Context
This will make it easier to understand what language a language code is supporting.
How Has This Been Tested?
I added unit tests for calculating the maximum width for each column.
I used inspection to see that the printout looks nice.
Screenshots (if appropriate):
Types of changes
Checklist: