feat(lang): add Catalan to language picker (#1309)

This commit is contained in:
TheCatLady
2021-03-29 20:14:59 -04:00
committed by GitHub
parent 72931f3035
commit 77911c03e9
3 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
import React, { ReactNode } from 'react';
export type AvailableLocales =
| 'ca'
| 'de'
| 'en'
| 'es'