diff options
author | Max Kellermann <max@duempel.org> | 2008-11-25 21:04:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-25 21:04:09 +0100 |
commit | d7e6b1b0b7211ec31183d95ac2bc2aa231190a20 (patch) | |
tree | 9ea0385a3a86712851b040545ab9006c6536d36d | |
parent | bbea6f7e0f83bdd0498a8a58e49b6a3da1a255d9 (diff) | |
download | mpd-d7e6b1b0b7211ec31183d95ac2bc2aa231190a20.tar.gz mpd-d7e6b1b0b7211ec31183d95ac2bc2aa231190a20.tar.xz mpd-d7e6b1b0b7211ec31183d95ac2bc2aa231190a20.zip |
po: enabled Slovakian translation
The Slovakian translation was added a while ago, but it was not
enabled in configure.ac.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5de3a3244..61680ae46 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl initialize variables dnl ======================================================= dnl i18n -ALL_LINGUAS="es da de fr gl no ru sv" +ALL_LINGUAS="es da de fr gl no ru sk sv" set -- $CFLAGS |