Commit Graph

5 Commits (dev-1.26-ko.1)

Author SHA1 Message Date
Jihoon Seo 1dc460db8e [no] Remove exec permission on markdown files 2021-06-22 18:25:22 +09:00
Celeste Horgan 17ef87e89e Remove remaining deprecation warnings
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-07-22 14:37:32 -07:00
Yushiro FURUKAWA 55e09389b4 Remove trailing spaces from 'no' documents(#16742) (#16792) 2019-10-14 00:48:36 -07:00
Bjørn Erik Pedersen 32014f94b3 Merge missing translations (#10355)
* Merge missing translations

* Disable Norwegian
2018-10-01 12:38:37 -07:00
Bjørn Erik Pedersen 1b5ff98a44 Make the home page into reusable and translatable blocks (#10071)
* Make navigation and UI strings i18n friendly

This commit

* Extracts most UI strings into i18n bundles so they can be translated
* Makes a proper Hugo menu out of the hardcoded menu that is shown on smaller screens
* Changes the language selector logic to navigate to the current page in the other language if possible (e.g. the translation). If not possible, it takes you to the home page for that language.

For testing, this commit also adds Norwegian as a new language. This is turned off.

* Make the home page into reusable and translatable blocks

This commit adds a set of block type shortcodes that is then used to build the home page.

* These shortcodes gets common image resources from a new headless bundle. These resources can be inherited or overridden by translations.
* The hardcoded case studies section on the home page is replaced with a query and a loop.
* The hardcoded feature list on the home page is replaed qith a query and a loop.
2018-09-14 14:47:24 -07:00