Add support for Ukrainian translation (by fedik)
svn: r16397
This commit is contained in:
		| @@ -33,7 +33,7 @@ AC_SUBST(RELEASE) | |||||||
| AC_SUBST(VERSIONSTRING) | AC_SUBST(VERSIONSTRING) | ||||||
|  |  | ||||||
| dnl Add the languages which your application supports here. | 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 | GETTEXT_PACKAGE=gramps | ||||||
| AC_SUBST(GETTEXT_PACKAGE) | AC_SUBST(GETTEXT_PACKAGE) | ||||||
| AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the Gettext package name.]) | AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the Gettext package name.]) | ||||||
|   | |||||||
| @@ -76,6 +76,7 @@ _LANG_MAP = { | |||||||
|     "sq" : _("Albanian"), |     "sq" : _("Albanian"), | ||||||
|     "sv" : _("Swedish"), |     "sv" : _("Swedish"), | ||||||
|     "tr" : _("Turkish"), |     "tr" : _("Turkish"), | ||||||
|  |     "uk" : _("Ukrainian"), | ||||||
|     "zh" : _("Chinese") |     "zh" : _("Chinese") | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user