summaryrefslogtreecommitdiff
path: root/mail/thunderbird-i18n/Makefile.lang
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-12-14 13:42:06 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-12-14 13:42:06 +0000
commit7efa77ad7c5cf3417d7fe8c89dbe949a8facca79 (patch)
tree3f75766ca5d76f6dd2367c583fb90b16519be03a /mail/thunderbird-i18n/Makefile.lang
parentwww/py-django-dpaste: Update to 2.1 (Upstream is responsive, Thanks Martin!) (diff)
Update to nspr 4.10.2
Update to nss 3.15.3.1 Update firefox-esr and thunderbird to 24.2.0 Update firefox to 26.0 Update seamonkey to 2.23 - catch up with directory renames since USES=webplugins was introduced; fixes plugins not being automatically enabled after install - linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and measure about:memory usage, again - dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes some flash sites work again; as there's no nspluginwrapper in-between the infamous "youtube issue" never occurs - install DEBUG with symbols [3] and describe the option better [4] - enable dumping about:memory upon kill -65, kill -66 and GC/CC log upon kill -67 to a file under /tmp directory; linux-firefox uses kill -34, kill -35 and kill -36 respectively PR: ports/183861 [1] PR: ports/184006 [2] PR: ports/169896 [3] PR: ports/184285 [3] PR: ports/184286 [4] Security: dd116b19-64b3-11e3-868f-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'mail/thunderbird-i18n/Makefile.lang')
-rw-r--r--mail/thunderbird-i18n/Makefile.lang43
1 files changed, 40 insertions, 3 deletions
diff --git a/mail/thunderbird-i18n/Makefile.lang b/mail/thunderbird-i18n/Makefile.lang
index ba97b5ed2d55..ca063020a381 100644
--- a/mail/thunderbird-i18n/Makefile.lang
+++ b/mail/thunderbird-i18n/Makefile.lang
@@ -1,8 +1,9 @@
# $FreeBSD$
-THUNDERBIRD_I18N_ALL_= ar br ca cs da de en-GB en-US es-AR es-ES et eu fi fr \
- fy-NL ga-IE gd gl he hu is it ja ko lt nb-NO nl nn-NO \
- pl pt-BR pt-PT rm ru si sk sl sq sv-SE ta-LK tr uk zh-CN zh-TW
+THUNDERBIRD_I18N_ALL_= ar ast be bg bn-BD br ca cs da de el en-GB en-US es-AR \
+ es-ES et eu fi fr fy-NL ga-IE gd gl he hr hu hy-AM id \
+ is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT rm \
+ ro ru si sk sl sq sr sv-SE ta-LK tr uk vi zh-CN zh-TW
.if defined(THUNDERBIRD_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package)
THUNDERBIRD_I18N= ${THUNDERBIRD_I18N_ALL_}
@@ -10,6 +11,18 @@ THUNDERBIRD_I18N= ${THUNDERBIRD_I18N_ALL_}
.if ${PORT_OPTIONS:MLANG_AR}
THUNDERBIRD_I18N+= ar
.endif
+.if ${PORT_OPTIONS:MLANG_AST}
+THUNDERBIRD_I18N+= ast
+.endif
+.if ${PORT_OPTIONS:MLANG_BE}
+THUNDERBIRD_I18N+= be
+.endif
+.if ${PORT_OPTIONS:MLANG_BG}
+THUNDERBIRD_I18N+= bg
+.endif
+.if ${PORT_OPTIONS:MLANG_BB}
+THUNDERBIRD_I18N+= bn-BD
+.endif
.if ${PORT_OPTIONS:MLANG_BR}
THUNDERBIRD_I18N+= br
.endif
@@ -25,6 +38,9 @@ THUNDERBIRD_I18N+= da
.if ${PORT_OPTIONS:MLANG_DE}
THUNDERBIRD_I18N+= de
.endif
+.if ${PORT_OPTIONS:MLANG_EL}
+THUNDERBIRD_I18N+= el
+.endif
.if ${PORT_OPTIONS:MLANG_GB}
THUNDERBIRD_I18N+= en-GB
.endif
@@ -64,9 +80,18 @@ THUNDERBIRD_I18N+= gl
.if ${PORT_OPTIONS:MLANG_HE}
THUNDERBIRD_I18N+= he
.endif
+.if ${PORT_OPTIONS:MLANG_HR}
+THUNDERBIRD_I18N+= hr
+.endif
.if ${PORT_OPTIONS:MLANG_HU}
THUNDERBIRD_I18N+= hu
.endif
+.if ${PORT_OPTIONS:MLANG_AM}
+THUNDERBIRD_I18N+= hy-AM
+.endif
+.if ${PORT_OPTIONS:MLANG_ID}
+THUNDERBIRD_I18N+= id
+.endif
.if ${PORT_OPTIONS:MLANG_IS}
THUNDERBIRD_I18N+= is
.endif
@@ -94,6 +119,9 @@ THUNDERBIRD_I18N+= nl
.if ${PORT_OPTIONS:MLANG_NN}
THUNDERBIRD_I18N+= nn-NO
.endif
+.if ${PORT_OPTIONS:MLANG_PA}
+THUNDERBIRD_I18N+= pa-IN
+.endif
.if ${PORT_OPTIONS:MLANG_PL}
THUNDERBIRD_I18N+= pl
.endif
@@ -106,6 +134,9 @@ THUNDERBIRD_I18N+= pt-PT
.if ${PORT_OPTIONS:MLANG_RM}
THUNDERBIRD_I18N+= rm
.endif
+.if ${PORT_OPTIONS:MLANG_RO}
+THUNDERBIRD_I18N+= ro
+.endif
.if ${PORT_OPTIONS:MLANG_RU}
THUNDERBIRD_I18N+= ru
.endif
@@ -121,6 +152,9 @@ THUNDERBIRD_I18N+= sl
.if ${PORT_OPTIONS:MLANG_SQ}
THUNDERBIRD_I18N+= sq
.endif
+.if ${PORT_OPTIONS:MLANG_SR}
+THUNDERBIRD_I18N+= sr
+.endif
.if ${PORT_OPTIONS:MLANG_SV}
THUNDERBIRD_I18N+= sv-SE
.endif
@@ -133,6 +167,9 @@ THUNDERBIRD_I18N+= tr
.if ${PORT_OPTIONS:MLANG_UK}
THUNDERBIRD_I18N+= uk
.endif
+.if ${PORT_OPTIONS:MLANG_VI}
+THUNDERBIRD_I18N+= vi
+.endif
.if ${PORT_OPTIONS:MLANG_CN}
THUNDERBIRD_I18N+= zh-CN
.endif