Commit 7a660c38 authored by BBeretta's avatar BBeretta

fix: match translation prettier

parent c73c5fd3
Pipeline #27157 passed with stages
in 12 minutes and 21 seconds
......@@ -28,37 +28,37 @@ const resources = {
cn: {
Header: translationChinese.Header,
Start: translationChinese.Start,
Match: translationChinese.Match
Match: translationChinese.Match,
},
en: {
Header: translationEnglish.Header,
Start: translationEnglish.Start,
Match: translationEnglish.Match
Match: translationEnglish.Match,
},
es: {
Header: translationSpanish.Header,
Start: translationSpanish.Start,
Match: translationSpanish.Match
Match: translationSpanish.Match,
},
fr: {
Header: translationFrench.Header,
Start: translationFrench.Start,
Match: translationFrench.Match
Match: translationFrench.Match,
},
jp: {
Header: translationJapanese.Header,
Start: translationJapanese.Start,
Match: translationJapanese.Match
Match: translationJapanese.Match,
},
br: {
Header: translationBrazilian.Header,
Start: translationBrazilian.Start,
Match: translationBrazilian.Match
Match: translationBrazilian.Match,
},
pt: {
Header: translationPortuguese.Header,
Start: translationPortuguese.Start,
Match: translationPortuguese.Match
Match: translationPortuguese.Match,
},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment