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

Add Portuguese translation (light version) (#111)

* fix(es): syntax error that prevented compilation

* feat(pt): add main text translation

* feat(pt): add tweets translation

* feat(pt): add PDF generation to GitHub workflow

* fix(pt): add misisng translations and formatting fixes

* fix(css): link fragment overlap with page header

* fix(css): add font Inter before Gothic A1

The Gothic A1 font lacks a few characters necessary for writing Portuguese, namely: á, í, ó, ú, ã, õ, and their upper case versions.

* fix(pt): remove 'Glossário' entry from _menu.hbs

* fix(build): slugify.js

* fix(pt): various typos and a few missing translations.

* chore: add .vscode to .gitignore
This commit is contained in:
G Queiroz
2022-10-23 14:49:09 -03:00
committed by GitHub
parent 7999885025
commit efe9c502cf
67 changed files with 3189 additions and 542 deletions

View File

@@ -6,7 +6,7 @@ $content-bg: white;
$gutter-bg: #f0f0f0;
$gutter-border: #e2e2e2;
$font-primary: 'Lato', Arial, sans-serif;
$font-secondary: 'Gothic A1', 'Helvetica Neue', Helvetica, serif;
$font-secondary: 'Inter', 'Gothic A1', 'Helvetica Neue', Helvetica, serif;
$font-brand: 'Sriracha', Geneva, monospace;
$font-family-sans-serif: $font-primary;
$font-family-base: $font-primary;