Skip to content

Commit

Permalink
refactor/EPMGCIP-160/refactor-languages (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Siarhei Balonikau <[email protected]>
  • Loading branch information
gordoney and Siarhei Balonikau authored Aug 9, 2024
1 parent cac468c commit 16ace0e
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 305 deletions.
13 changes: 13 additions & 0 deletions languages.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = [{
code: 'En',
primary: true
}, {
code: 'Ru',
primary: false
},{
code: 'Uz',
primary: false
},{
code: 'Ka',
primary: false
}]
Loading

0 comments on commit 16ace0e

Please sign in to comment.