diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-22 14:16:33 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-22 14:16:39 -0400 |
| commit | 4e15a2ead213ebcf1e52347e1a94eadf18481286 (patch) | |
| tree | 337c31d87eeaecfe5b5028c6c9ec0b7db88303fb | |
| parent | 674283c13557a5c0e30d7e8a2048c3297b044888 (diff) | |
add context for 'English' translation string
| -rw-r--r-- | messages.po | 7 | ||||
| -rw-r--r-- | templates/embroider.inx | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/messages.po b/messages.po index df36b6e9..093e0e35 100644 --- a/messages.po +++ b/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-22 14:12-0400\n" +"POT-Creation-Date: 2018-08-22 14:16-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1113,7 +1113,10 @@ msgstr "" msgid "Convert Line to Satin" msgstr "" -#: templates/convert_to_satin.inx:12 templates/embroider.inx:23 +#. This is used for the submenu under Extensions -> Ink/Stitch. Translate this +#. to your language's word for its language, e.g. "Español" for the spanish +#. translation. +#: templates/convert_to_satin.inx:12 templates/embroider.inx:24 #: templates/flip.inx:12 templates/install.inx:12 #: templates/layer_commands.inx:16 templates/object_commands.inx:14 #: templates/params.inx:12 templates/print.inx:12 templates/simulate.inx:12 diff --git a/templates/embroider.inx b/templates/embroider.inx index d89b4d6f..54f3be1b 100644 --- a/templates/embroider.inx +++ b/templates/embroider.inx @@ -20,6 +20,7 @@ <object-type>all</object-type> <effects-menu> <submenu name="Ink/Stitch"> + {# L10N This is used for the submenu under Extensions -> Ink/Stitch. Translate this to your language's word for its language, e.g. "Español" for the spanish translation. #} <submenu name="{% trans %}English{% endtrans %}" /> </submenu> </effects-menu> |
