1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 22:38:33 +01:00

Merge pull request #135 from lliehu/fi-l10n

Add Finnish translation
This commit is contained in:
Christian Muehlhaeuser 2012-12-19 06:26:40 -08:00
commit e62500fb5b
4 changed files with 4407 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Type=Application
Version=1.0
Name=Tomahawk
GenericName=Music Player
GenericName[fi]=Musiikkisoitin
TryExec=tomahawk
Exec=tomahawk %u
Comment=Tomahawk - Social Music Player

4404
lang/tomahawk_fi.ts Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,7 @@
<file>tomahawk_en.qm</file>
<file>tomahawk_bg.qm</file>
<file>tomahawk_de.qm</file>
<file>tomahawk_fi.qm</file>
<file>tomahawk_fr.qm</file>
<file>tomahawk_pl.qm</file>
<file>tomahawk_pt_BR.qm</file>

View File

@ -155,7 +155,7 @@ INCLUDE(GNUInstallDirs)
# translations
include( ${CMAKE_SOURCE_DIR}/lang/translations.cmake )
add_tomahawk_translations(ar bg ca de en es fr ja pl pt_BR ru sv tr zh_CN zh_TW)
add_tomahawk_translations(ar bg ca de en es fi fr ja pl pt_BR ru sv tr zh_CN zh_TW)
SET( final_src ${final_src} ${tomahawkMoc} ${tomahawkSources} ${trans_outfile})