From 2283a44579ed517dac40733b05ce63a55c00ebc0 Mon Sep 17 00:00:00 2001 From: Yusarina Date: Sat, 25 Jan 2025 17:59:45 +0000 Subject: [PATCH] Forgot To add translations --- resources/translations/en_US.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/translations/en_US.json b/resources/translations/en_US.json index dc60653..074afc3 100644 --- a/resources/translations/en_US.json +++ b/resources/translations/en_US.json @@ -188,6 +188,11 @@ "Tools.shapekey_tolerance_desc": "Minimum difference to consider a shape key as used", "Tools.shapekeys_removed": "Removed {count} unused shape keys", + "UVTools.too_many_vertices": "Error! You have too much stuff selected. Are you sure you're selecting two edges?", + "UVTools.need_line": "You need one line of selected UV points per selected object. Object \"{obj}\" does not meet this requirement!", + "UVTools.align_edges": "Align UV Edges to Target", + "UVTools.align_edges_desc": "Aligns a selected line of UV points on each selected mesh to the line of selected UV points on the active mesh. Useful for kitbashing textures of one model onto another. Uses distance from the 2D cursor to identify the start of the line of UV points on each mesh.", + "MMD.label": "MMD Tools", "MMD.bone_standardization": "Bone Standardization", "MMD.weight_processing": "Weight Processing",