Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Fix up i18n #13846

Closed
wants to merge 4 commits into from
Closed

Fix up i18n #13846

wants to merge 4 commits into from

Conversation

petebacondarwin
Copy link
Contributor

Closes #13390

Most systems use *IETF language tag* codes which are typically a combination
of the ISO 639 language code and ISO 3166-1 country code with an underscore
or hyphen delimiter. For example `en_US`, `en_AU`, etc.

Whilst the `$locale.id` comes close, the lowercase format makes it impossible
to transform to an IETF tag reliably. For example, it would be impossible
to deduce `en_Dsrt_US` from `en-dsrt-us`.

Closes angular#13390
@gkalpak
Copy link
Member

gkalpak commented Jan 26, 2016

LGTM

@petebacondarwin
Copy link
Contributor Author

Closed via eae0a11 and previous commits

@petebacondarwin petebacondarwin deleted the pr-13390 branch November 24, 2016 09:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants