aboutsummaryrefslogtreecommitdiffstats
path: root/apps/projects/src/app/pages/_layout.svelte
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Use store for setting current locale instead of directly setting a ↵ivarlovlie2022-06-121-8/+1
| | | | | | cookie This was not doable before because locale.ts was inside of projects and not web-shared
* feat: Add translations to stopwatch.svelteivarlovlie2022-06-101-8/+8
| | | | This commit also demonstrates how to do i18n across apps.
* feat: Add inital translation supportivarlovlie2022-06-071-12/+20
|
* fix: Fix route matching when deciding which tab is openivarlovlie2022-06-021-3/+3
|
* refactor: Move projects-web to projectsivarlovlie2022-06-011-0/+79