41 Commits

Author SHA1 Message Date
Olivier Lacan
9b85141ce5 Update Polish language code in config 2018-02-13 11:11:30 -05:00
Olivier Lacan
ed2aa71bae Add Dutch language to config 2018-02-13 11:07:51 -05:00
Aditya Purwa
5fab948a80 add indonesian translation 2018-02-12 17:03:06 +07:00
Juraj Kostolansky
00db5be669 add slovak translation 2017-10-17 19:26:57 +02:00
kewang
1302235842 Use official Traditional Chinese name 2017-09-06 15:17:19 +08:00
Olivier Lacan
0c53c7de4d Merge pull request #188 from dgdavid/feature/fix-issue-180
Fix language selector to make it work properly in Firefox
2017-07-06 23:14:50 +02:00
David Díaz
d17b637097 Add helper to simplify the build of language selector 2017-07-06 21:03:20 +01:00
Olivier Lacan
0d8a45ba3f Say PT-br in PT-br 2017-07-06 14:37:20 +02:00
Olivier Lacan
47a93addd0 Remove unsupported Haml 5 config 2017-06-21 13:50:29 +01:00
Olivier Lacan
01e14e6178 Add chinese & spanish notices for latest version 2017-06-20 09:38:29 +01:00
Olivier Lacan
5416cb7d3a Display version in language list 2017-06-20 09:07:27 +01:00
Olivier Lacan
94f505ea47 Add legacy styles for old versions
Also improved the messages indicating a new version is available
for each language so they can be written in the target language
otherwise they default to English just like the notice that a version
isn’t the latest but hasn’t yet been translated for the newer
version.
2017-06-20 06:38:17 +02:00
Olivier Lacan
f770df17f9 Add glorious @tylerfortune8 styling for 1.0.0 2017-05-16 10:43:55 -06:00
Olivier Lacan
50eec2a19c Fix TOC 2017-04-28 16:03:04 -07:00
Olivier Lacan
b4e29c634c Don’t render TOC for low-level headings
That clutters up the navigation
2017-04-27 11:14:32 -07:00
Olivier Lacan
610f52d68c Style table of contents
I want it to be unobtrusive and useful for people who need it but
out of the way of anyone else.
2017-04-17 16:22:25 +02:00
Olivier Lacan
5ac2bc826d Output table of contents on top 2017-04-05 23:04:21 +02:00
Olivier Lacan
164084051f Add Polish to listed versions
Also updated the changelog.
2017-04-04 18:42:54 -04:00
Olivier Lacan
bce6d97f3b Add some language notices for last version
Thanks to contributor help from https://github.com/olivierlacan/keep-a-changelog/issues/151
2017-03-23 04:37:03 +01:00
Olivier Lacan
62340f6552 Finally restore the header anchor links
This is why you don’t merge pull requests without proper
reviews.

Almost makes me feel like we need feature specs for this damn
project. :-)
2017-03-23 04:05:00 +01:00
Olivier Lacan
7adec560c8 Set TOC data for Markdown & override Haml filter 2017-03-23 03:48:28 +01:00
Olivier Lacan
4af96a47b1 Greatly simplify default version redirection
Can’t believe I didn’t think of it sooner but obviously we might
as well check all available version for each language and redirect
by default to the latest possible.

Now I’ll have to figure out a way to display when the latest
available version *for a language* isn’t the latest version of
the manifesto (so if it doesn’t match the latest English version).
2017-03-19 07:08:19 +01:00
Olivier Lacan
714fc86f5c Only default to last version if available
It's quite possible that not all languages will be on the latest version of
the manifesto at the same time.

This allows me to fight inertia by simply defaulting each version to the
latest possible version.
2017-03-19 07:00:57 +01:00
Olivier Lacan
144fd77945 Add Czech language translation 2017-03-01 15:34:23 +01:00
Olivier Lacan
e9d2d8a808 Add French to listed translations 2017-01-18 03:43:45 +01:00
Peter Kokot
83ac9b7800 Fix sl title a bit 2016-10-16 17:37:19 +02:00
Olivier Lacan
1186f8c246 Add Slovenian to languages 2016-10-16 01:31:52 +02:00
Olivier Lacan
41e94beeff Display Italian in list of languages 2016-08-26 23:27:35 -04:00
Olivier Lacan
df94619e6f Add Turkish to language nav
Also reorganized alphabetically.
2016-08-06 23:16:29 -04:00
Magnus Österlund
8ca917682e Update Swedish to 0.3.0 2016-08-06 17:46:51 +02: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
1fe17fd838 Fix language-specific redirects 2016-06-05 17:05:06 +02: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
Nathaniel Bibler
f186afe9b9 Add translation links and attribution for zh-TW and zh-CN. 2016-01-13 12:58:55 -05:00
Olivier Lacan
b18227ab66 Remove unnecessary imageoptim dependency 2015-12-03 13:55:41 -05:00
Olivier Lacan
9186608879 Add @ZeliosAriex's Spanish translation to the interface 2015-12-03 13:42:02 -05:00
Nathaniel Bibler
ae3da5c7e3 Add @tallesl's pt-BR translation from #69. 2015-10-24 01:08:39 -04:00
Nathaniel Bibler
5cbdb0119f Add @aishek's RU translation from #66. 2015-10-24 00:30:38 -04:00
Nathaniel Bibler
4aadf98652 Fingerprint the CSS and JS assets. 2015-10-19 14:51:07 -04:00
Nathaniel Bibler
8692eade4d Convert static files to a Middleman app. 2015-10-18 16:35:53 -04:00