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

Add language command #40

Merged
merged 4 commits into from
Feb 22, 2024
Merged

Add language command #40

merged 4 commits into from
Feb 22, 2024

Conversation

apainintheneck
Copy link
Owner

Closes #2

This adds a new language command that allows you to search for countries by language. It supports alpha2 and alpha3 codes compliant with ISO639 and also partial matching of English and French names which is all of the language supported by the iso-639 gem.

- add new command class
- add new language formatting
- add new language partial match logic
- add new language direct match logic
- update help and readme pages
@apainintheneck apainintheneck added the enhancement New feature or request label Feb 21, 2024
lib/atlasq/data.rb Outdated Show resolved Hide resolved
lib/atlasq/data.rb Outdated Show resolved Hide resolved
This was a copy/paste error where I didn't update the currency references to point to languages instead.
@apainintheneck apainintheneck merged commit 8c2a145 into main Feb 22, 2024
11 checks passed
@apainintheneck apainintheneck deleted the add-language-command branch February 22, 2024 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add --language command
1 participant