Added translations submodule (#895)

* Added translations module

* Updated translation files and submodule
This commit is contained in:
xarkes 2018-10-31 19:10:31 +01:00 committed by GitHub
parent 454935f8d3
commit 8ff2a88199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "radare2"] [submodule "radare2"]
path = radare2 path = radare2
url = https://github.com/radare/radare2 url = https://github.com/radare/radare2
[submodule "src/translations"]
path = src/translations
url = https://github.com/radareorg/cutter-translations

View File

@ -11,11 +11,13 @@ VERSION = $${CUTTER_VERSION_MAJOR}.$${CUTTER_VERSION_MINOR}.$${CUTTER_VERSION_PA
# Required QT version # Required QT version
lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5") lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
TRANSLATIONS += translations/cutter_de.ts \ TRANSLATIONS += translations/cutter_ca.ts \
translations/cutter_es.ts \ translations/cutter_de.ts \
translations/cutter_es-ES.ts \
translations/cutter_fr.ts \ translations/cutter_fr.ts \
translations/cutter_it.ts \ translations/cutter_it.ts \
translations/cutter_nl.ts \ translations/cutter_nl.ts \
translations/cutter_pt-PT.ts \
translations/cutter_ru.ts translations/cutter_ru.ts
# Icon for OS X # Icon for OS X

1
src/translations Submodule

@ -0,0 +1 @@
Subproject commit 7a30de5a4235baca657922757d844d58633a5c7b