feat: add base for translations

This commit is contained in:
Jonathan Rainville 2020-06-18 16:11:12 -04:00 committed by Iuri Matias
parent bae8e44f37
commit 5dacb89822
3 changed files with 2506 additions and 2 deletions

View File

@ -11,7 +11,25 @@ DEFINES += QT_DEPRECATED_WARNINGS
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES +=
lupdate_only{
SOURCES = *.qml \
app/*.qml \
shared/*.qml \
app/AppLayouts/*.qml \
app/AppLayouts/Browser/*.qml \
app/AppLayouts/Chat/*.qml \
app/AppLayouts/Chat/ChatColumn/*.qml \
app/AppLayouts/Chat/components/*.qml \
app/AppLayouts/Chat/Contacts/*.qml \
app/AppLayouts/Node/*.qml \
app/AppLayouts/Profile/*.qml \
app/AppLayouts/Profile/LeftTab/*.qml \
app/AppLayouts/Profile/Sections/*.qml \
app/AppLayouts/Profile/Sections/Contacts/*.qml \
app/AppLayouts/Wallet/*.qml \
app/AppLayouts/Wallet/Components/*.qml \
app/AppLayouts/Wallet/data/*.qml \
}
RESOURCES += \
imports/Theme.qml \
@ -188,4 +206,4 @@ DISTFILES += \
shared/StyledTextArea.qml \
shared/TextWithLabel.qml \
shared/qmldir

1243
ui/status_en.ts Normal file

File diff suppressed because it is too large Load Diff

1243
ui/status_es.ts Normal file

File diff suppressed because it is too large Load Diff