mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.5 KiB
53 lines
1.5 KiB
import '@angular/localize/init';
|
|
|
|
export const paths = {
|
|
access: 'access',
|
|
account: 'account',
|
|
accounts: 'accounts',
|
|
activities: 'activities',
|
|
admin: 'admin',
|
|
allocations: 'allocations',
|
|
api: 'api',
|
|
auth: 'auth',
|
|
blog: 'blog',
|
|
demo: 'demo',
|
|
fire: 'fire',
|
|
holdings: 'holdings',
|
|
home: 'home',
|
|
i18n: 'i18n',
|
|
jobs: 'jobs',
|
|
market: 'market',
|
|
marketData: 'market-data',
|
|
membership: 'membership',
|
|
open: 'open',
|
|
personalFinanceTools: 'personal-finance-tools',
|
|
portfolio: 'portfolio',
|
|
public: 'p',
|
|
saas: 'saas',
|
|
settings: 'settings',
|
|
start: 'start',
|
|
summary: 'summary',
|
|
users: 'users',
|
|
watchlist: 'watchlist',
|
|
webauthn: 'webauthn',
|
|
xRay: 'x-ray',
|
|
zen: 'zen',
|
|
|
|
// Localized paths (public-facing pages)
|
|
about: $localize`:kebab-case:about`,
|
|
changelog: $localize`:kebab-case:changelog`,
|
|
faq: $localize`:kebab-case:faq`,
|
|
features: $localize`:kebab-case:features`,
|
|
glossary: $localize`:kebab-case:glossary`,
|
|
guides: $localize`:kebab-case:guides`,
|
|
license: $localize`:kebab-case:license`,
|
|
markets: $localize`:kebab-case:markets`,
|
|
openSourceAlternativeTo: $localize`:kebab-case:open-source-alternative-to`,
|
|
ossFriends: $localize`:kebab-case:oss-friends`,
|
|
pricing: $localize`:kebab-case:pricing`,
|
|
privacyPolicy: $localize`:kebab-case:privacy-policy`,
|
|
register: $localize`:kebab-case:register`,
|
|
resources: $localize`:kebab-case:resources`,
|
|
selfHosting: $localize`:kebab-case:self-hosting`,
|
|
termsOfService: $localize`:kebab-case:terms-of-service`
|
|
};
|
|
|