UNPKG

@hebcal/leyning

Version:

Torah Reading API for Parashat HaShavua and holidays

15 lines (13 loc) 580 B
/*! @hebcal/leyning v9.5.4 */ import { Locale } from '@hebcal/core/dist/esm/locale'; export { Locale } from '@hebcal/core/dist/esm/locale'; import poHe from './he.po.js'; import poAshkenazi from './ashkenazi.po.js'; import noNikudOverride from './he-x-NoNikud.po.js'; Locale.addTranslations('ashkenazi', poAshkenazi); Locale.addTranslations('he', poHe); /* Hebrew without nikkud */ const poHeNoNikud = Locale.copyLocaleNoNikud(poHe); Locale.addTranslations('he-x-NoNikud', poHeNoNikud); Locale.addTranslations('he-x-NoNikud', noNikudOverride); //# sourceMappingURL=locale.js.map