lokalize
#include "tsstorage.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.
|
static const QString | attrnames [] ={"location" ,"type" ,"obsolete"} |
|
static const QString | attrvalues [] ={"obsolete"} |
|
static const QString | names [] ={"source" ,"translation","oldsource" ,"translatorcomment","comment" ,"name" ,"numerus"} |
|
static const char *const | noyes [] ={"no","yes"} |
|
Enumerator |
---|
LocationAttr |
|
TypeAttr |
|
ObsoleteAttr |
|
Definition at line 49 of file tsstorage.cpp.
Enumerator |
---|
SourceTag |
|
TargetTag |
|
OldSourceTag |
|
NoteTag |
|
DevNoteTag |
|
NameTag |
|
PluralTag |
|
Definition at line 46 of file tsstorage.cpp.
walks through XLIFF XML and performs actions depending on ContentEditingData:
- reads content
- deletes content, or
- inserts content
Definition at line 170 of file tsstorage.cpp.
const QString attrnames[] ={"location" ,"type" ,"obsolete"} |
|
static |
const QString attrvalues[] ={"obsolete"} |
|
static |
const QString names[] ={"source" ,"translation","oldsource" ,"translatorcomment","comment" ,"name" ,"numerus"} |
|
static |
const char* const noyes[] ={"no","yes"} |
|
static |
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.