Skip to content

Commit

Permalink
Internationalization document
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgriffith committed Dec 29, 2018
1 parent 4765808 commit 3440537
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions notes/discussion/Internationalization.md
@@ -0,0 +1,13 @@
# Internationalization

What are the concerns that `elm-ui` should handle in order to properly support internationalization in an app?

# Right-to-Left and Left-to-Right Languages

[This talk from Strange Loop is an amazing overview of the concerns for RtL and LtR languages.](https://www.youtube.com/watch?v=xpumLsaAWGw&t=3s) Turns out it can get super crazy!

It's also interesting because one of the design decisions in `elm-ui` is to support concrete directions like `alignLeft` and `alignRight` instead of `align-conten: flex-start`.




0 comments on commit 3440537

Please sign in to comment.