Skip to content

Commit

Permalink
feat: 🎸 Polish (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanObrink authored Apr 27, 2021
1 parent 16ad7ac commit 18c8126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface RawTranslation extends Translation {
const translations: Translations = {
sv: require('./sv.json'),
en: require('./en.json'),
pl: require('./pl.json'),
}
const languageList: string[] = Object.keys(translations)
export type Language = typeof languageList[number]
Expand Down

0 comments on commit 18c8126

Please sign in to comment.