Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Nov 2018 22:18:08 -0500
From:      Hyun Hwang <hyun@caffeinated.codes>
To:        scootergrisen <scootergrisen@gmail.com>
Cc:        gecko@FreeBSD.org
Subject:   Re: Trying to used danish translations with firefox-i18n and thunderbird-i18n
Message-ID:  <1541387888.2416373.1565576224.496D6355@webmail.messagingengine.com>
In-Reply-To: <f6a14b0f-9a07-1e81-e8fc-be818fad6113@gmail.com>
References:  <f6a14b0f-9a07-1e81-e8fc-be818fad6113@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Sunday, November 4, 2018, 11:56 PM (UTC+0100), scootergrisen <scootergrisen@gmail.com> wrote:
> For some reason the packages says "LANG_DA        : off" whatever what 
> means.

The option `LANG_DA` is off by default, so those binary packages do not have Danish support in them. You better try building ports by yourself so you can ensure the option is enabled:

# cd /usr/ports/www/firefox-i18n
# make config # <------ make sure you select LANG_DA option checked.
# make && make deinstall && make reinstall clean
# cd ../../mail/thunderbird-i18n
# make config # <------ make sure you select LANG_DA option checked.
# make && make deinstall && make reinstall clean

Best,
-- 
Hyun Hwang



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1541387888.2416373.1565576224.496D6355>