aboutsummaryrefslogtreecommitdiff
path: root/localedata/locales/wo_SN
AgeCommit message (Collapse)Author
2016-04-15localedata: CLDRv29: update LC_ADDRESS.country_num valuesMike Frysinger
This updates a few locales based on CLDR v29 data. Add missing fields: as_IN: changing to 356 dv_MV: changing to 462 kk_KZ: changing to 398 my_MM: changing to 104 rw_RW: changing to 646 tt_RU: changing to 643 Update ones that are wrong: dz_BT: changing BHU to 064 en_PH: changing 360 to 608 km_KH: changing 418 to 116 ky_KG: changing 643 to 417 tr_CY: changing 792 to 196 wo_SN: changing 450 to 686 As a result of fixing these, I had to update country_ab[23]: dz_BT: changing BHU to BTN en_PH: changing ID/IDN to PH/PHL km_KH: changing LA/LAO to KH/KHM ky_KG: changing KY/KYR to KG/KGZ tr_CY: changing TR/TUR to CY/CYP wo_SN: changing MG/MDG to SN/SEN Pad with leading zeros to match the standard and other locales: ber_DZ: changing 12 to 012 ca_AD: changing 20 to 020 en_AG: changing 28 to 028 hy_AM: changing 51 to 051 li_BE: changing 56 to 056 wa_BE: changing 56 to 056 I hand checked the first two sets against ISO 3166-1 directly.
2016-04-15localedata: LC_PAPER: use copy directives everywhereMike Frysinger
There are only two page sizes that locales use: US-Letter and A4. 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-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-04-12localedata: LC_TIME.date_fmt: delete entries same as the default valueMike Frysinger
There's no real value in populating this field when it's the same as the default POSIX setting, so drop it from most locales so it's clear what's going on.
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-18locledata: trim trailing blank lines/commentsMike Frysinger
No functional changes, just trying to standardize the format a bit.
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-11-03Adjust 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.
2007-08-22[BZ #4566]Ulrich Drepper
* string/strtok.c: Fix typo in comment.