Daniel Goltz
Daniel Goltz
It would be nice to be able to add prioritized tasks to an IdleQueue. We currently have a use case to preload components and would like to preload them by...
> File "/../my_file.py", line 103, in _process_message return format(actual_message, processed_params, _get_message_format_locale(locale_code)) File "/.../lib/python2.7/site-packages/pyseeyou/__init__.py", line 13, in format ast = ICUMessageFormat.parse(msg) File "/.../lib/python2.7/site-packages/parsimonious/grammar.py", line 115, in parse return self.default_rule.parse(text, pos=pos) File...
[Formatted Argument](https://formatjs.io/guides/message-syntax/#formatted-argument) are used to format dates, numbers, time and even custom formats. usage example: `format('found {count, number} records', {'count': 6}, 'en')`