[vlc-devel] commit: Activate Walloon on win and mac (Christophe Mutricy )
git version control
git at videolan.org
Thu Dec 3 13:39:03 CET 2009
vlc | branch: 1.0-bugfix | Christophe Mutricy <xtophe at videolan.org> | Thu Dec 3 12:35:40 2009 +0000| [8b4124d4b92a2b5bfc95958801dc7b8431a10b66] | committer: Christophe Mutricy
Activate Walloon on win and mac
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8b4124d4b92a2b5bfc95958801dc7b8431a10b66
---
src/libvlc-module.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index c43f814..6d963af 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -91,6 +91,7 @@ static const char *const ppsz_language[] =
"tr",
"uk",
"vi",
+ "wa",
};
static const char *const ppsz_language_text[] =
@@ -141,6 +142,7 @@ static const char *const ppsz_language_text[] =
"Türkçe",
"украї́нська мо́ва",
"tiếng Việt",
+ "Walon",
};
#endif
More information about the vlc-devel
mailing list