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

docs(g11n): add some notes #1723

Merged
merged 4 commits into from
Feb 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/g11n.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Notes of globalization

* `carbon-components` let you define most of the markups, where most of the translatable contents are in. Application needs to make sure such contents in the markups are translatable as needed.
asudoh marked this conversation as resolved.
Show resolved Hide resolved
* Also, from the same reason above, application needs to make sure list items in the markup are in the correct order.
asudoh marked this conversation as resolved.
Show resolved Hide resolved
* Date picker component relies on the G11N features in [`Flatpickr` library]((https://chmln.github.io/flatpickr/)). See [here](../src/components/date-picker/README.md#localization) for more details.
* Some styles in our Sass code have directives of [RTLCSS library](https://rtlcss.com/learn/usage-guide/control-directives/index.html).