add simplified chineese language support !

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@677 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
smorlat 2009-09-24 13:31:58 +00:00
parent 87c0dcd6bd
commit 64fcb3917c
3 changed files with 1534 additions and 1 deletions

View file

@ -72,7 +72,7 @@ fi
dnl Add the languages which your application supports here.
PKG_PROG_PKG_CONFIG
ALL_LINGUAS="fr it de ja es pl cs nl sv pt_BR hu ru"
ALL_LINGUAS="fr it de ja es pl cs nl sv pt_BR hu ru zh_CN"
AC_SUBST(ALL_LINGUAS)
AC_DEFINE_UNQUOTED(LINPHONE_ALL_LANGS, "$ALL_LINGUAS", [All supported languages])

View file

@ -630,6 +630,7 @@ static LangCodes supported_langs[]={
{ "nl" , N_("Dutch") },
{ "hu" , N_("Hungarian") },
{ "cs" , N_("Czech") },
{ "zh_CN" , N_("Chineese") },
{ NULL , NULL }
};

1532
linphone/po/zh_CN.po Normal file

File diff suppressed because it is too large Load diff