Skip to content

Commit 2656f52

Browse files
committed
fix: l10n
1 parent 17cb960 commit 2656f52

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.all-contributorsrc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030
"avatar_url": "https://avatars.githubusercontent.com/u/13505298?v=4",
3131
"profile": "http://salamaashoush.com",
3232
"contributions": [
33-
"plugin"
34-
]
35-
},
33+
"plugin"
34+
]
35+
},
36+
{
3637
"login": "daniel-werner",
3738
"name": "Daniel Werner",
3839
"avatar_url": "https://avatars.githubusercontent.com/u/38726367?v=4",

l10n/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import deDE from './de_DE';
1313
import ptBR from './pt_BR';
1414
import faIR from './fa_IR';
1515
import nbNO from './nb_NO';
16-
import msMY from './ms_MY';
16+
import uaUA from './ua_UA';
1717

1818
export {
1919
esES,
@@ -31,5 +31,5 @@ export {
3131
ptBR,
3232
faIR,
3333
nbNO,
34-
msMY
34+
uaUA
3535
};

0 commit comments

Comments
 (0)