Issues
- Internationalisation (i18n)STRIPES-17Resolved issue: STRIPES-17Jason Skomorowski
- UI testsSTRIPES-15Resolved issue: STRIPES-15Jason Skomorowski
- Decide on approach to immutabilty enforcement for redux storeSTRIPES-14Resolved issue: STRIPES-14Jason Skomorowski
- AccessibilitySTRIPES-12Resolved issue: STRIPES-12Khalilah Gambrell
- Move Okapi URL and tenant-id to the Redux storeSTRIPES-11Resolved issue: STRIPES-11Jason Skomorowski
- Tolerate not being at the root of the siteSTRIPES-10Resolved issue: STRIPES-10
- Persistent state, including formsSTCOR-28Resolved issue: STCOR-28Jason Skomorowski
Something went wrong on our end
If this keeps happening, share this information with your admin, who should contact support.
Hash IB2EDC
Trace dad9c05ecab345969166a22b3c271039
Description
Environment
Potential Workaround
relates to
Checklist
hideTestRail: Results
Details
Assignee
Jason SkomorowskiReporter
Jason SkomorowskiPriority
P4TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Reporter
Priority
TestRail: Cases
TestRail: Runs
Activity
Jason SkomorowskiOctober 3, 2016 at 9:17 PM
Jason SkomorowskiJune 27, 2016 at 5:18 PMEdited
Some links from Filip on Slack:
@jason @nielserik A little gold mine of practical tips on multilingual web interfaces and RTL support. BBC’s web team explaining how they tried to solve massive multilingual layouts and fonts http://responsivenews.co.uk/post/123104512468/13-tips-for-making-responsive-web-design - maybe it’s more relevant for the HTML person we might hire, but it will definitely affect a bunch of more technical things relating to templating engines, etc. I guess react will be a good helper when we get to that part. (edited)
(This also seems to contain some good tips in point #3 and #4 http://webdesign.tutsplus.com/articles/tips-for-designing-and-building-a-multilingual-website--cms-24708)
Jason SkomorowskiApril 1, 2016 at 12:07 AMEdited
From rangle:
format.js is definitely the right tool
the react-intl components it provides should be used extensively
'ICU message syntax' it supports is known by translation firms eg. they can give translations in that format
read the guides first before getting into the react components; the i18n guides
Some other JS i18n frameworks:
http://airbnb.io/polyglot.js/
http://i18next.com/