From owner-freebsd-ports@FreeBSD.ORG Sun Jun 6 09:36:20 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 556A2106566C for ; Sun, 6 Jun 2010 09:36:20 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id DC2968FC1E for ; Sun, 6 Jun 2010 09:36:19 +0000 (UTC) Received: by bwz2 with SMTP id 2so1133637bwz.13 for ; Sun, 06 Jun 2010 02:36:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=5xRxagwe/rUq4aLPioxyVU1oFjxkBfYYNU6kOocHHWE=; b=WAyDEbau9XC6eZNNzg/CWb5vWNCNauOdXfkRB3WatoPISKdiHOHPproqBcTXVgKxBV BjGHatRc0h7L6VHoZXupDljKo+xS52AasMFqdzlkPZaTdAcqYTtRxtgl7kQeDTI0UJ95 jdIGumhzWP1qngbZgNVsWtYeTrPgnfFZ2gStg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=b6i+mhInag/iZiN4EU4DZA8tdWS7yvlAAD/vkp6smxYGEOmK+TB9Qu9lpVQjdoDMyq PmHCNaUN5lPQPyGKsKr9Uw0VDhIse/XGirKXoAgyGwvuGA8wniHsYxxISjgkHjnJexIV PC8sunIQBuoI6MrTA3ttejAoS/5KRozD5f4+8= MIME-Version: 1.0 Received: by 10.204.83.204 with SMTP id g12mr5617702bkl.25.1275816978260; Sun, 06 Jun 2010 02:36:18 -0700 (PDT) Received: by 10.204.123.202 with HTTP; Sun, 6 Jun 2010 02:36:18 -0700 (PDT) Date: Sun, 6 Jun 2010 11:36:18 +0200 Message-ID: From: David DEMELIER To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: games/wesnoth not localized ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2010 09:36:20 -0000 Hi, I can't change the language in Wesnoth. They are shown but you can't click on (they are not-clickable). The messages files are installed : pkg_info -L wesnoth\* [...] /usr/local/share/locale/zh_TW/LC_MESSAGES/wesnoth-l.mo /usr/local/share/locale/zh_TW/LC_MESSAGES/wesnoth-lib.mo /usr/local/share/locale/zh_TW/LC_MESSAGES/wesnoth-low.mo [...] And the NLS option is defined : markand@Melon /usr/ports/games/wesnoth $ make showconfig ===> The following configuration options are available for wesnoth-1.6.5_4: CAMPAIGN=on "Enable campaign server" EDITOR=on "Enable map editor" FRIBIDI=on "Enable bidirectional support" NLS=on "Enable localization" SERVER=on "Enable server" TOOLS=on "Enable extra tools for artists and translators" ===> Use 'make config' to modify these settings Could it be a internal wesnoth problem ? King regards. -- Demelier David