File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
frontend/composables/use-locales Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export const LOCALES = [
3333 {
3434 name : "Svenska (Swedish)" ,
3535 value : "sv-SE" ,
36- progress : 67 ,
36+ progress : 68 ,
3737 dir : "ltr" ,
3838 } ,
3939 {
@@ -69,7 +69,7 @@ export const LOCALES = [
6969 {
7070 name : "Português (Portuguese)" ,
7171 value : "pt-PT" ,
72- progress : 39 ,
72+ progress : 40 ,
7373 dir : "ltr" ,
7474 } ,
7575 {
@@ -87,7 +87,7 @@ export const LOCALES = [
8787 {
8888 name : "Norsk (Norwegian)" ,
8989 value : "no-NO" ,
90- progress : 42 ,
90+ progress : 43 ,
9191 dir : "ltr" ,
9292 } ,
9393 {
@@ -123,7 +123,7 @@ export const LOCALES = [
123123 {
124124 name : "Italiano (Italian)" ,
125125 value : "it-IT" ,
126- progress : 51 ,
126+ progress : 52 ,
127127 dir : "ltr" ,
128128 } ,
129129 {
@@ -159,7 +159,7 @@ export const LOCALES = [
159159 {
160160 name : "Français (French)" ,
161161 value : "fr-FR" ,
162- progress : 71 ,
162+ progress : 74 ,
163163 dir : "ltr" ,
164164 } ,
165165 {
@@ -213,19 +213,19 @@ export const LOCALES = [
213213 {
214214 name : "Deutsch (German)" ,
215215 value : "de-DE" ,
216- progress : 97 ,
216+ progress : 98 ,
217217 dir : "ltr" ,
218218 } ,
219219 {
220220 name : "Dansk (Danish)" ,
221221 value : "da-DK" ,
222- progress : 61 ,
222+ progress : 66 ,
223223 dir : "ltr" ,
224224 } ,
225225 {
226226 name : "Čeština (Czech)" ,
227227 value : "cs-CZ" ,
228- progress : 44 ,
228+ progress : 45 ,
229229 dir : "ltr" ,
230230 } ,
231231 {
You can’t perform that action at this time.
0 commit comments