mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 14:32:04 -04:00
[calendar] fix rel location
This commit is contained in:
parent
b6f559f1e1
commit
15c8189554
@ -6,7 +6,7 @@ const { currentYear } = require('../src/calendar/calendar');
|
||||
const { Day } = require('../src/calendar/helpers');
|
||||
const locales = require('../src/locales');
|
||||
|
||||
const loadSuml = name => new Suml().parse(fs.readFileSync(`./data/${name}.suml`).toString());
|
||||
const loadSuml = name => new Suml().parse(fs.readFileSync(`${__dirname}/../data/${name}.suml`).toString());
|
||||
const translations = loadSuml('translations');
|
||||
const config = loadSuml('config');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user