Commit bd0431f6 authored by Christophe Massiot's avatar Christophe Massiot

Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se>

(incomplete and untested).
parent 71f0ea69
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
0.5.0 0.5.0
Not released yet Not released yet
* ./po/se.po : Swedish translation, courtesy of Joel Arvidsson
<dogai@privat.utfors.se> ;
* ./plugins/access/http.c: fixed a double free bug and a memory leak. * ./plugins/access/http.c: fixed a double free bug and a memory leak.
* MacOS X: added messages and playlist panel, dock menu, context menu * MacOS X: added messages and playlist panel, dock menu, context menu
in video view and localization support. in video view and localization support.
......
...@@ -1328,7 +1328,7 @@ else ...@@ -1328,7 +1328,7 @@ else
VLC_MAKE="gmake" VLC_MAKE="gmake"
fi fi
ALL_LINGUAS="de en_GB fr ja no ru nl pl" ALL_LINGUAS="de en_GB fr ja no ru nl pl se"
cat >> confdefs.h <<EOF cat >> confdefs.h <<EOF
#define VLC_PACKAGE "${PACKAGE}" #define VLC_PACKAGE "${PACKAGE}"
......
...@@ -47,7 +47,7 @@ else ...@@ -47,7 +47,7 @@ else
fi fi
dnl Gettext stuff dnl Gettext stuff
ALL_LINGUAS="de en_GB fr ja no ru nl pl" ALL_LINGUAS="de en_GB fr ja no ru nl pl se"
AC_DEFINE_UNQUOTED(VLC_PACKAGE, "${PACKAGE}", [Package name]) AC_DEFINE_UNQUOTED(VLC_PACKAGE, "${PACKAGE}", [Package name])
AC_DEFINE_UNQUOTED(VLC_VERSION, "${VERSION}", [Package version]) AC_DEFINE_UNQUOTED(VLC_VERSION, "${VERSION}", [Package version])
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment