UI: make many modifier strings translatable
This includes: - new modifier names It mostly uses `N_` because the strings are actually translated elsewhere. The goal is simply to export them to .po files. Most of the new translations were reported in T43295#1105335. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D15418
This commit is contained in:
@@ -1235,7 +1235,7 @@ static void panelRegister(ARegionType *region_type)
|
||||
}
|
||||
|
||||
ModifierTypeInfo modifierType_Screw = {
|
||||
/* name */ "Screw",
|
||||
/* name */ N_("Screw"),
|
||||
/* structName */ "ScrewModifierData",
|
||||
/* structSize */ sizeof(ScrewModifierData),
|
||||
/* srna */ &RNA_ScrewModifier,
|
||||
|
||||
Reference in New Issue
Block a user