mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Added tweet translation mechanism (#96)
* Added tweet translation mechanism. * Removed test translation. It was done via Google Translate which I don't trust for this application.
This commit is contained in:
@@ -107,6 +107,7 @@ module.exports = exports = class Page extends File {
|
||||
const { titlecard, webready } = this.files = PublicFiles.for(this.dir);
|
||||
this.ignore = this.meta.ignore;
|
||||
this.draft = this.meta.draft;
|
||||
this.lang = this.lang || this.meta.lang || "en";
|
||||
this.siblings = this.meta.siblings;
|
||||
this.images = webready;
|
||||
this.titlecard = titlecard;
|
||||
|
||||
Reference in New Issue
Block a user