75c772391d358e8b69caab05aa4d48b39aab9669
When moving or linking an object to a collection, the report was not properly translatable. In French for instance, it would give nonsensical half-translated sentences such as "<Object> moved vers <collection>", instead of "<Object> déplacé vers <collection>". Instead, separate the report into the four possible translations (one or multiple objects, linking or moving). This is very verbose and less legible, but it ensure the sentences can be properly translated, including plurals in languages which use grammatical agreement. In addition, use BKE_collection_ui_name_get() to get the collection name, because the Scene Collection's name is hardcoded, but it can be localized. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D17112
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
