Add initial support for translations.

This commit is contained in:
Felix Geyer
2014-05-18 01:33:22 +02:00
parent becd3a0019
commit 28694ae687
15 changed files with 2634 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
add_subdirectory(translations)
file(GLOB DATABASE_ICONS icons/database/*.png)
install(FILES ${DATABASE_ICONS} DESTINATION ${DATA_INSTALL_DIR}/icons/database)