gettext: Translated Entries

1 
1 8.3.5 Translated Entries
1 ------------------------
1 
1    Each PO file entry for which the ‘msgstr’ field has been filled with
1 a translation, and which is not marked as fuzzy (⇒Fuzzy Entries),
1 is said to be a "translated" entry.  Only translated entries will later
1 be compiled by GNU ‘msgfmt’ and become usable in programs.  Other entry
1 types will be excluded; translation will not occur for them.
1 
1    Some commands are more specifically related to translated entry
1 processing.
1 
1 ‘t’
1      Find the next translated entry (‘po-next-translated-entry’).
1 
1 ‘T’
1      Find the previous translated entry
1      (‘po-previous-translated-entry’).
1 
1    The commands ‘t’ (‘po-next-translated-entry’) and ‘T’
1 (‘po-previous-translated-entry’) move forwards or backwards, chasing for
1 an translated entry.  If none is found, the search is extended and wraps
1 around in the PO file buffer.
1 
1    Translated entries usually result from the translator having edited
1 in a translation for them, ⇒Modifying Translations.  However, if
1 the variable ‘po-auto-fuzzy-on-edit’ is not ‘nil’, the entry having
1 received a new translation first becomes a fuzzy entry, which ought to
1 be later unfuzzied before becoming an official, genuine translated
1 entry.  ⇒Fuzzy Entries.
1