1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-26 04:52:43 +00:00

Add Dutch language to files outside language dir

This commit is contained in:
Maxime van der Smissen
2023-07-13 19:09:52 +02:00
parent f815769ee2
commit 7a511fd4e0
4 changed files with 9 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ module.exports = exports = [
require('../public/de/_concat.json'),
require('../public/en/_concat.json'),
require('../public/es/_concat.json'),
require('../public/nl/_concat.json'),
require('../public/pt/_concat.json'),
require('../public/fr/_concat.json'),
require('../public/hu/_concat.json'),

View File

@@ -26,6 +26,7 @@ const str2locale = {
'pl': dateFNSLocales.pl,
'pt': dateFNSLocales.pt,
'es': dateFNSLocales.es,
'nl': dateFNSLocales.nl,
};
const markdownEngines = {