UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

16 lines (14 loc) 388 B
import { UserMenuI18N } from './UserMenu.types' export const i18n = { account: 'Account Settings', activity: 'Activity', guest: 'Guest', download: 'Download', marketplaceAuthorizations: 'Marketplace Authorizations', myAssets: 'My Assets', myLists: 'My Lists', profile: 'Profile', signIn: 'Sign In', signOut: 'Log Out', viewProfile: 'View Profile' } as UserMenuI18N