mirror of git://sourceware.org/git/glibc.git
localedata: Convert day names in nn_NO locale to UTF-8
This commit is contained in:
parent
ff25f355af
commit
958478889c
|
|
@ -81,14 +81,14 @@ LC_TIME
|
||||||
% for IBM Class for Unicode/Java
|
% for IBM Class for Unicode/Java
|
||||||
%
|
%
|
||||||
% Abbreviated weekday names (%a)
|
% Abbreviated weekday names (%a)
|
||||||
abday "su.";"m<U00E5>.";/
|
abday "su.";"må.";/
|
||||||
"ty.";"on.";/
|
"ty.";"on.";/
|
||||||
"to.";"fr.";/
|
"to.";"fr.";/
|
||||||
"la."
|
"la."
|
||||||
%
|
%
|
||||||
% Full weekday names (%A)
|
% Full weekday names (%A)
|
||||||
day "sundag";/
|
day "sundag";/
|
||||||
"m<U00E5>ndag";/
|
"måndag";/
|
||||||
"tysdag";/
|
"tysdag";/
|
||||||
"onsdag";/
|
"onsdag";/
|
||||||
"torsdag";/
|
"torsdag";/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue