Skip to content

Commit 9086653

Browse files
authored
chore(i18n): Adapted name of North Macedonia
Reported at Transifex Signed-off-by: rakekniven <[email protected]>
1 parent 1a87120 commit 9086653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Db/Mapper/CountryMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ public function getCountries(): array {
168168
'LT' => $this->l->t('Lithuania'),
169169
'LU' => $this->l->t('Luxembourg'),
170170
'MO' => $this->l->t('Macao'),
171-
'MK' => $this->l->t('Macedonia (the former Yugoslav Republic of)'),
172171
'MG' => $this->l->t('Madagascar'),
173172
'MW' => $this->l->t('Malawi'),
174173
'MY' => $this->l->t('Malaysia'),
@@ -201,6 +200,7 @@ public function getCountries(): array {
201200
'NG' => $this->l->t('Nigeria'),
202201
'NU' => $this->l->t('Niue'),
203202
'NF' => $this->l->t('Norfolk Island'),
203+
'MK' => $this->l->t('North Macedonia)'),
204204
'MP' => $this->l->t('Northern Mariana Islands'),
205205
'NO' => $this->l->t('Norway'),
206206
'OM' => $this->l->t('Oman'),

0 commit comments

Comments
 (0)