Skip to content

Commit 8ff2a88

Browse files
authoredOct 31, 2018
Added translations submodule (rizinorg#895)
* Added translations module * Updated translation files and submodule
1 parent 454935f commit 8ff2a88

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "radare2"]
22
path = radare2
33
url = https://github.com/radare/radare2
4+
[submodule "src/translations"]
5+
path = src/translations
6+
url = https://github.com/radareorg/cutter-translations

‎src/Cutter.pro

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ VERSION = $${CUTTER_VERSION_MAJOR}.$${CUTTER_VERSION_MINOR}.$${CUTTER_VERSION_PA
1111
# Required QT version
1212
lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
1313

14-
TRANSLATIONS += translations/cutter_de.ts \
15-
translations/cutter_es.ts \
14+
TRANSLATIONS += translations/cutter_ca.ts \
15+
translations/cutter_de.ts \
16+
translations/cutter_es-ES.ts \
1617
translations/cutter_fr.ts \
1718
translations/cutter_it.ts \
1819
translations/cutter_nl.ts \
20+
translations/cutter_pt-PT.ts \
1921
translations/cutter_ru.ts
2022

2123
# Icon for OS X

‎src/translations

Submodule translations added at 7a30de5

0 commit comments

Comments
 (0)
Please sign in to comment.