Skip to content

Files

Latest commit

 

History

History
13 lines (12 loc) · 764 Bytes

g11n.md

File metadata and controls

13 lines (12 loc) · 764 Bytes

Notes of globalization

  • carbon-components lets you define most of the markup, which contains most of the translatable content:
    • Ensure application content in the markup is translatable as needed.
    • Make sure that list items in the application markup are correctly ordered.
    • Make sure that date/time in the application markup are correctly formatted considering different formats in different locales.
  • Date picker component relies on the G11N features in Flatpickr library. See here for more details.
  • Some styles in our Sass code have directives of RTLCSS library.