File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,19 @@ const localizedStrings: LocalizedStrings = {
69
69
timeSent : " в %1" ,
70
70
consolePlaceholder : "Введите ваше сообщение..."
71
71
} ,
72
+ 'nl-nl' : {
73
+ title : "Chat" ,
74
+ send : "Verstuur" ,
75
+ unknownFile : "[Bestand van het type '%1']" ,
76
+ unknownCard : "[Onbekende kaart '%1']" ,
77
+ receiptTax : "BTW" ,
78
+ receiptTotal : "Totaal" ,
79
+ messageRetry : "opnieuw" ,
80
+ messageFailed : "versturen mislukt" ,
81
+ messageSending : "versturen" ,
82
+ timeSent : " om %1" ,
83
+ consolePlaceholder : "Typ je bericht..."
84
+ } ,
72
85
'lv-lv' : {
73
86
title : "Tērzēšana" ,
74
87
send : "Sūtīt" ,
@@ -110,6 +123,8 @@ export const strings = (locale: string) => {
110
123
locale = 'pl-pl' ;
111
124
else if ( locale . startsWith ( 'ru' ) )
112
125
locale = 'ru-ru' ;
126
+ else if ( locale . startsWith ( 'nl' ) )
127
+ locale = 'nl-nl' ;
113
128
else if ( locale . startsWith ( 'lv' ) )
114
129
locale = 'lv-lv' ;
115
130
else if ( locale . startsWith ( 'pt' ) )
You can’t perform that action at this time.
0 commit comments