27 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
Juan Otálora Alarcón
823f4ce1e0
Updated Spanish translation to v1.1 (#572)
* Update changelog

* Update to ES 1/n

* Fix changelog

* Only translate h4#inconsistent-changes
2023-08-22 18:40:07 -04: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
Olivier Lacan
2eb5b2924f Switch from master branch to main branch
# Tell me everything!

# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will Soto <will-soto@pluralsight.com>
# Co-authored-by: Jaron Thatcher <jaron-thatcher@pluralsight.com>
# Co-authored-by: Travis Denny <travis-denny@pluralsight.com>
# Co-authored-by: Spencer Smith <specman016@gmail.com>
2021-04-30 17:12:27 -04:00
Javier Spagnoletti
bd8362583d
Fix small typo in the Spanish answer for the 2nd question (#362) 2020-08-27 16:06:29 -04:00
Ned Twigg
3dcaac2c67 Fix a typo in the "what about yanked releases" tab. Fixes #327. (#328) 2020-01-11 19:16:08 -05:00
Olivier Lacan
f4c0c0834f Remove all links to Gemnasium
Fixes #267
2018-11-07 12:10:12 -05:00
Jerod Santo
9246a1392f Update the URL to the episode of The Changelog 2018-08-03 09:09:48 -05:00
Katrin Leinweber
5a6fa7f102 Secure links 2018-04-21 17:56:44 +02:00
Olivier Lacan
6fd92f422c Fix bad formatting in es 1.0 2017-07-27 18:13:09 +02:00
David Díaz
cd377796ed Fix lines length
In a previous commit I tried to apply the standard text mode (80
characters) to long lines, but something was wrong and they were bad
formatted.
2017-07-18 22:20:34 +01:00
David Díaz
46ffb627fa Update translation for "Confusing Dates" section
According to changes introduced in commit c81765b
2017-07-18 22:20:28 +01:00
David Díaz
ae0ef6227a Break long lines to 80 characters
Because it is how they are formatted in the original file and also it is
the standard for text mode.
2017-07-18 22:20:18 +01:00
David Díaz
964c9d321a Improve the whole Spanish translation 2017-07-18 22:20:10 +01:00
David Díaz
bcbd5a39a0 Fix typos 2017-07-18 22:20:04 +01:00
David Díaz
ef5c30ced5 Use "changelog" instead of "change log"
Since version 1.0.0, "changelog" term it is prefered over "change log"
because it is most common.
2017-07-18 22:19:45 +01:00
lcabeza
fd9a7e224a Added es-ES for 1.0.0 version 2017-06-27 11:55:47 -05:00
Olivier Lacan
fcce20efff Stop using weird Haml break for changelog preview
It’s really not worth the double filter call and I’m sure I can find
some way to use Middleman to extract this into a method.
2017-04-05 05:27:12 -04:00
Olivier Lacan
9afff8fc3e Upgrade to Middleman 4.1.10 2016-08-06 01:37:12 -04:00
Olivier Lacan
adfbaf9235 Flip the directory organization to have lang first
Thanks @jswanner you’re so swell and stuff.
2016-08-05 20:00:43 -04:00
Olivier Lacan
e8602923dd Start versioning from 0.3.0
This requires moving every current translation into a 0.3.0/ directory and doing
some default redirection when people hit keepachangelog.com they should
always be redirected to the latest version.

Currently that's hardcoded to 0.3.0 but we're going to surely use something akin
to a version.rb to define that and use it across the codebase.
2016-05-16 15:20:26 +02:00
Olivier Lacan
4101681ba4 Fix improper Markdown syntax breaking the build
@ZeliosAriex please follow the Markdown styling used in other
translations next time. ;-)
2015-12-03 14:29:17 -05:00
Olivier Lacan
7d38e181c1 Fix incorrect path 2015-12-03 14:03:12 -05:00
Zelios Ariex
c772b962f5 First version of the spanish translation 2015-12-03 19:04:57 +01:00