hazem osama ibrahim

Results 21 comments of hazem osama ibrahim

I've also struggled with handling extraction with pluralization. You could use [i18next-intervalplural-postprocessor](https://github.com/i18next/i18next-intervalplural-postprocessor) then you would write something like this ```js t('TestKey_interval', { count: count, defaultValue: '(1){test};(2-inf)}{tests};' }) ``` that way...

You can also consider using [ICU format](https://react.i18next.com/misc/using-with-icu-format) You can write the plural like this ```jsx ```

That sounds like a great idea 👌.

There might be an issue though with tools that require the theme to adhere to system-UI at runtime since the adapter will convert the systemUITheme to bunbag's theme object then...

What I meant was, for example, if there was a library that expects the color design tokens to be in `theme.colors` like the system-UI specification instead of `theme.palette` then the...

Cool 👍, I will see if I'll be able to make a PR soon.

does adding `--exclude` at the end of the command make it work?

@FlorianWendelborn you're welcome 😄

> It's not the right solution but it works temporarily for me if I change line 128 in node_modules/react-music/lib/components/synth from this: > > `// osc.frequency.value = _noteParser2.default.freq(transposed);` > > to...

Shouldn't this issue be moved to https://github.com/toggl/track-extension-core ?