lv_i18n icon indicating copy to clipboard operation
lv_i18n copied to clipboard

floats support

Open puzrin opened this issue 5 years ago • 5 comments

This option was missed in C API.

  • Probaly need lv_i18n_get_text_plural_f().
  • Check CLDR, does it have rules for floats? (seems - yes).
  • Probably, floats use additional form, not used for integers.
    • How to relax linter restrictions when floats are not used? We should not force all to fill useless translations
    • Example, in ru-RU: float -> other

puzrin avatar Feb 17 '19 17:02 puzrin