6 Commits

Author SHA1 Message Date
Olivier Lacan
bee0534514 Make page title & description dynamic
Previously they had to be duplicated from the page
frontmatter but that's not necessary and also makes
it possible to have correct OpenGraph title and
descriptions.
2024-02-04 21:13:49 -08:00
Olivier Lacan
535bb7d6f3 Fix language declaration for changelog
Barewords don't work in Haml. Gotta quote strings.
2023-03-07 15:56:15 -08:00
Philip Eriksson
2c562d1e5b
HTML changes to languages (#461)
* Move language tag to root

* Add language tag to changelog example
2023-03-07 13:36:59 -08:00
Olivier Lacan
6e74fd7c75 Fix links to create issues
Reproduced from #417 which was done prior to the links
refactor. Thank you @taranovegor!
2023-03-06 17:44:10 -08:00
Olivier Lacan
5f596f251f Convert all links to JSON data
This will remove a lot of redundant variable definitions from
Haml translations and centralize everything so it's much easier to
update links when the invariably change. As they have.
2023-03-05 23:36:54 -08:00
BELEBCIR Riyadh
53f0205775
Add the Arabic translation (1.0.0) (#444)
* set up the translation project for arabic language

* translation nb01

* Add translation to Arabic (1.0.0)

* Add arabic to config file

* Fix indentation issues

* Format arabic/english mix

Format the text for better mixing arabic alphabet with english alphabet (just add break line where languages are mixed in the same sentence)

* fix a typo

* .gitIgnore

* gitIgnore

* Fixing the Arabic / English format

* fix yanked code direction

---------

Co-authored-by: Riyadh Abbes BELBECIR <rbelbecir@safety-tech.fr>
2023-03-05 15:59:11 -08:00