[vlc-commits] commit: Activate Nynorsk on Win32 and MacOS (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> | Wed Jan 27 20:35:21 2010 +0000| [c80179d902b99642af594e67c0c7a8d098f5168f] | committer: Christophe Mutricy
Activate Nynorsk on Win32 and MacOS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c80179d902b99642af594e67c0c7a8d098f5168f
---
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 eab34df..e863268 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -73,6 +73,7 @@ static const char *const ppsz_language[] =
"lt",
"mn",
"ms",
+ "nn",
"kk",
"km",
"oc",
@@ -124,6 +125,7 @@ static const char *const ppsz_language_text[] =
"lietuvių",
"Монгол хэл",
"Melayu",
+ "Nynorsk",
"Қазақ тілі",
"ភាសាខ្មែរ",
"Occitan",
More information about the vlc-commits
mailing list