Jonas

Results 6 comments of Jonas

Actually this is pretty easy to solve. Just install the gnu coreutils with homebrew. Homebrew will install everything prefixed with a g. So if you want the GNU sed command...

I think that is intended behavior. The language files always overwrite defaultMessage which acts as a fallback if the key is not present in the given language file. It would...

@12evgen you have to change existing translations in the language file (translations/en.json e.g). The defaultTranslation value will then be different than the actual translation in the language file.

No that would be a total workflow breaker for anybody that uses language services to translate the application. Here is an example: I have a button with defaultTranslation: "Delete". I...

@jessicaldale Have you found a solution for it already?

Interested in a PR or have you already started on your own?