+
{{ content }} {% include footer.html %} From 43f45ddca5c6fbd0dbff92431cb9a5f861320988 Mon Sep 17 00:00:00 2001 From: ymcheung Date: Mon, 6 Jun 2022 16:41:20 +0800 Subject: [PATCH 68/72] Add a link to Traditional Chinese translation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97af8b9d..91ff7054 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Translations are maintained by their creators and may not always be up to date w - [Portuguese](http://diegoeis.github.io/code-guide/) - Translated by [Diego Eis](http://tableless.com.br/) - [Romanian](http://vmazare.github.io/code-guide-romanian/) - Translated by [Valeriu Mazare](https://github.com/vmazare) - [Russian](http://sadcitizen.github.io/code-guide/) - Translated by [Eugene Abrosimov](https://github.com/sadcitizen) +- [Traditional Chinese](https://codeguide.intersection.tw) - Translated by [Yuming Cheung](https://github.com/ymcheung) Have a translation you'd like to link to? Open a pull request to add it here. Be sure to keep it alphabetical. From 4b05f21f32c4f8f1eb9fea9b8ee46008b41f8b90 Mon Sep 17 00:00:00 2001 From: Philip Jake Date: Mon, 13 Jun 2022 22:00:54 +0200 Subject: [PATCH 69/72] Added a link to German translation (v4.0.0) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91ff7054..566d61ad 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Translations are maintained by their creators and may not always be up to date w - [Dutch](http://chunfeilung.github.io/code-guide/) - Translated by [Chun Fei Lung](https://github.com/chunfeilung) - [French](http://pixelastic.github.io/code-guide/) - Translated by [Tim Carry](https://github.com/pixelastic/) - [German](http://BackendButters.github.io/code-guide/) - Translated by [BackendButters](https://github.com/BackendButters) +- [German](https://philipbrembeck.github.io/code-guide/) - Translated by [Philip Brembeck](https://github.com/philipbrembeck) - [Hindi](https://hidaytrahman.github.io/code-guide/) - Translated by [Hidaytullah Rahmani](https://github.com/hidaytrahman) - [Indonesian](http://diagramatics.github.io/code-guide-id) - Translated by [Steven Sinatra](http://diagramatics.me) - [Japanese](http://kia-king.com/code-guide/) - Translated by [Kia King Ishii](https://github.com/kiaking) From e9376b26f8226f9d1d21f92617dc74d8257bbf88 Mon Sep 17 00:00:00 2001 From: Jens Oliver Meiert Date: Sat, 30 Jul 2022 09:36:34 +0200 Subject: [PATCH 70/72] docs: add missing space --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 7388501e..49f5fe28 100644 --- a/index.md +++ b/index.md @@ -442,7 +442,7 @@ Place media queries as close to their relevant rule sets whenever possible. Don' .element-selected { ... } @media (min-width: 480px) { - .element { ...} + .element { ... } .element-avatar { ... } .element-selected { ... } } From 657d3a18511e0d731fb50fd7b6e24994fa183501 Mon Sep 17 00:00:00 2001 From: Hans Felix Date: Thu, 22 Jun 2023 15:40:56 -0500 Subject: [PATCH 71/72] Add spanish link translation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 566d61ad..3e853a43 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Translations are maintained by their creators and may not always be up to date w - [Romanian](http://vmazare.github.io/code-guide-romanian/) - Translated by [Valeriu Mazare](https://github.com/vmazare) - [Russian](http://sadcitizen.github.io/code-guide/) - Translated by [Eugene Abrosimov](https://github.com/sadcitizen) - [Traditional Chinese](https://codeguide.intersection.tw) - Translated by [Yuming Cheung](https://github.com/ymcheung) +- [Spanish](https://hansfelix.github.io/code-guide) - Translated by [Hans Felix](https://github.com/hansfelix) Have a translation you'd like to link to? Open a pull request to add it here. Be sure to keep it alphabetical. From 6918226689cb46f6888244f1ee17389b0bd592be Mon Sep 17 00:00:00 2001 From: Hans Felix Date: Thu, 22 Jun 2023 15:44:27 -0500 Subject: [PATCH 72/72] change alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e853a43..a339a3fa 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ Translations are maintained by their creators and may not always be up to date w - [Portuguese](http://diegoeis.github.io/code-guide/) - Translated by [Diego Eis](http://tableless.com.br/) - [Romanian](http://vmazare.github.io/code-guide-romanian/) - Translated by [Valeriu Mazare](https://github.com/vmazare) - [Russian](http://sadcitizen.github.io/code-guide/) - Translated by [Eugene Abrosimov](https://github.com/sadcitizen) -- [Traditional Chinese](https://codeguide.intersection.tw) - Translated by [Yuming Cheung](https://github.com/ymcheung) - [Spanish](https://hansfelix.github.io/code-guide) - Translated by [Hans Felix](https://github.com/hansfelix) +- [Traditional Chinese](https://codeguide.intersection.tw) - Translated by [Yuming Cheung](https://github.com/ymcheung) Have a translation you'd like to link to? Open a pull request to add it here. Be sure to keep it alphabetical.