Skip to content

Commit

Permalink
feat: Add entry for translation key
Browse files Browse the repository at this point in the history
Co-authored-by: Alystrasz <contact@remyraes.com>
  • Loading branch information
GeckoEidechse and Alystrasz committed Jan 5, 2025
1 parent 513f5fb commit 5614a73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-vue/src/vuex-shim.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Store } from 'vuex'

declare module '@vue/runtime-core' {
interface ComponentCustomProperties {
$store: Store<FlightCoreStore>
$store: Store<FlightCoreStore>,
$t: (key: string, ...params: any[]) => string;
}
}

0 comments on commit 5614a73

Please sign in to comment.