#!/bin/bash

hgettext -k __ -o i18n/messages.pot \
    src/Mp/UI/PlaylistPage.hs \
    src/Mp/UI/PlaylistPage.hs \
    src/Mp/UI/Menu.hs \
    src/Mp/UI/QueuePage.hs \
    src/Mp/UI/Main.hs \
    src/Mp/UI/StatusBar.hs \
    src/Mp/UI/PlaylistState.hs \
    src/Mp/UI/BrowserPage.hs \
    src/Mp/UI/HelpPage.hs \
    src/Mp/UI/EditBar.hs \
    src/Mp/Main.hs \
    src/Mp/Player/GstPlayer.hs \
    src/Mp/Player/ServerState.hs \
    src/Mp/Player/Daemon.hs \
    src/Mp/Player/Server.hs \
    src/Mp/Player/Client.hs \
    src/Mp/Configuration/ConfigurationFile.hs \
    src/Mp/Configuration/Configuration.hs \
    src/Mp/Utils/Utils.hs \
    src/Mp/Utils/Exception.hs \
    src/Mp/Utils/I18N.hs \
    src/Mp/Utils/Colors.hs \
    src/Mp/Utils/Network.hs \
    src/Mp/Utils/Shuffle.hs
