Closed vyskocilm closed 1 year ago
I run into the same issue as https://github.com/woboq/tr/issues/11, which renders running xtr via cargo i18n almost unusable. It calls msgcat, which fails with a syntax error. The workaround is to build xtr from master.
xtr
cargo i18n
msgcat
Thanks for asking.
xtr 0.1.7 was just released.
I run into the same issue as https://github.com/woboq/tr/issues/11, which renders running
xtr
viacargo i18n
almost unusable. It callsmsgcat
, which fails with a syntax error. The workaround is to buildxtr
from master.