-
-
Notifications
You must be signed in to change notification settings - Fork 102
Translations updated: es #5186
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
Merged
Merged
Translations updated: es #5186
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
e0e3a65 to
3e6f83f
Compare
dc91ca3 to
be7e7d8
Compare
renovate bot
added a commit
to sdwilsh/ansible-playbooks
that referenced
this pull request
Jan 9, 2026
….131.0 ##### [\`0.131.0\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.131.0) This release adds the first part of a new feature to help out commercial creators; you can now manage "user groups" per creator, which lets you make a list of users and then share permissions on models with them. And as a bonus, we've added support and rendering for Rhino 3DM files. We'll be building on this more in the next couple of releases, with the target of being able to let creators share content easily and automatically with their subscribers. At the moment the groups are basically functional, though it's not particularly obvious what to do with them; in the near future we'll write up a proper guide on how to use it, once it's all ready. <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### ✨ New Features ✨ - Add User Groups, lists of users that creators can use to manage access to their content by [@Floppy](https://github.com/Floppy) in [#5152](manyfold3d/manyfold#5152) - API endpoints for user group management by [@Floppy](https://github.com/Floppy) in [#5276](manyfold3d/manyfold#5276) - Add support for Rhino 3DM files, with rendering by [@Floppy](https://github.com/Floppy) in [#5279](manyfold3d/manyfold#5279) ##### 🐛 Bug Fixes 🐛 - Allow saving tour state without validation by [@Floppy](https://github.com/Floppy) in [#5268](manyfold3d/manyfold#5268) - skip deeper user validation if only saving simple user preferences by [@Floppy](https://github.com/Floppy) in [#5273](manyfold3d/manyfold#5273) - Fix policy check when logged out by [@Floppy](https://github.com/Floppy) in [#5274](manyfold3d/manyfold#5274) ##### 🌍 Internationalization 🌏 - Translations updated: cs by [@Floppy](https://github.com/Floppy) in [#5264](manyfold3d/manyfold#5264) - Translations updated: zh-CN by [@Floppy](https://github.com/Floppy) in [#5261](manyfold3d/manyfold#5261) - Translations updated: es by [@Floppy](https://github.com/Floppy) in [#5186](manyfold3d/manyfold#5186) - Translations updated: nl by [@Floppy](https://github.com/Floppy) in [#5260](manyfold3d/manyfold#5260) - Translations updated: pl by [@Floppy](https://github.com/Floppy) in [#5259](manyfold3d/manyfold#5259) - Translations updated: ja by [@Floppy](https://github.com/Floppy) in [#5258](manyfold3d/manyfold#5258) - Translations updated: de by [@Floppy](https://github.com/Floppy) in [#5230](manyfold3d/manyfold#5230) - Translations updated: ru by [@Floppy](https://github.com/Floppy) in [#5263](manyfold3d/manyfold#5263) - Translations updated: fr by [@Floppy](https://github.com/Floppy) in [#5262](manyfold3d/manyfold#5262) - Translations updated: es by [@Floppy](https://github.com/Floppy) in [#5270](manyfold3d/manyfold#5270) ##### 🛠️ Other Improvements 🛠️ - Change default port in development mode to match production by [@Floppy](https://github.com/Floppy) in [#5267](manyfold3d/manyfold#5267) **Full Changelog**: <manyfold3d/manyfold@v0.130.4...v0.131.0> --- ##### [\`0.130.4\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.130.4) Bugfixing the previous bugfix! Starting 2026 as I mean to go on... 😄 #### What's Changed ##### 🐛 Bug Fixes 🐛 - Fix secondary error in tour state and add tests by [@Floppy](https://github.com/Floppy) in [#5256](manyfold3d/manyfold#5256) **Full Changelog**: <manyfold3d/manyfold@v0.130.3...v0.130.4> --- ##### [\`0.130.3\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.130.3) A couple of small bugfixes to start off the new year! #### What's Changed ##### 🐛 Bug Fixes 🐛 - Don't generate derivatives for SVG files by [@Floppy](https://github.com/Floppy) in [#5200](manyfold3d/manyfold#5200) - Fix error with nil tour state by [@Floppy](https://github.com/Floppy) in [#5252](manyfold3d/manyfold#5252) **Full Changelog**: <manyfold3d/manyfold@v0.130.2...v0.130.3>
sdwilsh
pushed a commit
to sdwilsh/ansible-playbooks
that referenced
this pull request
Jan 19, 2026
….131.0 ##### [\`0.131.0\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.131.0) This release adds the first part of a new feature to help out commercial creators; you can now manage "user groups" per creator, which lets you make a list of users and then share permissions on models with them. And as a bonus, we've added support and rendering for Rhino 3DM files. We'll be building on this more in the next couple of releases, with the target of being able to let creators share content easily and automatically with their subscribers. At the moment the groups are basically functional, though it's not particularly obvious what to do with them; in the near future we'll write up a proper guide on how to use it, once it's all ready. <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### ✨ New Features ✨ - Add User Groups, lists of users that creators can use to manage access to their content by [@Floppy](https://github.com/Floppy) in [#5152](manyfold3d/manyfold#5152) - API endpoints for user group management by [@Floppy](https://github.com/Floppy) in [#5276](manyfold3d/manyfold#5276) - Add support for Rhino 3DM files, with rendering by [@Floppy](https://github.com/Floppy) in [#5279](manyfold3d/manyfold#5279) ##### 🐛 Bug Fixes 🐛 - Allow saving tour state without validation by [@Floppy](https://github.com/Floppy) in [#5268](manyfold3d/manyfold#5268) - skip deeper user validation if only saving simple user preferences by [@Floppy](https://github.com/Floppy) in [#5273](manyfold3d/manyfold#5273) - Fix policy check when logged out by [@Floppy](https://github.com/Floppy) in [#5274](manyfold3d/manyfold#5274) ##### 🌍 Internationalization 🌏 - Translations updated: cs by [@Floppy](https://github.com/Floppy) in [#5264](manyfold3d/manyfold#5264) - Translations updated: zh-CN by [@Floppy](https://github.com/Floppy) in [#5261](manyfold3d/manyfold#5261) - Translations updated: es by [@Floppy](https://github.com/Floppy) in [#5186](manyfold3d/manyfold#5186) - Translations updated: nl by [@Floppy](https://github.com/Floppy) in [#5260](manyfold3d/manyfold#5260) - Translations updated: pl by [@Floppy](https://github.com/Floppy) in [#5259](manyfold3d/manyfold#5259) - Translations updated: ja by [@Floppy](https://github.com/Floppy) in [#5258](manyfold3d/manyfold#5258) - Translations updated: de by [@Floppy](https://github.com/Floppy) in [#5230](manyfold3d/manyfold#5230) - Translations updated: ru by [@Floppy](https://github.com/Floppy) in [#5263](manyfold3d/manyfold#5263) - Translations updated: fr by [@Floppy](https://github.com/Floppy) in [#5262](manyfold3d/manyfold#5262) - Translations updated: es by [@Floppy](https://github.com/Floppy) in [#5270](manyfold3d/manyfold#5270) ##### 🛠️ Other Improvements 🛠️ - Change default port in development mode to match production by [@Floppy](https://github.com/Floppy) in [#5267](manyfold3d/manyfold#5267) **Full Changelog**: <manyfold3d/manyfold@v0.130.4...v0.131.0> --- ##### [\`0.130.4\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.130.4) Bugfixing the previous bugfix! Starting 2026 as I mean to go on... 😄 #### What's Changed ##### 🐛 Bug Fixes 🐛 - Fix secondary error in tour state and add tests by [@Floppy](https://github.com/Floppy) in [#5256](manyfold3d/manyfold#5256) **Full Changelog**: <manyfold3d/manyfold@v0.130.3...v0.130.4> --- ##### [\`0.130.3\`](https://github.com/manyfold3d/manyfold/releases/tag/v0.130.3) A couple of small bugfixes to start off the new year! #### What's Changed ##### 🐛 Bug Fixes 🐛 - Don't generate derivatives for SVG files by [@Floppy](https://github.com/Floppy) in [#5200](manyfold3d/manyfold#5200) - Fix error with nil tour state by [@Floppy](https://github.com/Floppy) in [#5252](manyfold3d/manyfold#5252) **Full Changelog**: <manyfold3d/manyfold@v0.130.2...v0.130.3>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
improvement
Refactors and behind-the-scenes improvements
localisation
Translation and localisation into different languages
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated changes by create-pull-request GitHub action