Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anwolosz committed Jan 18, 2025
1 parent acefea5 commit 302750a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/stores/SynopsisStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,7 @@ import { fetchGospel, isValidDate} from '@/utils/calendarGospel';


import synopsisSZIT from '@/assets/translations/szit.json'
// import synopsisKG from '@/assets/translations/kg.json'
// import synopsisKNB from '@/assets/translations/knb.json'
// import synopsisRUF from '@/assets/translations/ruf.json'
import synopsisESV from '@/assets/translations/esv.json'
// import synopsisEU from '@/assets/translations/eu.json'
// import synopsisBT from '@/assets/translations/bt.json'
// import synopsisBJW from '@/assets/translations/bjw.json'
// import synopsisRSP from '@/assets/translations/rsp.json'
// import synopsisSBLGNT from '@/assets/translations/sblgnt.json'
// import synopsisNV from '@/assets/translations/nv.json'
import dictionaryEn from '@/assets/languages/en.json'
import dictionaryHu from '@/assets/languages/hu.json'
import type { QuoteScheme } from '@/interfaces/dailyGospelInterface';
Expand All @@ -38,16 +29,7 @@ export const useSynopsisStore = defineStore('synopsis', {
},
synopses: [
synopsisSZIT as SynopsisScheme,
// synopsisKG as SynopsisScheme,
// synopsisKNB as SynopsisScheme,
// synopsisRUF as SynopsisScheme,
synopsisESV as SynopsisScheme,
// synopsisEU as SynopsisScheme,
// synopsisBT as SynopsisScheme,
// synopsisBJW as SynopsisScheme,
// synopsisRSP as SynopsisScheme,
// synopsisSBLGNT as SynopsisScheme,
// synopsisNV as SynopsisScheme
],
isLoading: false,
dailyGospel: null as null | QuoteScheme,
Expand Down

0 comments on commit 302750a

Please sign in to comment.