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 Hawaiian to supported languages #227

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Add Hawaiian to supported languages #227

merged 1 commit into from
Jan 13, 2025

Conversation

bearfriend
Copy link
Contributor

@bearfriend bearfriend commented Jan 13, 2025

GAUD-7412: Add haw as supported language in brightspace-ui/intl

Adds haw/haw-us as a supported lang/locale. More data for dates/times, numbers etc. will be added separately.

@bearfriend bearfriend requested a review from a team as a code owner January 13, 2025 15:06
@@ -14,6 +14,7 @@ export const supportedLocalesDetails = [
{ code: 'fr-ca', dir: 'ltr', name: 'Français (Canada)' },
{ code: 'fr-fr', dir: 'ltr', name: 'Français (France)' },
{ code: 'fr-on', dir: 'ltr', name: 'Français (Ontario)' },
{ code: 'haw-us', dir: 'ltr', name: 'ʻŌlelo Hawaiʻi (ʻAmelika Hui Pū ʻIa)' },
Copy link
Contributor

Choose a reason for hiding this comment

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

is -us necessary for haw?

Copy link
Contributor

Choose a reason for hiding this comment

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

Specifically, instead of haw-haw

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Regions must be a valid ISO 3166 code. It's arguable whether using them at all for some languages is necessary, but I'm uncertain if leaving it off breaks stuff in the rest of the system. We may use it for figuring out which number system to use for example in the LMS so for now we just keep it consistent.

@bearfriend bearfriend merged commit 7ee1826 into main Jan 13, 2025
1 check passed
@bearfriend bearfriend deleted the dgleckler/haw branch January 13, 2025 15:28
Copy link

🎉 This PR is included in version 3.23.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants