Skip to content

Commit

Permalink
Issue abahmed#278: Added italian language.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoSecchi committed Mar 24, 2021
1 parent 6c05356 commit 3b2d04a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/i18n/locales/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,10 @@ export const SUPPORTED_LANGS = [
language: 'বাংলা',
code: 'bn',
path: 'bn'
},
{
language: 'Italiano',
code: 'it',
path: 'it'
}
]

0 comments on commit 3b2d04a

Please sign in to comment.