popover: Add translator notes
Single words are hard to translate in context, give some indication what they do. They're automatically extracted into the pot file. #. translators: This is a emmoji keyboard layout #: data/popover.ui:6 msgid "Emoji" msgstr "…" #. translators: This is a terminal keyboard layout #: data/popover.ui:12 msgid "Terminal" msgstr "…"
This commit is contained in:
@ -2,11 +2,13 @@
|
||||
<interface>
|
||||
<menu id="app-menu">
|
||||
<item>
|
||||
<!-- translators: This is a emmoji keyboard layout -->
|
||||
<attribute name="label" translatable="yes">Emoji</attribute>
|
||||
<attribute name="action">layout</attribute>
|
||||
<attribute name="target">emoji</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<!-- translators: This is a terminal keyboard layout -->
|
||||
<attribute name="label" translatable="yes">Terminal</attribute>
|
||||
<attribute name="action">layout</attribute>
|
||||
<attribute name="target">terminal</attribute>
|
||||
|
||||
Reference in New Issue
Block a user