mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
feat: add base for translations
This commit is contained in:
parent
bae8e44f37
commit
5dacb89822
@ -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 \
|
||||
|
1243
ui/status_en.ts
Normal file
1243
ui/status_en.ts
Normal file
File diff suppressed because it is too large
Load Diff
1243
ui/status_es.ts
Normal file
1243
ui/status_es.ts
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user