mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
localedata: Remove trailing whitespace in weekday names in nn_NO locale
Resolves: BZ # 25868
This commit is contained in:
parent
4369019520
commit
ff25f355af
1 changed files with 7 additions and 7 deletions
|
@ -87,13 +87,13 @@ abday "su.";"m<U00E5>.";/
|
||||||
"la."
|
"la."
|
||||||
%
|
%
|
||||||
% Full weekday names (%A)
|
% Full weekday names (%A)
|
||||||
day "sundag ";/
|
day "sundag";/
|
||||||
"m<U00E5>ndag ";/
|
"m<U00E5>ndag";/
|
||||||
"tysdag ";/
|
"tysdag";/
|
||||||
"onsdag ";/
|
"onsdag";/
|
||||||
"torsdag ";/
|
"torsdag";/
|
||||||
"fredag ";/
|
"fredag";/
|
||||||
"laurdag "
|
"laurdag"
|
||||||
%
|
%
|
||||||
% Abbreviated month names (%b)
|
% Abbreviated month names (%b)
|
||||||
abmon "jan.";"feb.";/
|
abmon "jan.";"feb.";/
|
||||||
|
|
Loading…
Add table
Reference in a new issue