Sense glosses come in different languages.
Directionality of a text depends on the language. There is a lookup that can determine one from the other.
This is currently implemented via a vue filter.
Current situation
- Gloss directionality is auto (apparently) regardless of language
AC
- Gloss directionality is marked-up per gloss language
Info
- using filters inside attributes is not (directly) supported in Vue 2.0
- there is a server-side implementation of the lookup but no client-side equivalent (if data is edited) - how to solve this? pass lookup table?
