We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ever since we merged this...
... container users see "No property file named Bundle_en found in /dv/lang, using untranslated values" until they load a languages.zip file.
As quick fix, we could comment out this line...
-Ddataverse.lang.directory=/dv/lang
... and explain in the guides how to enable it.
Use a Docker Compose profile? Run docker compose up with a flag to enable internationalization? Or a Docker Compose override file?
docker compose up
Maybe a languages.zip file could be created automatically with a GitHub Action over at https://github.com/GlobalDataverseCommunityConsortium/dataverse-language-packs ? Right now, creating languages.zip is manual: https://preview.guides.gdcc.io/en/develop/installation/config.html#creating-a-languages-zip-file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ever since we merged this...
... container users see "No property file named Bundle_en found in /dv/lang, using untranslated values" until they load a languages.zip file.
As quick fix, we could comment out this line...
... and explain in the guides how to enable it.
Use a Docker Compose profile? Run
docker compose up
with a flag to enable internationalization? Or a Docker Compose override file?Maybe a languages.zip file could be created automatically with a GitHub Action over at https://github.com/GlobalDataverseCommunityConsortium/dataverse-language-packs ? Right now, creating languages.zip is manual: https://preview.guides.gdcc.io/en/develop/installation/config.html#creating-a-languages-zip-file
The text was updated successfully, but these errors were encountered: