1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-28 16:20:01 +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

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