mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
72 changed files with 2753 additions and 7427 deletions
@ -1,12 +0,0 @@ |
|||
export const paths = { |
|||
about: $localize`about`, |
|||
faq: $localize`faq`, |
|||
features: $localize`features`, |
|||
license: $localize`license`, |
|||
markets: $localize`markets`, |
|||
pricing: $localize`pricing`, |
|||
privacyPolicy: $localize`privacy-policy`, |
|||
register: $localize`register`, |
|||
resources: $localize`resources`, |
|||
termsOfService: $localize`terms-of-service` |
|||
}; |
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -0,0 +1,53 @@ |
|||
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`:snake-case:about`, |
|||
changelog: $localize`:snake-case:changelog`, |
|||
faq: $localize`:snake-case:faq`, |
|||
features: $localize`:snake-case:features`, |
|||
glossary: $localize`:snake-case:glossary`, |
|||
guides: $localize`:snake-case:guides`, |
|||
license: $localize`:snake-case:license`, |
|||
markets: $localize`:snake-case:markets`, |
|||
openSourceAlternativeTo: $localize`:snake-case:open-source-alternative-to`, |
|||
ossFriends: $localize`:snake-case:oss-friends`, |
|||
pricing: $localize`:snake-case:pricing`, |
|||
privacyPolicy: $localize`:snake-case:privacy-policy`, |
|||
register: $localize`:snake-case:register`, |
|||
resources: $localize`:snake-case:resources`, |
|||
selfHosting: $localize`:snake-case:self-hosting`, |
|||
termsOfService: $localize`:snake-case:terms-of-service` |
|||
}; |
Loading…
Reference in new issue