]> git.sesse.net Git - vlc/blobdiff - src/misc/darwin_specific.m
intf.m: * we can't localise empty strings, so don't put an error when trying to do...
[vlc] / src / misc / darwin_specific.m
index 5de5bba94b546c800a3504d31526cf086b06d556..2104c19da9d2cadb9d3188b866512605b6e3b32e 100644 (file)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 #include <string.h>                                              /* strdup() */
 #include <stdlib.h>                                                /* free() */
@@ -51,13 +51,14 @@ static int FindLanguage( const char * psz_lang )
         "Italian", "it",
         "Japanese", "ja",
         "Korean", "ko",
-       "Georgian", "ka",
+        "Georgian", "ka",
         "Dutch", "nl",
-        "Brazillian Portuguese", "pt_BR",
+        "Occitan", "oc",
+        "Brazilian Portuguese", "pt_BR",
         "Romanian", "ro",
         "Russian", "ru",
         "Turkish", "tr",
-        "Simplified Chinese", "zh_CN", 
+        "Simplified Chinese", "zh_CN",
         "Chinese Traditional", "zh_TW",
         NULL
     };