[vlc-commits] commit: Activate Walloon on win and mac (Christophe Mutricy )
git at videolan.org
git at videolan.org
Wed Mar 31 01:07:32 CEST 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu Dec 3 12:35:40 2009 +0000| [8a41486118cc153363e8623c869db6ee0e78034c] | committer: Christophe Mutricy
Activate Walloon on win and mac
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a41486118cc153363e8623c869db6ee0e78034c
---
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 b138456..eab34df 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -92,6 +92,7 @@ static const char *const ppsz_language[] =
"tr",
"uk",
"vi",
+ "wa",
};
static const char *const ppsz_language_text[] =
@@ -142,6 +143,7 @@ static const char *const ppsz_language_text[] =
"Türkçe",
"украї́нська мо́ва",
"tiếng Việt",
+ "Walon",
};
#endif
More information about the vlc-commits
mailing list