671888b6ea
* add translator's name in about dialog * add new CN.ts * Update nw_zh_CN.ts * inital version (CN) * add project_zh_CN.json * Update project_zh_CN.json * Revert changes to otherlanguage files * Change case of first character in 'novelWriter' in Chinese translation * Update about.py Change the entry "Simplified Chinese" from English the local name of the language Co-authored-by: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com>
40 lines
926 B
Prolog
40 lines
926 B
Prolog
SOURCES += \
|
|
i18n/qtbase.py \
|
|
nw/core/project.py \
|
|
nw/core/tokenizer.py \
|
|
nw/dialogs/about.py \
|
|
nw/dialogs/docmerge.py \
|
|
nw/dialogs/docsplit.py \
|
|
nw/dialogs/itemeditor.py \
|
|
nw/dialogs/preferences.py \
|
|
nw/dialogs/projload.py \
|
|
nw/dialogs/projsettings.py \
|
|
nw/dialogs/wordlist.py \
|
|
nw/gui/custom.py \
|
|
nw/gui/doceditor.py \
|
|
nw/gui/docviewer.py \
|
|
nw/gui/itemdetails.py \
|
|
nw/gui/mainmenu.py \
|
|
nw/gui/noveltree.py \
|
|
nw/gui/outline.py \
|
|
nw/gui/outlinedetails.py \
|
|
nw/gui/projdetails.py \
|
|
nw/gui/projtree.py \
|
|
nw/gui/statusbar.py \
|
|
nw/gui/theme.py \
|
|
nw/tools/build.py \
|
|
nw/tools/projwizard.py \
|
|
nw/tools/writingstats.py \
|
|
nw/common.py \
|
|
nw/constants.py \
|
|
nw/error.py \
|
|
nw/guimain.py
|
|
|
|
TRANSLATIONS += \
|
|
i18n/nw_en_US.ts \
|
|
i18n/nw_fr.ts \
|
|
i18n/nw_nb_NO.ts \
|
|
i18n/nw_pt.ts \
|
|
i18n/nw_zh_CN.ts
|
|
|