Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msgcat fails with input file 'target/i18n/scala.pot' doesn't contain a header entry with a charset specification #14

Open
davewhittaker opened this issue Apr 18, 2020 · 0 comments

Comments

@davewhittaker
Copy link

As a part of our build process we concatenate the extracted Scala strings with strings extracted from JS files. It seems like msgcat is expecting to see something like:

msgid ""
msgstr ""
"Content-Type: text/plain; charset=utf-8\n"

At the top of the file. That is what the JS extractor adds and if I add it to the scala.pot file msgcat seems to work correctly.

Any chance you can add something along those lines as a standard header?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant