1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 08:52:12 +02:00

Add Finnish translation

Also add GenericName[fi] to .desktop file
This commit is contained in:
Lasse Liehu 2012-12-15 17:58:02 +02:00
parent bab844a698
commit ff20ed4218
4 changed files with 4407 additions and 1 deletions

@ -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

@ -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>

@ -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})