diff options
| author | Adam <[email protected]> | 2026-01-22 07:19:41 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-22 07:19:41 -0600 |
| commit | 4385f03053894ad3fd19fbd2139f03fba3e5f877 (patch) | |
| tree | 1ee6d94353ac7061de72d0a9ccd54a0de32bd1b4 | |
| parent | 8e3b459d77b0435d12541908b61d56fee10fef46 (diff) | |
| download | opencode-4385f03053894ad3fd19fbd2139f03fba3e5f877.tar.gz opencode-4385f03053894ad3fd19fbd2139f03fba3e5f877.zip | |
fix: satisfies
| -rw-r--r-- | packages/app/src/i18n/no.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/i18n/no.ts b/packages/app/src/i18n/no.ts index 1e327676b..a64bf0e5e 100644 --- a/packages/app/src/i18n/no.ts +++ b/packages/app/src/i18n/no.ts @@ -596,4 +596,4 @@ export const dict: Record<Keys, string> = { "workspace.reset.archived.one": "1 sesjon vil bli arkivert.", "workspace.reset.archived.many": "{{count}} sesjoner vil bli arkivert.", "workspace.reset.note": "Dette vil tilbakestille arbeidsområdet til å samsvare med standardgrenen.", -} +} satisfies Partial<Record<Keys, string>> |
