Browse Source
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/amarok@1228680 283d02a7-25f6-0310-bc7c-ecb5cbfe19dav3.5.13-sru
3 changed files with 28 additions and 3 deletions
@ -0,0 +1,17 @@
|
||||
################################################# |
||||
# |
||||
# (C) 2010-2011 Serghei Amelian |
||||
# serghei (DOT) amelian (AT) gmail.com |
||||
# |
||||
# Improvements and feedback are welcome |
||||
# |
||||
# This file is released under GPL >= 2 |
||||
# |
||||
################################################# |
||||
|
||||
file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} amarok.po ) |
||||
|
||||
foreach( _po ${po_files} ) |
||||
get_filename_component( _lang ${_po} PATH ) |
||||
tde_create_translation( FILES ${_po} LANG ${_lang} ) |
||||
endforeach( ) |
Loading…
Reference in new issue