-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
RFC: Remove localization from format! #93
Conversation
FWIW we could make |
The problem with escaping What support would the compiler or stdlib need to provide in order to someday support localization in an external library? I'm completely unfamiliar with the needs of localization (as we all are, it seems). Would be nice to have a domain expert weigh in. Can we borrow one from Mozilla? |
Based on my understanding, the word 'internationalization' in this RFC should be changed to 'localization'. Localization is the process of supplying alternate translations, whereas internationalization is doing automatic format conversion for standard types like dates. |
… what is actually being removed
Indeed, updated with internationalization => localization |
This is not correct. See http://www.ecma-international.org/ecma-402/1.0/#sec-4.1 |
No description provided.