-
Notifications
You must be signed in to change notification settings - Fork 4
various i18n problems #17
Copy link
Copy link
Open
Description
oberhamsi
opened on Jul 13, 2015
Issue body actions
- dates and date/time formatting does not use locale-sensitive formats, although it does allow custom date format templates if you happen to know the right template for each and every locale your app needs to support.
- arrays.sortByKey - only sorts with English rules
- logic.yesno - defaults to English stringscapitalization rules for Turkish, Serbian, Croatian, etc.
- strings.title - Only uses English title case rules for deciding which words to capitalize, and does it not do locale-sensitive upper-casing
- strings.floatformat - Only formats numbers with English conventions
- strings.ljust - Only left-justifies strings, which might not work correctly in right-to-left languages like Arabic or Hebrew
- strings.truncatewords, strings.wordcount, strings.wordwrap - Does not work correctly in languages that are not written with whitespaces between every word, such as Chinese, Japanese, or Thai.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.