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/install_custom_palette.xml | |
| parent | 12828b0d6249a738eee0d7f76d27c2f8317fc92d (diff) | |
One Version for all Languages (#1346)
Co-authored-by: Lex Neva <github.com@lexneva.name>
Diffstat (limited to 'templates/install_custom_palette.xml')
| -rw-r--r-- | templates/install_custom_palette.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/install_custom_palette.xml b/templates/install_custom_palette.xml index cb2865c7..badbc432 100644 --- a/templates/install_custom_palette.xml +++ b/templates/install_custom_palette.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Install custom palette{% endtrans %}</name> - <id>org.inkstitch.install_custom_palette.{{ locale }}</id> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Install custom palette</name> + <id>org.inkstitch.install_custom_palette</id> <param name="extension" type="string" gui-hidden="true">install_custom_palette</param> - <label indent="1">{% trans %}Choose a .gpl color palette file to install into Inkscape.{% endtrans %}</label> - <label indent="1">{% trans %}Restart Inkscape to use.{% endtrans %}</label> + <label indent="1">Choose a .gpl color palette file to install into Inkscape.</label> + <label indent="1">Restart Inkscape to use.</label> <param indent="1" name="filepath" type="path" gui-text="{{ _('Choose file') }}" mode="file" filetypes="gpl"/> <effect needs-live-preview="false"> <object-type>all</object-type> <effects-menu> <submenu name="Ink/Stitch"> - <submenu name="{% trans %}Thread Color Management{% endtrans %}" /> + <submenu name="Thread Color Management" /> </submenu> </effects-menu> </effect> |
