Skip to content

Commit

Permalink
Merge pull request #94 from readingdancer/Language-Files
Browse files Browse the repository at this point in the history
Adding language files for ticket Issue #91
  • Loading branch information
readingdancer authored Apr 6, 2020
2 parents ca102bf + b785d20 commit f749a37
Show file tree
Hide file tree
Showing 6 changed files with 1,780 additions and 212 deletions.
12 changes: 8 additions & 4 deletions covid-19-support/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ export default {
data() {
return {
languages: [
{ name: 'English', iso: 'en' },
{ name: 'Español', iso: 'es' },
{ name: 'Français', iso: 'fr' },
{ name: '한국어', iso: 'ko' }
{ iso: 'en', name: 'English' },
{ iso: 'es', name: 'Español' },
{ iso: 'fr', name: 'Français' },
{ iso: 'ko', name: '한국어' },
{ iso: 'ar', name: 'عربى' },
{ iso: 'ja', name: '日本人' },
{ iso: 'zh', name: '中文' },
{ iso: 'ms', name: 'ဗမာ' }
]
}
}
Expand Down
Loading

0 comments on commit f749a37

Please sign in to comment.