Skip to content

Commit

Permalink
Include slovak language in root index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik-Stas committed Jun 14, 2018
1 parent 113bb2b commit 36699b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import th from './th'
import fr from './fr'
import ru from './ru'
import es from './es'
import sk from './sk'

export default {
en, // English (source for all translations)
Expand All @@ -15,5 +16,6 @@ export default {
th,
fr,
ru,
es
es,
sk
}

0 comments on commit 36699b9

Please sign in to comment.