-
Notifications
You must be signed in to change notification settings - Fork 267
Fix mrpack manual import in languages that don't use dots #780
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
Conversation
We could also ship our own mime-type definition. I prepared one as per FreeDesktop spec: <?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-modrinth-modpack+zip">
<sub-class-of type="application/zip"/>
<comment>Modrinth modpack</comment>
<glob pattern="*.mrpack"/>
</mime-type>
</mime-info> Though I couldn't find any information on how to ship this properly except for installing it into the system (where I do not know how to do for our bundles). A hint about doing this is here: https://doc.qt.io/qt-5/qmimedatabase.html#details |
:o seems too much trouble for just this though lol |
I wonder how other projects deal with this issue. Are we just using it wrong? |
(updated comments, added an actual translator comment) |
We should probably be using more the Weblate built-in glossary for this kind of stuff |
These translator comments ( |
Yea, but stuff like "What's an mrpack?" and how it's generally used in a translation context are good info to have in the glossary :) |
Oh yes. Totally agree. In this case |
Closes #777
I tried going directly with the specified mimetype (
application/x-modrinth-modpack+zip
), but it didn't work :c