New language Finnish.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2015-03-23 14:37:53 +02:00
parent 1174b3150b
commit 40e786c348
5 changed files with 6486 additions and 2 deletions

View file

@ -38,4 +38,5 @@ TRANSLATIONS += translations/valentina.ts \
translations/valentina_it_IT.ts \
translations/valentina_nl_NL.ts \
translations/valentina_id_ID.ts \
translations/valentina_es_ES.ts
translations/valentina_es_ES.ts \
translations/valentina_fi_FI.ts

File diff suppressed because it is too large Load diff

View file

@ -193,7 +193,8 @@ INSTALL_TRANSLATIONS += \
$${TRANSLATIONS_PATH}/valentina_it_IT.qm \
$${TRANSLATIONS_PATH}/valentina_nl_NL.qm \
$${TRANSLATIONS_PATH}/valentina_id_ID.qm \
$${TRANSLATIONS_PATH}/valentina_es_ES.qm
$${TRANSLATIONS_PATH}/valentina_es_ES.qm \
$${TRANSLATIONS_PATH}/valentina_fi_FI.qm
# Set "make install" command for Unix-like systems.
unix{
@ -326,6 +327,14 @@ unix{
QMAKE_BUNDLE_DATA += TRANSLATION_es_ES
}
exists($${TRANSLATIONS_PATH}/valentina_fi_FI.qm){
TRANSLATION_fi_FI.files += \
$${TRANSLATIONS_PATH}/valentina_fi_FI.qm \
$${TRANSLATIONS_PATH}/Localizable.strings
TRANSLATION_fi_FI.path = "$$RESOURCES_DIR/translations/fi_FI.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION_fi_FI
}
# Symlinks also good names for copying. Make will take origin file and copy them with using symlink name.
# For bundle this names more then enough. We don't need care much about libraries versions.
libraries.path = $$FRAMEWORKS_DIR

View file

@ -11,5 +11,6 @@
<file>flags/Ukraine.png</file>
<file>flags/UnitedStates.png</file>
<file>flags/Spain.png</file>
<file>flags/Finland.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B