Commit Graph

10 Commits (faa86d2d01df8833f564e2e06245baaa464d047c)

Author SHA1 Message Date
Rémy Léone a5cda6edea Init French translation (#12548) 2019-02-13 09:29:21 -08:00
Qiming bef190960f Translate some remnant partials for localization (#12239) 2019-01-28 23:18:04 -08:00
Luc Perkins d95a36a9af Modify top comment in zh.toml (#10977) 2018-11-12 19:31:45 -08:00
chenrui 7994529a27 Create `i18n/zh.toml` (#10975) 2018-11-12 18:53:39 -08:00
Andrew Chen 2a114ab085 Revert "Add i18n/OWNERS" (#10886)
* Revert "Update tutorial to work with Katacoda, No Install (#10797)"

This reverts commit a0b97a3e5d.

* Revert "clean-up minikube toc (#10873)"

This reverts commit 18343eb44b.

* Revert "Tutorial cleanup: Delete K8s 101 and 201 (#10786)"

This reverts commit e0168fd8dc.

* Revert "fix word err in Disruption (#10884)"

This reverts commit d01b76d080.

* Revert "Fix typo (#10877)"

This reverts commit 15518689c7.

* Revert "add note informing users of env var updates (#10819)"

This reverts commit 795de19c07.

* Revert "Fix typo in word repositories (#10883)"

This reverts commit 6d7f27ea45.

* Revert "Add i18n strings for Korean translation (#10611)"

This reverts commit a9d8c54e6d.

* Revert "Modified into appropriate words (#10768)"

This reverts commit 7ebdd661d7.

* Revert "Update tools.md (#10753)"

This reverts commit 2d8bc158a2.

* Revert "Enable reviews/approvers for localized site strings (#10811)"

This reverts commit 81b2562f77.
2018-11-05 11:41:32 -08:00
June Yi a9d8c54e6d Add i18n strings for Korean translation (#10611) 2018-11-03 23:07:38 -07:00
Zach Corleissen 81b2562f77 Enable reviews/approvers for localized site strings (#10811)
Remove unintentional changes from a different branch

Correct English alias
2018-11-02 13:03:13 -07:00
Kaitlyn Barnard 147537bb2e Update to newsletter signup (#10499)
* update to newsletter signup

* Update en.toml
2018-10-04 13:10:21 -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