X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc%2Fdarwin_specific.m;h=2104c19da9d2cadb9d3188b866512605b6e3b32e;hb=089c011a6f08dc48ee3a4cd9d8e59e0450fa6454;hp=5de5bba94b546c800a3504d31526cf086b06d556;hpb=83b9a0f8846aa07756d979f8886ff7fe7038c722;p=vlc diff --git a/src/misc/darwin_specific.m b/src/misc/darwin_specific.m index 5de5bba94b..2104c19da9 100644 --- a/src/misc/darwin_specific.m +++ b/src/misc/darwin_specific.m @@ -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 /* strdup() */ #include /* 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 };