Changes

Jump to: navigation, search

Coding for translation using weblate

328 bytes added, 17:13, 29 June 2021
no edit summary
# Translators: Keep your translation short
_("short string")
 
= Glade files =
 
Strings can be marked as translatable in the "Edit Text" dialog in the Glade editor. Context and comments can also be added.
 
These are saved as translatable, context and comments attributes on an XML element.
<property name="label" translatable="yes" context="context" comments="comments">string</property>

Navigation menu