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/about.xml | |
| parent | 12828b0d6249a738eee0d7f76d27c2f8317fc92d (diff) | |
One Version for all Languages (#1346)
Co-authored-by: Lex Neva <github.com@lexneva.name>
Diffstat (limited to 'templates/about.xml')
| -rw-r--r-- | templates/about.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/about.xml b/templates/about.xml index 5b7f0ab7..8ad2c783 100644 --- a/templates/about.xml +++ b/templates/about.xml @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}About{% endtrans %}</name> - <id>org.inkstitch.about.{{ locale }}</id> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>About</name> + <id>org.inkstitch.about</id> <param type="notebook" name="about-tabs" indent="1"> - <page name="about" gui-text="{% trans %}About{% endtrans %}"> + <page name="about" gui-text="About"> <image>{{ image_path }}inkstitch_colour_logo.svg</image> <label indent="1" appearance="header">Ink/Stitch - {{ inkstitch_version }}</label> <separator/> - <label indent="1">{% trans %}An open-source machine embroidery design platform based on Inkscape.{% endtrans %}</label> + <label indent="1">An open-source machine embroidery design platform based on Inkscape.</label> <separator/> <spacer/> <label indent="1" appearance="url">https://inkstitch.org</label> </page> - <page name="license" gui-text="{%trans %}License{% endtrans %}"> + <page name="license" gui-text="License"> <param name="license-text" gui-text=" " type="string" appearance="multiline"> {{ inkstitch_license }} </param> |
