Date: Wed, 12 Feb 2014 18:01:00 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1494 - trunk/www/linux-tor-browser Message-ID: <201402121801.s1CI10ZB031009@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Feb 12 18:01:00 2014
New Revision: 1494
Log:
rename i18n to l10n, translation is part of localization
Modified:
trunk/www/linux-tor-browser/Makefile
trunk/www/linux-tor-browser/pkg-plist
Modified: trunk/www/linux-tor-browser/Makefile
==============================================================================
--- trunk/www/linux-tor-browser/Makefile Tue Feb 11 21:28:32 2014 (r1493)
+++ trunk/www/linux-tor-browser/Makefile Wed Feb 12 18:01:00 2014 (r1494)
@@ -85,11 +85,13 @@
LOCALE= ${${PORT_OPTIONS:MLANG_*}}
OPTIONS_DEFAULT=LANG_US
-OPTIONS_SINGLE= I18N
+OPTIONS_SINGLE= L10N
+
+L10N_DESC?= Localization
.MAKE.FreeBSD_UL= yes
.for l in ${ALL_LOCALES}
-OPTIONS_SINGLE_I18N+=LANG_${l:U:C/.*-//}
+OPTIONS_SINGLE_L10N+=LANG_${l:U:C/.*-//}
LANG_${l:U:C/.*-//}= ${l}
. if defined(PACKAGE_BUILDING)
DISTFILES+= ${DISTNAME:S/${LOCALE}/${l}/}${EXTRACT_SUFX}
@@ -99,9 +101,9 @@
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLANG_US}
-PLIST_SUB+= I18N="@comment "
+PLIST_SUB+= L10N="@comment "
.else
-PLIST_SUB+= I18N="" LOCALE="${LOCALE}"
+PLIST_SUB+= L10N="" LOCALE="${LOCALE}"
.endif
post-extract:
Modified: trunk/www/linux-tor-browser/pkg-plist
==============================================================================
--- trunk/www/linux-tor-browser/pkg-plist Tue Feb 11 21:28:32 2014 (r1493)
+++ trunk/www/linux-tor-browser/pkg-plist Wed Feb 12 18:01:00 2014 (r1494)
@@ -214,7 +214,7 @@
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/https-everywhere@eff.org/components/ssl-observatory.js
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/https-everywhere@eff.org/defaults/preferences/preferences.js
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/https-everywhere@eff.org/install.rdf
-%%I18N%%lib/linux-tor-browser/Skel/Browser/profile.default/extensions/langpack-%%LOCALE%%@firefox.mozilla.org.xpi
+%%L10N%%lib/linux-tor-browser/Skel/Browser/profile.default/extensions/langpack-%%LOCALE%%@firefox.mozilla.org.xpi
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/tor-launcher@torproject.org.xpi
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/torbutton@torproject.org.xpi
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121801.s1CI10ZB031009>
