File tree 9 files changed +492
-0
lines changed
9 files changed +492
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export type LocaleId =
32
32
| "hu"
33
33
| "it"
34
34
| "ja"
35
+ | "ne"
35
36
| "nl"
36
37
| "pl"
37
38
| "pt-br"
@@ -56,6 +57,7 @@ export const allLocales: readonly LocaleId[] = [
56
57
"hu" ,
57
58
"it" ,
58
59
"ja" ,
60
+ "ne" ,
59
61
"nl" ,
60
62
"pl" ,
61
63
"pt-br" ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export async function loadMessages(locale: LocaleId): Promise<Messages> {
17
17
case "hu" : return ( await import ( /* webpackChunkName: "messages-hu" */ "./messages/hu.json" ) ) . default ;
18
18
case "it" : return ( await import ( /* webpackChunkName: "messages-it" */ "./messages/it.json" ) ) . default ;
19
19
case "ja" : return ( await import ( /* webpackChunkName: "messages-ja" */ "./messages/ja.json" ) ) . default ;
20
+ case "ne" : return ( await import ( /* webpackChunkName: "messages-ne" */ "./messages/ne.json" ) ) . default ;
20
21
case "nl" : return ( await import ( /* webpackChunkName: "messages-nl" */ "./messages/nl.json" ) ) . default ;
21
22
case "pl" : return ( await import ( /* webpackChunkName: "messages-pl" */ "./messages/pl.json" ) ) . default ;
22
23
case "pt-br" : return ( await import ( /* webpackChunkName: "messages-pt-br" */ "./messages/pt-br.json" ) ) . default ;
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -1005,6 +1005,26 @@ Generated by [AVA](https://avajs.dev).
1005
1005
type: 'a',
1006
1006
},
1007
1007
' ',
1008
+ {
1009
+ children: [
1010
+ 'ne',
1011
+ ],
1012
+ props: {
1013
+ className: 'link localeLink',
1014
+ download: undefined,
1015
+ href: '/ne/index',
1016
+ id: undefined,
1017
+ onClick: undefined,
1018
+ onMouseDown: undefined,
1019
+ onMouseEnter: undefined,
1020
+ onMouseLeave: undefined,
1021
+ onMouseUp: undefined,
1022
+ target: undefined,
1023
+ title: 'नेपाली',
1024
+ },
1025
+ type: 'a',
1026
+ },
1027
+ ' ',
1008
1028
{
1009
1029
children: [
1010
1030
'nl',
Original file line number Diff line number Diff line change @@ -172,6 +172,15 @@ Generated by [AVA](https://avajs.dev).
172
172
},
173
173
type: 'link',
174
174
},
175
+ {
176
+ children: null,
177
+ props: {
178
+ href: 'https://www.keybr.com/ne/path',
179
+ hrefLang: 'ne',
180
+ rel: 'alternate',
181
+ },
182
+ type: 'link',
183
+ },
175
184
{
176
185
children: null,
177
186
props: {
@@ -1440,6 +1449,26 @@ Generated by [AVA](https://avajs.dev).
1440
1449
type: 'a',
1441
1450
},
1442
1451
' ',
1452
+ {
1453
+ children: [
1454
+ 'ne',
1455
+ ],
1456
+ props: {
1457
+ className: 'link localeLink',
1458
+ download: undefined,
1459
+ href: '/ne/path',
1460
+ id: undefined,
1461
+ onClick: undefined,
1462
+ onMouseDown: undefined,
1463
+ onMouseEnter: undefined,
1464
+ onMouseLeave: undefined,
1465
+ onMouseUp: undefined,
1466
+ target: undefined,
1467
+ title: 'नेपाली',
1468
+ },
1469
+ type: 'a',
1470
+ },
1471
+ ' ',
1443
1472
{
1444
1473
children: [
1445
1474
'nl',
@@ -1985,6 +2014,15 @@ Generated by [AVA](https://avajs.dev).
1985
2014
},
1986
2015
type: 'link',
1987
2016
},
2017
+ {
2018
+ children: null,
2019
+ props: {
2020
+ href: 'https://www.keybr.com/ne/path',
2021
+ hrefLang: 'ne',
2022
+ rel: 'alternate',
2023
+ },
2024
+ type: 'link',
2025
+ },
1988
2026
{
1989
2027
children: null,
1990
2028
props: {
@@ -3231,6 +3269,26 @@ Generated by [AVA](https://avajs.dev).
3231
3269
type: 'a',
3232
3270
},
3233
3271
' ',
3272
+ {
3273
+ children: [
3274
+ 'ne',
3275
+ ],
3276
+ props: {
3277
+ className: 'link localeLink',
3278
+ download: undefined,
3279
+ href: '/ne/path',
3280
+ id: undefined,
3281
+ onClick: undefined,
3282
+ onMouseDown: undefined,
3283
+ onMouseEnter: undefined,
3284
+ onMouseLeave: undefined,
3285
+ onMouseUp: undefined,
3286
+ target: undefined,
3287
+ title: 'नेपाली',
3288
+ },
3289
+ type: 'a',
3290
+ },
3291
+ ' ',
3234
3292
{
3235
3293
children: [
3236
3294
'nl',
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ const allLocales = [
22
22
"hu" ,
23
23
"it" ,
24
24
"ja" ,
25
+ "ne" ,
25
26
"nl" ,
26
27
"pl" ,
27
28
"pt-br" ,
You can’t perform that action at this time.
0 commit comments