-
-
Save ashwinvis/65b44e934ef6395f12a3b1a9328e718b to your computer and use it in GitHub Desktop.
en_SE locale
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
escape_char / | |
comment_char % | |
% This file was generated by taking the LC_TIME section from en_US and | |
% replacing date/time representation with that of sv_SE from the glibc | |
% locale sources | |
% (http://sourceware.org/git/?p=glibc.git;a=tree;f=localedata/locales;hb=HEAD) | |
% (https://www.gnu.org/software/libc/manual/html_node/Formatting-Calendar-Time.html) | |
% 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. | |
% Locale for English locale in the USA | |
% Contributed by Ulrich Drepper <[email protected]>, 2000 | |
LC_IDENTIFICATION | |
title "English locale for Sweden" | |
source "Free Software Foundation, Inc." | |
address "http:////www.gnu.org//software//libc//" | |
contact "" | |
email "[email protected]" | |
tel "" | |
fax "" | |
language "English" | |
territory "Sweden" | |
revision "0.1" | |
date "2018-12-10" | |
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_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 | |
copy "en_US" | |
END LC_NUMERIC | |
LC_TIME | |
abday "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat" | |
day "Sunday";/ | |
"Monday";/ | |
"Tuesday";/ | |
"Wednesday";/ | |
"Thursday";/ | |
"Friday";/ | |
"Saturday" | |
week 7;19971130;1 | |
abmon "Jan";"Feb";/ | |
"Mar";"Apr";/ | |
"May";"Jun";/ | |
"Jul";"Aug";/ | |
"Sep";"Oct";/ | |
"Nov";"Dec" | |
mon "January";/ | |
"February";/ | |
"March";/ | |
"April";/ | |
"May";/ | |
"June";/ | |
"July";/ | |
"August";/ | |
"September";/ | |
"October";/ | |
"November";/ | |
"December" | |
% Appropriate date and time representation (%c) | |
d_t_fmt "%a %d %b %Y %H:%M:%S" | |
% | |
% Appropriate date representation (%x) | |
d_fmt "%Y-%m-%d" | |
% | |
% Appropriate time representation (%X) | |
t_fmt "%H:%M:%S" | |
% | |
% Appropriate AM/PM time representation (%r) | |
t_fmt_ampm "" | |
% | |
% Strings for AM/PM | |
% | |
am_pm "";"" | |
END LC_TIME | |
LC_MESSAGES | |
copy "en_US" | |
END LC_MESSAGES | |
LC_PAPER | |
copy "sv_SE" | |
END LC_PAPER | |
LC_TELEPHONE | |
copy "sv_SE" | |
END LC_TELEPHONE | |
LC_MEASUREMENT | |
copy "en_US" | |
END LC_MEASUREMENT | |
LC_NAME | |
copy "en_US" | |
END LC_NAME | |
LC_ADDRESS | |
copy "en_US" | |
END LC_ADDRESS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -v | |
sudo wget https://gist.githubusercontent.com/bmaupin/d64368e78cd359d309685fecbe2baf23/raw/2a1f237c05d5450f2019b1f274f71063976fd4f0/en_SE -O /usr/share/i18n/locales/en_SE | |
sudo localedef -i en_SE -f UTF-8 en_SE.UTF-8 | |
sudo sh -c "echo 'en_SE.UTF-8 UTF-8' > /var/lib/locales/supported.d/local" | |
sudo locale-gen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment