lokalize
#include "xliffstorage.h"
#include "gettextheader.h"
#include "project.h"
#include "version.h"
#include "prefs_lokalize.h"
#include <QProcess>
#include <QString>
#include <QMap>
#include <QDomDocument>
#include <QTime>
#include <QPair>
#include <QList>
#include <kdebug.h>
#include <kglobal.h>
#include <klocale.h>
#include <kdatetime.h>
#include <QXmlSimpleReader>
Go to the source code of this file.
walks through XLIFF XML and performs actions depending on ContentEditingData:
- reads content
- deletes content, or
- inserts content
Definition at line 245 of file xliffstorage.cpp.
const QString binsourcesource[] ={"bin-source","source"} |
|
static |
const QString bintargettarget[] ={"bin-target","target"} |
|
static |
const QString noyes[] ={"no","yes"} |
|
static |
const char* const states[] |
|
static |
Initial value:={
"new", "needs-translation", "needs-l10n", "needs-adaptation", "translated",
"needs-review-translation", "needs-review-l10n", "needs-review-adaptation", "final",
"signed-off"}
Definition at line 955 of file xliffstorage.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.