mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
French translation (#92)
This commit is contained in:
@@ -38,6 +38,7 @@ module.exports = exports = function (pages, target, paths, meta) {
|
||||
|
||||
for (const path of paths) {
|
||||
const p = sources[path];
|
||||
if (!p) throw new Error(`File not found during concatination: ${path}`);
|
||||
result.source += p.source;
|
||||
|
||||
result.dateCreated = min(result.dateCreated, p.dateCreated);
|
||||
|
||||
Reference in New Issue
Block a user