feat: 🎸 Polish (#9)

This commit is contained in:
Johan Öbrink 2021-04-27 09:23:56 +02:00 committed by GitHub
parent 16ad7ac474
commit 18c81264a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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]