Skeleton for language picker.

This commit is contained in:
codevictory
2021-11-30 23:13:11 +02:00
parent f8193c94e4
commit d12b243454
16 changed files with 1337 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
import { common } from "./common/fi";
const fi: Record<string, string> = {
...common
}
export default fi;