From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7198 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: libintl: stubs or working functions? Date: Mon, 16 Mar 2015 14:35:11 +0100 Message-ID: <20150316133509.GY16260@port70.net> References: <20150305163649.05a14b30@sibserver.ru> <20150306222415.GR23507@brightrain.aerifal.cx> <20150308162249.163d5212@r2lynx> <20150309005636.GY23507@brightrain.aerifal.cx> <20150315193339.3b36e135@r2lynx> <20150315235418.GU23507@brightrain.aerifal.cx> <20150316111846.5ce6a90e@r2lynx> <20150316130458.GX16260@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1426512930 11047 80.91.229.3 (16 Mar 2015 13:35:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Mar 2015 13:35:30 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7211-gllmg-musl=m.gmane.org@lists.openwall.com Mon Mar 16 14:35:30 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YXVB1-0001GR-SS for gllmg-musl@m.gmane.org; Mon, 16 Mar 2015 14:35:28 +0100 Original-Received: (qmail 7812 invoked by uid 550); 16 Mar 2015 13:35:23 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 7794 invoked from network); 16 Mar 2015 13:35:23 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20150316130458.GX16260@port70.net> User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:7198 Archived-At: * Szabolcs Nagy [2015-03-16 14:04:59 +0100]: > i think you will have to provide translatation for > the c_time string in langinfo.c: > > http://git.musl-libc.org/cgit/musl/tree/src/locale/langinfo.c > sorry LCTRANS is called on the individual string fragments there, not on the entire c_time. so translating "%m/%d/%y" should work.