From: Felix Paul Kühne Date: Tue, 3 May 2005 20:10:10 +0000 (+0000) Subject: * aded the new Catalan translation X-Git-Tag: 0.8.2~340 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a180b7f48aed725a1dd3efb6670f780fc16eb9c8;p=vlc * aded the new Catalan translation --- diff --git a/configure.ac b/configure.ac index 089a329bfe..f6d3e643cc 100644 --- a/configure.ac +++ b/configure.ac @@ -206,7 +206,7 @@ AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce") dnl dnl Gettext stuff dnl -ALL_LINGUAS="bn da de el en_GB es fr hi hu it ja my ne nl no pl ps pt_BR ru sv tet tl zh_TW" +ALL_LINGUAS="bn ca da de el en_GB es fr hi hu it ja my ne nl no pl ps pt_BR ru sv tet tl zh_TW" AM_GNU_GETTEXT_VERSION(0.11.5) AM_GNU_GETTEXT if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then diff --git a/src/misc/darwin_specific.m b/src/misc/darwin_specific.m index 64fc72c6ca..9906681ad7 100644 --- a/src/misc/darwin_specific.m +++ b/src/misc/darwin_specific.m @@ -41,6 +41,7 @@ static int FindLanguage( const char * psz_lang ) const char * ppsz_all[] = { "Bengali", "bn", + "Catalan", "ca", "Danish", "da", "German", "de", "Modern Greek", "el",