You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ lang-exclusive: ['en', 'fr']
142
142
#### Machine-aware site building
143
143
_New in 1.5.0_
144
144
145
-
Polyglot will only start builds after it confirms there is a cpu core ready to accept the build thread. This ensures that jekll will build large sites efficiently streamlining build processes instead of overloading machines with process thrash.
145
+
Polyglot will only start builds after it confirms there is a cpu core ready to accept the build thread. This ensures that jekyll will build large sites efficiently streamlining build processes instead of overloading machines with process thrash.
146
146
147
147
#### Localized site.data
148
148
@@ -163,7 +163,7 @@ This plugin stands out from other I18n Jekyll plugins.
163
163
- provides the liquid tag `{{ site.default_lang }}` to get the default_lang I18n string.
164
164
- provides the liquid tag `{{ site.active_lang }}` to get the I18n language string the website was built for. Alternative names for `active_lang` can be configured via `config.lang_vars`.
165
165
- provides the liquid tag `{{ I18n_Headers https://yourwebsite.com/ }}` to append SEO bonuses to your website.
166
-
- provides the liquid tag `{{ Unrelativized_Link href="/hello" }}` to make urls that do not get influenced by url correction regexs.
166
+
- provides the liquid tag `{{ Unrelativized_Link href="/hello" }}` to make urls that do not get influenced by url correction regexes.
167
167
- provides `site.data` localization for efficient rich text replacement.
168
168
- a creator that will answer all of your questions and issues.
169
169
@@ -203,9 +203,9 @@ If you have something you'd like to contribute to jekyll-polyglot, please open a
203
203
* [ ] - **site language**: arabic `ar`
204
204
* [ ] - **site language**: japanese `ja`
205
205
* [x] - **site language**: russian `ru`
206
-
* [x] - **site language**: russian `nl`
206
+
* [x] - **site language**: dutch `nl`
207
207
* [ ] - **site language**: korean `ko`
208
-
* [] - **site language**: hebrew `he`
208
+
* [x] - **site language**: hebrew `he`
209
209
* [ ] - get whitelisted as an official github-pages jekyll plugin
he: תוסף תמיכה ב-i18n עבור <a href="http://jekyllrb.com" target="_blank">Jekyll</a> שהופך את התמיכה מרובת שפות למהירה ואינטואיטיבית, עבור בלוגים גדולים וקטנים. תוצרת <a href="https://github.com/untra" target="_blank">@untra</a>.
43
45
nl: Een plug-in voor internationlisering van <a href="http://jekyllrb.com" target="_blank">Jekyll</a> die meertalige ondersteuning snel en intuïtief maakt, voor blogs groot en klein. Gemaakt door <a href="https://github.com/untra" target="_blank">@untra</a>.
44
46
ru: Плагин поддержки i18n для <a href="http://jekyllrb.com" target="_blank">Jekyll</a> что делает поддержку нескольких языков быстрой и интуитивно понятной, для больших и маленьких блогов. Сделано в <a href="https://github.com/untra" target="_blank">@untra</a>.
45
47
de: Ein sprachunterstützung plugin für <a href="http://jekyllrb.com" target="_blank">Jekyll</a>, die Unterstützung der Internationalisierung schnell und intuitiv macht, für Blogs groß und klein. Hergestellt von <a href="https://github.com/untra" target="_blank">@untra</a>.
Copy file name to clipboardExpand all lines: site/_posts/2021-07-17-polyglot-1.5.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: Polyglot 1.5.0
4
4
lang: en
5
5
---
6
6
7
-
Polyglot Release for version [version 1.5.0](https://rubygems.org/gems/jekyll-polyglot/versions/1.5.0), with new support for staggered builds by logical cpus.
7
+
Polyglot Release for [version 1.5.0](https://rubygems.org/gems/jekyll-polyglot/versions/1.5.0), with new support for staggered builds by logical cpus.
0 commit comments