mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 21:17:20 +00:00
* locale_gen: search for available locales in /usr/local as well * better var name * add test for /usr/local * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * skip /usr/local/ for Archlinux * improve/update documentation * add license file for the custom locale * add changelog frag * Update plugins/modules/locale_gen.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update changelogs/fragments/11046-locale-gen-usrlocal.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
120 lines
2.1 KiB
Text
120 lines
2.1 KiB
Text
comment_char %
|
|
escape_char /
|
|
|
|
% This file is part of the GNU C Library and contains locale data.
|
|
% The Free Software Foundation does not claim any copyright interest
|
|
% in the locale data contained in this file. The foregoing does not
|
|
% affect the license of the GNU C Library as a whole. It does not
|
|
% exempt you from the conditions of the license if your use would
|
|
% otherwise be governed by that license.
|
|
|
|
LC_IDENTIFICATION
|
|
title "English locale for the USA with ISO formats"
|
|
language "American English"
|
|
|
|
category "i18n:2012";LC_IDENTIFICATION
|
|
category "i18n:2012";LC_CTYPE
|
|
category "i18n:2012";LC_COLLATE
|
|
category "i18n:2012";LC_TIME
|
|
category "i18n:2012";LC_NUMERIC
|
|
category "i18n:2012";LC_MONETARY
|
|
category "i18n:2012";LC_MESSAGES
|
|
category "i18n:2012";LC_PAPER
|
|
category "i18n:2012";LC_NAME
|
|
category "i18n:2012";LC_ADDRESS
|
|
category "i18n:2012";LC_TELEPHONE
|
|
category "i18n:2012";LC_MEASUREMENT
|
|
END LC_IDENTIFICATION
|
|
|
|
LC_TIME
|
|
day "Sunday";/
|
|
"Monday";/
|
|
"Tuesday";/
|
|
"Wednesday";/
|
|
"Thursday";/
|
|
"Friday";/
|
|
"Saturday"
|
|
abday "Sun";/
|
|
"Mon";/
|
|
"Tue";/
|
|
"Wed";/
|
|
"Thu";/
|
|
"Fri";/
|
|
"Sat"
|
|
|
|
mon "January";/
|
|
"February";/
|
|
"March";/
|
|
"April";/
|
|
"May";/
|
|
"June";/
|
|
"July";/
|
|
"August";/
|
|
"September";/
|
|
"October";/
|
|
"November";/
|
|
"December"
|
|
abmon "Jan";/
|
|
"Feb";/
|
|
"Mar";/
|
|
"Apr";/
|
|
"May";/
|
|
"Jun";/
|
|
"Jul";/
|
|
"Aug";/
|
|
"Sep";/
|
|
"Oct";/
|
|
"Nov";/
|
|
"Dec"
|
|
|
|
date_fmt "%a %d %b %Y %T %Z"
|
|
d_t_fmt "%a %d %b %Y %T"
|
|
d_fmt "%Y-%m-%d"
|
|
t_fmt "%T"
|
|
t_fmt_ampm ""
|
|
am_pm "";""
|
|
week 7;19971130;4
|
|
first_weekday 2
|
|
END LC_TIME
|
|
|
|
LC_CTYPE
|
|
copy "en_US"
|
|
END LC_CTYPE
|
|
|
|
LC_COLLATE
|
|
copy "en_US"
|
|
END LC_COLLATE
|
|
|
|
LC_MONETARY
|
|
copy "en_US"
|
|
END LC_MONETARY
|
|
|
|
LC_NUMERIC
|
|
decimal_point "."
|
|
thousands_sep ","
|
|
grouping 3;3
|
|
END LC_NUMERIC
|
|
|
|
LC_MESSAGES
|
|
copy "en_US"
|
|
END LC_MESSAGES
|
|
|
|
LC_PAPER
|
|
copy "i18n"
|
|
END LC_PAPER
|
|
|
|
LC_TELEPHONE
|
|
copy "en_US"
|
|
END LC_TELEPHONE
|
|
|
|
LC_MEASUREMENT
|
|
copy "i18n"
|
|
END LC_MEASUREMENT
|
|
|
|
LC_NAME
|
|
copy "en_US"
|
|
END LC_NAME
|
|
|
|
LC_ADDRESS
|
|
copy "en_US"
|
|
END LC_ADDRESS
|