Added translation for Indonesian language.
--HG-- branch : develop
This commit is contained in:
parent
daaece92c9
commit
fbf849fffe
|
@ -30,4 +30,5 @@ TRANSLATIONS += translations/valentina.ts \
|
|||
translations/valentina_he_IL.ts \
|
||||
translations/valentina_fr_FR.ts \
|
||||
translations/valentina_it_IT.ts \
|
||||
translations/valentina_nl_NL.ts
|
||||
translations/valentina_nl_NL.ts \
|
||||
translations/valentina_id_ID.ts
|
||||
|
|
7693
share/translations/valentina_id_ID.ts
Normal file
7693
share/translations/valentina_id_ID.ts
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -156,7 +156,8 @@ INSTALL_TRANSLATIONS += \
|
|||
$${TRANSLATIONS_PATH}/valentina_he_IL.qm \
|
||||
$${TRANSLATIONS_PATH}/valentina_fr_FR.qm \
|
||||
$${TRANSLATIONS_PATH}/valentina_it_IT.qm \
|
||||
$${TRANSLATIONS_PATH}/valentina_nl_NL.qm
|
||||
$${TRANSLATIONS_PATH}/valentina_nl_NL.qm \
|
||||
$${TRANSLATIONS_PATH}/valentina_id_ID.qm
|
||||
|
||||
# Set "make install" command for Unix-like systems.
|
||||
unix{
|
||||
|
@ -272,6 +273,14 @@ unix{
|
|||
QMAKE_BUNDLE_DATA += TRANSLATION_nl_NL
|
||||
}
|
||||
|
||||
exists($${TRANSLATIONS_PATH}/valentina_id_ID.qm){
|
||||
TRANSLATION_id_ID.files += \
|
||||
$${TRANSLATIONS_PATH}/valentina_id_ID.qm \
|
||||
$${TRANSLATIONS_PATH}/Localizable.strings
|
||||
TRANSLATION_id_ID.path = "$$RESOURCES_DIR/translations/id_ID.lproj"
|
||||
QMAKE_BUNDLE_DATA += TRANSLATION_id_ID
|
||||
}
|
||||
|
||||
qmuparser.path = $$FRAMEWORKS_DIR
|
||||
qmuparser.files = $${OUT_PWD}/../libs/qmuparser/$${DESTDIR}/
|
||||
qmuparser.files += $${OUT_PWD}/../libs/qmuparser/$${DESTDIR}/libqmuparser.2.dylib
|
||||
|
|
|
@ -61,5 +61,6 @@
|
|||
<file>icon/32x32/line_intersect_axis.png</file>
|
||||
<file>icon/32x32/arc_intersect_axis.png</file>
|
||||
<file>icon/32x32/curve_intersect_axis.png</file>
|
||||
<file>icon/flags/Indonesia.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
BIN
src/app/share/resources/icon/flags/Indonesia.png
Normal file
BIN
src/app/share/resources/icon/flags/Indonesia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 107 B |
Loading…
Reference in New Issue
Block a user