aboutsummaryrefslogtreecommitdiff
path: root/localedata/locales/ku_TR
AgeCommit message (Collapse)Author
2016-04-15localedata: LC_IDENTIFICATION.category: set to ISO 30112 2014 standardMike Frysinger
The ISO 30112 standard defines the valid values for the category keyword as only a few options: posix:1993 i18n:2004 i18n:2012 The vast majority of locales had changed the "i18n" string to the name of its own locale (e.g. "ak_GH:2013") as well as tweaking the date (presumably thinking it should be the date of submission). Convert all of them to "i18n:2012" for consistency. A follow up change will update localedef to actually check/validate the field.
2016-04-12localedata: LC_MEASUREMENT: use copy directives everywhereMike Frysinger
There are only two measurement systems that locales use: US and metric. For the former, move to copying the en_US locale, while for the latter, move to copying the i18n locale. This lets us clean up all the stray comments like FIXME. There should be no functional differences here.
2016-03-21localedata: standardize copyright/license information [BZ #11213]Mike Frysinger
Use the language from the FSF in all locale files to disclaim any license/copyright on locale data. See https://sourceware.org/ml/libc-locales/2013-q1/msg00048.html
2016-03-21localedata: standardize first few linesMike Frysinger
Purely a style touchup to make sure the headers all look the same.
2016-02-08localedata: convert all files to utf-8Mike Frysinger
The comments were using various encodings like ISO-8859-1. Convert them all over to UTF-8.
2013-11-14[BZ #16103] LC_MEASUREMENT review and standardizationChris Leonard
2013-10-24Adjust language-code fields of LC_ADDRESS.Chris Leonard
2013-09-04Add country_car field to LC_ADDRESScjl
2008-10-31[BZ #6867]Ulrich Drepper
* sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
2005-10-14[BZ #1468]Ulrich Drepper
* sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Fix values for oFPREGS, oSIGMASK, oFPREGSMEM, and oMXCSR. Patch by Nicholas Miell <nmiell@comcast.net>.
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek