Add support for Ukrainian translation (by fedik)

svn: r16397
This commit is contained in:
Jérôme Rapinat 2011-01-17 17:09:51 +00:00
parent c399cddb79
commit db130645d2
3 changed files with 25115 additions and 1 deletions

View File

@ -33,7 +33,7 @@ AC_SUBST(RELEASE)
AC_SUBST(VERSIONSTRING)
dnl Add the languages which your application supports here.
ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl nn pl pt_BR pt_PT ru sv fi lt sk bg hr sl ca sq he"
ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl nn pl pt_BR pt_PT ru sv fi lt sk bg hr sl ca sq he uk"
GETTEXT_PACKAGE=gramps
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the Gettext package name.])

25113
po/uk.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -76,6 +76,7 @@ _LANG_MAP = {
"sq" : _("Albanian"),
"sv" : _("Swedish"),
"tr" : _("Turkish"),
"uk" : _("Ukrainian"),
"zh" : _("Chinese")
}