Skip to content

Commit a3b12ce

Browse files
bug #60694 [Intl] Add missing currency (NOK) localization (en_NO) (llupa)
This PR was merged into the 6.4 branch. Discussion ---------- [Intl] Add missing currency (NOK) localization (en_NO) | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | N/A | License | MIT While doing work for Intl component I noticed that this file was being generated and left unstaged. I am not sure if the last time I bumped ICU I forgot to stage this or not (my IDE hides unstaged files by default) but it is a tiny fix for future ICU updates. Commits ------- 90d9afb1b0f [Intl] Add missing currency (NOK) localization (en_NO)
2 parents 4f77c11 + 48dfca9 commit a3b12ce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Resources/data/currencies/en_NO.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
return [
4+
'Names' => [
5+
'NOK' => [
6+
'kr',
7+
'Norwegian Krone',
8+
],
9+
],
10+
];

0 commit comments

Comments
 (0)