Wespo  2.2
An unofficial tool to create a .po file for your wesnoth add-on
 All Classes Functions Variables
Public Attributes | List of all members
WespoEntry Struct Reference

struct: a single wespo Entry (translatable string, srcinfos, comments) More...

#include <wespoEntry.h>

Public Attributes

QString str
 The string to translate (on skele.po: msgid "message")
 
QStringList srcinfo
 List of source infos (in skele.po: #: add-ons/ADDON/file.cfg.
 
QStringList comment
 List of Automated infos (in skele.po: #. [tag]: info)
 

Detailed Description

struct: a single wespo Entry (translatable string, srcinfos, comments)

A WespoEntry is a binary struct that describes a single translatable line that will be written in skele.po A single translatable string is skele.po is structured in this way:


The documentation for this struct was generated from the following file: