about summary refs log tree commit diff
path: root/localedata/locales/sat_IN
Commit message (Collapse)AuthorAgeFilesLines
* localedata: LC_MEASUREMENT: use copy directives everywhereMike Frysinger2016-04-121-2/+1
| | | | | | | | | 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.
* localedata: LC_TIME.date_fmt: delete entries same as the default valueMike Frysinger2016-04-121-5/+0
| | | | | | 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.
* localedata: standardize copyright/license information [BZ #11213]Mike Frysinger2016-03-211-0/+7
| | | | | | | 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
* localedata: standardize first few linesMike Frysinger2016-03-211-2/+3
| | | | Purely a style touchup to make sure the headers all look the same.
* Add lang_name to various locales.Chris Leonard2013-12-261-0/+2
|
* [BZ #16103] LC_MEASUREMENT review and standardizationChris Leonard2013-11-141-2/+3
|
* Adjust language-code fields of LC_ADDRESS.Chris Leonard2013-11-031-1/+4
|
* Add country_car field to LC_ADDRESS.Chris Leonard2013-09-151-1/+10
|
* [BZ #13603, 13604, 13698] Three new localesAndreas Jaeger2012-11-151-0/+184
[BZ #13603] [BZ #13604] [BZ #13698] * locales/doi_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com>. * locales/mni_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Rebika Devi <rebika_srd@rediffmail.com>. * locales/sat_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Thakur Prasad Murmu <tp_murmu@yahoo.com>. * SUPPORTED (SUPPORTED-LOCALES): Add doi_IN, mni_IN, sat_IN.