Aggiunto il supporto per le lingue degli account
This commit is contained in:
parent
41178f4194
commit
c8e66caf12
1 changed files with 3 additions and 0 deletions
3
src/types/IALanguage.ts
Normal file
3
src/types/IALanguage.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export enum IALanguage {
|
||||
EN = "en"
|
||||
}
|
Loading…
Reference in a new issue