From owner-freebsd-ports@FreeBSD.ORG Tue Jul 6 15:08:24 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 14808106564A for ; Tue, 6 Jul 2010 15:08:24 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 954E18FC0A for ; Tue, 6 Jul 2010 15:08:23 +0000 (UTC) Received: by fxm13 with SMTP id 13so5286660fxm.13 for ; Tue, 06 Jul 2010 08:08:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=RiU7hLQdDKIx57GN//fK0gsZf9CqhkCdsyY/gDDnZ9A=; b=dzaxX3oP8Lbr7J+Izi/yKaG5+0nEhHgdNTs2ZdQgLGYvexrK2msH9PqNxLB+DOOSDZ eyxgNL0pbx1wX7JTdxL8V/50C3aLA5B3LeP6/wPUy4OeUQw6TnQqRJS0IBZKFPjJTper xm51Q1vCmeSr7T8FGvuRZEw8U+RR55/rqpIM0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=iWcP+vj61e0DEQdVjIlIkyyEIgsqTRCnBh42ZVEmxEBjeq6bV9QBFzY5+BykuJSkqc ObhyJqLBp6ou2u9WCrWAnPNlsveaSuTJIrlsdCCOZ6KyDC6W9GZ2WXQlGMNe+YAAJZvD qrBm2H0MZZCdAwkFYBOFlnJfP8fIqvyXoAuSo= Received: by 10.86.91.20 with SMTP id o20mr141571fgb.14.1278418926860; Tue, 06 Jul 2010 05:22:06 -0700 (PDT) Received: from localhost ([85.17.254.135]) by mx.google.com with ESMTPS id z11sm7398530fam.26.2010.07.06.05.22.04 (version=SSLv3 cipher=RC4-MD5); Tue, 06 Jul 2010 05:22:06 -0700 (PDT) From: Anonymous To: David DEMELIER References: Date: Tue, 06 Jul 2010 16:22:00 +0400 In-Reply-To: (David DEMELIER's message of "Sun, 6 Jun 2010 11:36:18 +0200") Message-ID: <861vbgvlzr.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@freebsd.org Subject: Re: 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: Tue, 06 Jul 2010 15:08:24 -0000 David DEMELIER writes: > 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 > [...] > Try using LC_MESSAGES, e.g. $ LC_MESSAGES=zh_TW.UTF-8 wesnoth I tested on wesnoth-1.8.3 and it shows game menu in CJK characters. Selecting from menu works with only a few languages though, e.g. Srpski (all four variations) works but Zhongwen does not. > 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.