diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-15 20:57:02 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-15 20:57:02 -0300 |
commit | dbe6bc5ae26f4613b5053946ccda003af1452153 (patch) | |
tree | 9525c0cbd7d775a0495742540ac105a81f82a2cc /libre/icedove-l10n | |
parent | 29bfd034483ed88cf59b4723c667a3084c987fd9 (diff) | |
download | abslibre-dbe6bc5ae26f4613b5053946ccda003af1452153.tar.gz abslibre-dbe6bc5ae26f4613b5053946ccda003af1452153.tar.bz2 abslibre-dbe6bc5ae26f4613b5053946ccda003af1452153.zip |
libre/icedove-l10n: add region.properties to languages
Diffstat (limited to 'libre/icedove-l10n')
-rw-r--r-- | libre/icedove-l10n/PKGBUILD | 3 | ||||
-rw-r--r-- | libre/icedove-l10n/region.properties | 27 |
2 files changed, 29 insertions, 1 deletions
diff --git a/libre/icedove-l10n/PKGBUILD b/libre/icedove-l10n/PKGBUILD index 50a0f1a69..da1645f4d 100644 --- a/libre/icedove-l10n/PKGBUILD +++ b/libre/icedove-l10n/PKGBUILD @@ -73,7 +73,7 @@ _languages=( ) pkgname=() -source=('brand.dtd' 'brand.properties') +source=('brand.dtd' 'brand.properties' 'region.properties') _url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$_pkgver/linux-i686/xpi for _lang in "${_languages[@]}"; do @@ -100,6 +100,7 @@ _package() { rm -v icedove-l10n-$_pkgver-$1.xpi install -vDm644 $srcdir/brand.dtd $1/chrome/$1/locale/$1/branding install -vDm644 $srcdir/brand.properties $1/chrome/$1/locale/$1/branding + install -vDm644 $srcdir/region.properties $1/chrome/$1/locale/$1/messenger-region rm -rv $1/chrome/{.mkdir.done,$1/locale/$1/global-platform/{mac,win}} sed -i -e 's/thunderbird/icedove/' $1/install.rdf cd $1 diff --git a/libre/icedove-l10n/region.properties b/libre/icedove-l10n/region.properties new file mode 100644 index 000000000..86f2aac57 --- /dev/null +++ b/libre/icedove-l10n/region.properties @@ -0,0 +1,27 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Default search engine +browser.search.defaultenginename=DuckDuckGo HTML + +# Search engine order (order displayed in the search bar dropdown)s +browser.search.order.1=DuckDuckGo HTML +browser.search.order.2=DuckDuckGo Lite +browser.search.order.3=searx + +# To make mapit buttons to disappear in the addressbook, specify empty string. For example: +# mail.addr_book.mapit_url.format= +# The format for "mail.addr_book.mapit_url.format" is: +# @A1 == address, part 1 +# @A2 == address, part 2 +# @CI == city +# @ST == state +# @ZI == zip code +# @CO == country +mail.addr_book.mapit_url.format=http://maps.google.com/maps?q=@A1%20@A2%20@CI%20@ST%20@ZI%20@CO +mailnews.messageid_browser.url=http://groups.google.com/search?as_umsgid=%mid + +# Recognize non-standard versions of "Re:" in subjects from localized versions of MS Outlook et al. +# Specify a comma-separated list without spaces. For example: mailnews.localizedRe=AW,SV +mailnews.localizedRe= |