Sand1929

Results 2 issues of Sand1929

React-intl uses the ICU message syntax, which means that if you want to specify different translations for different plural forms, it looks something like this: ``` You have {itemCount} {itemCount,...

On cssselect==1.3.0 (but not cssselect==1.2.0), the Quickstart example does not work: from cssselect import GenericTranslator, SelectorError expression = GenericTranslator().css_to_xpath('div.content') throws `TypeError: unhashable type: 'list'` (Python : sys.version_info(major=3, minor=9, micro=1, releaselevel='final',...