typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
type LangObj = { [keys:string]: LangObj | string }
|
||||
type LangObjWhold = { [langid:string]: LangObj }
|
||||
type LangObjWhole = { [langid:string]: LangObj }
|
||||
|
||||
const LANG: LangObjWhold = {
|
||||
const LANG: LangObjWhole = {
|
||||
|
||||
en: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user