From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuCW2-0005u6-1K for qemu-devel@nongnu.org; Mon, 18 May 2015 00:18:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuCVw-0002Yu-Ub for qemu-devel@nongnu.org; Mon, 18 May 2015 00:18:57 -0400 Received: from v220110690675601.yourvserver.net ([37.221.199.173]:60034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuCVw-0002Yk-O2 for qemu-devel@nongnu.org; Mon, 18 May 2015 00:18:52 -0400 Message-ID: <55596828.5060401@weilnetz.de> Date: Mon, 18 May 2015 06:18:48 +0200 From: Stefan Weil MIME-Version: 1.0 References: <708B5630-DDE2-4713-B11A-761D3FB3F3A6@gmail.com> In-Reply-To: <708B5630-DDE2-4713-B11A-761D3FB3F3A6@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Supported Languages List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid , Peter Maydell Cc: qemu-devel qemu-devel Am 18.05.2015 um 00:19 schrieb Programmingkid: > Do we only support user interfaces in the english language, or are multiple languages supported? Good question. Currently only the GTK user interface supports other languages, see 'po' directory with 6 translations. I think that in the long run, other user interfaces like cocoa, VNC, maybe other GUIs (?), the command line interface (help texts) and the QEMU monitor should also get localisations. Stefan