1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Moved the i18n strings into their respective folders

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-08-11 13:48:29 -07:00
parent cfd40a85d8
commit a49d9bf21c
5 changed files with 8 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ const { map, uniq } = require('lodash');
const { resolve, ROOT, TYPE } = require('./resolve');
const { siteInfo } = require(resolve('package.json'));
const { minify } = require('html-minifier-terser');
const i18n = require('../lang');
const i18n = require('./lang');
const MINIFY_CONFIG = {
conservativeCollapse: true,