[vlc-commits] Adding gd Gaelic to languages list
Christoph Miebach
git at videolan.org
Thu Jul 5 22:29:07 CEST 2012
vlc | branch: master | Christoph Miebach <christoph.miebach at web.de> | Thu Jul 5 22:11:04 2012 +0200| [85b6c1463736907e6fed0900f0e93df05e89d2fa] | committer: Rafaël Carré
Adding gd Gaelic to languages list
Signed-off-by: Rafaël Carré <funman at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=85b6c1463736907e6fed0900f0e93df05e89d2fa
---
src/libvlc-module.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index d8d1090..d4d322b 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -98,6 +98,7 @@ static const char *const ppsz_language[] =
"uk",
"vi",
"wa",
+ "gd",
};
static const char *const ppsz_language_text[] =
@@ -153,6 +154,7 @@ static const char *const ppsz_language_text[] =
"украї́нська мо́ва",
"tiếng Việt",
"Walon",
+ "Gàidhlig",
};
#endif
More information about the vlc-commits
mailing list