[vlc-devel] [PATCH] List Tamil in the UI as a language to choose
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Mon May 31 07:33:28 UTC 2021
From: Felix Paul Kühne <felix at feepk.net>
---
modules/gui/macosx/VLCSimplePrefsController.m | 1 +
modules/gui/qt/components/simple_preferences.cpp | 1 +
2 files changed, 2 insertions(+)
diff --git a/modules/gui/macosx/VLCSimplePrefsController.m b/modules/gui/macosx/VLCSimplePrefsController.m
index edea15ea8d..44c3020949 100644
--- a/modules/gui/macosx/VLCSimplePrefsController.m
+++ b/modules/gui/macosx/VLCSimplePrefsController.m
@@ -112,6 +112,7 @@
{ "es", "Español", NO },
{ "es_MX", "Español Mexicano", NO },
{ "sv", "Svenska", NO },
+ { "ta", "தமிழ்", NO },
{ "th", "ภาษาไทย", NO },
{ "tr", "Türkçe", NO },
{ "uk", "украї́нська мо́ва", NO },
diff --git a/modules/gui/qt/components/simple_preferences.cpp b/modules/gui/qt/components/simple_preferences.cpp
index 78ba18ec6f..18f870de82 100644
--- a/modules/gui/qt/components/simple_preferences.cpp
+++ b/modules/gui/qt/components/simple_preferences.cpp
@@ -126,6 +126,7 @@ static struct {
{ "es", "Español" },
{ "es_MX", "Español Mexicano" },
{ "sv", "Svenska" },
+ { "ta", "தமிழ்" },
{ "th", "ภาษาไทย" },
{ "tr", "Türkçe" },
{ "uk", "украї́нська мо́ва" },
--
2.30.1 (Apple Git-130)
More information about the vlc-devel
mailing list