vandalsquad/legacy-studio

Locale service improvement

Closed this issue · 0 comments

The Locale service needs to define a fallback locale key to use when a given key can't be found. There are multiple approaches to solve this issue...

  • Single or multiple fallback definitions
  • Order for multiple definitions
  • Locale key listener on DOM element attributes (e.g. lang) see HTMLElement spec
  • Pluralization integration
  • ...