feat: add localized review mock files (#18)
This commit is contained in:
4
src/models/i18n.ts
Normal file
4
src/models/i18n.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const enum LANGUAGES {
|
||||
en = 'en',
|
||||
ru = 'ru'
|
||||
}
|
||||
Reference in New Issue
Block a user