diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-09-26 11:42:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-26 11:42:17 +0200 |
| commit | fcd13815d31f4b927e498fbbb4305fb29a959acf (patch) | |
| tree | f67f6c4da8bf83bf9c6f8a8302fe8211e5049541 /templates/object_commands.xml | |
| parent | 12828b0d6249a738eee0d7f76d27c2f8317fc92d (diff) | |
One Version for all Languages (#1346)
Co-authored-by: Lex Neva <github.com@lexneva.name>
Diffstat (limited to 'templates/object_commands.xml')
| -rw-r--r-- | templates/object_commands.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/object_commands.xml b/templates/object_commands.xml index affe7584..db5580f5 100644 --- a/templates/object_commands.xml +++ b/templates/object_commands.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Attach Commands to Selected Objects{% endtrans %}</name> - <id>org.inkstitch.commands.{{ locale }}</id> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Attach Commands to Selected Objects</name> + <id>org.inkstitch.commands</id> {% for command, description in object_commands %} <param name="{{ command }}" type="boolean" _gui-text="{{ _(description ) }}">false</param> {% endfor %} @@ -10,7 +10,7 @@ <object-type>all</object-type> <effects-menu> <submenu name="Ink/Stitch"> - <submenu name="{% trans %}Commands{% endtrans %}" /> + <submenu name="Commands" /> </submenu> </effects-menu> </effect> |
