Skip to content

Commit

Permalink
fix: 🐛 Add languages to curriculum config
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-kazimierczak committed Nov 17, 2021
1 parent 2f45cbd commit b9302f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/curriculum/src/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const translations: Translations = {
la: require('./la.json'),
nb_NO: require('./nb_NO.json'),
pl: require('./pl.json'),
pt: require('./pt.json'),
zh_Hans: require('./zh_Hans.json'),
}
const languageList: string[] = Object.keys(translations)
export type Language = typeof languageList[number]
Expand Down

0 comments on commit b9302f9

Please sign in to comment.