New language Finnish.
--HG-- branch : release
This commit is contained in:
parent
1174b3150b
commit
40e786c348
|
@ -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
|
||||
|
|
6473
share/translations/valentina_fi_FI.ts
Normal file
6473
share/translations/valentina_fi_FI.ts
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
BIN
src/app/share/resources/flags/Finland.png
Normal file
BIN
src/app/share/resources/flags/Finland.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 B |
Loading…
Reference in New Issue
Block a user