Florian Verdet
Florian Verdet
Documentation section on MODELTRANSLATION_LANGUAGES: [github installation.rst](https://github.com/deschler/django-modeltranslation/blob/master/docs/modeltranslation/installation.rst#modeltranslation_languages) / [readthedocs installation.html](http://django-modeltranslation.readthedocs.io/en/latest/installation.html#modeltranslation-languages) states: ``` Default: same as LANGUAGES ``` This is not true if `LANGUAGES` is of following form: ``` LANGUAGES = (...
It feels puzzling to me that API calls done in components have the 'on' prefix (it reads kinda bad). E.g. ([README.md#L40](https://github.com/yonatanmn/Cartiv/blame/master/README.md#L40)): `onChange(e) { API.text.onChange(e.target.value) } //use the store's API` would...