You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
When trying to translate the following string tr('This isn\'t working') it is not able to create a valid .po file. Current work around would be to use tr("This isn't working").
When trying to translate the following string
tr('This isn\'t working')it is not able to create a valid.pofile. Current work around would be to usetr("This isn't working").