first implementation of tamagui mobile pages
This commit is contained in:
@@ -14,6 +14,8 @@ import deSettings from './locales/de/settings.json';
|
||||
import enSettings from './locales/en/settings.json';
|
||||
import deAuth from './locales/de/auth.json';
|
||||
import enAuth from './locales/en/auth.json';
|
||||
import deMobile from './locales/de/mobile.json';
|
||||
import enMobile from './locales/en/mobile.json';
|
||||
|
||||
const DEFAULT_NAMESPACE = 'common';
|
||||
|
||||
@@ -25,6 +27,7 @@ const resources = {
|
||||
management: deManagement,
|
||||
settings: deSettings,
|
||||
auth: deAuth,
|
||||
mobile: deMobile,
|
||||
},
|
||||
en: {
|
||||
common: enCommon,
|
||||
@@ -33,6 +36,7 @@ const resources = {
|
||||
management: enManagement,
|
||||
settings: enSettings,
|
||||
auth: enAuth,
|
||||
mobile: enMobile,
|
||||
},
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user