From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IdXK1-0003JU-EG for garchives@archives.gentoo.org; Thu, 04 Oct 2007 20:29:25 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l94KK3B8027070; Thu, 4 Oct 2007 20:20:03 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l94KK3pU027062 for ; Thu, 4 Oct 2007 20:20:03 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 75CC56522F for ; Thu, 4 Oct 2007 20:20:02 +0000 (UTC) Received: from neysx by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IdXAt-0007mb-Nz for gentoo-doc-cvs@lists.gentoo.org; Thu, 04 Oct 2007 20:19:59 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: guide-localization.xml Message-Id: From: Xavier Neys Date: Thu, 04 Oct 2007 20:19:59 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: ce827dda-8c9a-44d9-b592-63eaec4d18a0 X-Archives-Hash: 6edcfb95afa181bb073380154856c942 neysx 07/10/04 20:19:59 Modified: guide-localization.xml Log: Mention variants as suggest on the -doc ML Revision Changes Path 1.48 xml/htdocs/doc/en/guide-localization.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.48&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.47&r2=1.48 Index: guide-localization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- guide-localization.xml 8 Jul 2007 01:42:20 -0000 1.47 +++ guide-localization.xml 4 Oct 2007 20:19:59 -0000 1.48 @@ -1,5 +1,5 @@ - + @@ -29,8 +29,8 @@ the German doc. Includes configuration for use of the euro currency symbol. -1.35 -2007-07-07 +1.36 +2007-10-04 Time zone @@ -104,13 +104,15 @@

-A Locale is a set of information that most programs use for determining -country and language specific settings. The locales and their data -are part of the system library and can be found -at /usr/share/locale on most systems. A locale name is generally -named ab_CD where ab is your two (or three) letter -language code (as specified in ISO-639) and CD is your two letter country -code (as specified in ISO-3166). +A Locale is a set of information that most programs use for determining country +and language specific settings. The locales and their data are part of the +system library and can be found at /usr/share/locale on most +systems. A locale name is generally named ab_CD where ab is your +two (or three) letter language code (as specified in ISO-639) and CD is +your two letter country code (as specified in ISO-3166). Variants are often +appended to locale names, e.g. en_GB.utf8 or de_DE@euro. Please +explore Wikipedia to read +more about locales and related articles.

-- gentoo-doc-cvs@gentoo.org mailing list