Dutch Site Support
15 Jan 2022Thanks to github user @PanderMusubi the site now supports nl
dutch! Bedankt!
Thanks to github user @PanderMusubi the site now supports nl
dutch! Bedankt!
Polyglot-Release für Version version 1.5.0, mit neuer Unterstützung für gestaffelte Builds durch logische CPU.
This release modifies polyglot to start builds only after it confirms there is a cpu core ready to receive the build thread. This makes jekyll site builds run much faster on machines building more languages than with logical cpus ready to process the builds, preventing machine thrash and streamlining builds for large sites.
This release was made possible with the support of the following github users!
Hat Polyglot geholfen Ihre Website in neue Gebiete und Märkte expandieren? Haben Sie einen Vorschlag, Beitrag oder Bugfix, den Sie bereitstellen möchten? Möchten Sie diese Website in Ihre Muttersprache übersetzt sehen?
Drop me a line, open a issues or make a PR!
Alle Unterstützung und Beiträge werden sehr geschätzt.
Bonus patch release of Polyglot version 1.4.1 is out!
Fallout from cleanup led to a small fix and some tests
Russian language site pages have been added!
I am looking for any volunteers that would like to see the Jekyll-Polyglot homepage represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the github issues.
Polyglot version 1.4.0 is out!
gem install jekyll-polyglot
href
Diese Version bietet eine neue liquid block tag {% static_href %}href=”…”{% endstatic_href %} die verwendet werden kann, um zu erstellen href attributes in anchor tags das sind nicht relativiert von Polyglot.
Jekyll-Polyglot ist ziemlich gierig und naiv in seiner Relativierung, und wenn Sie also eine URL wollen, die explizit statisch ist (wie für einen Sprachumschalter machen, apropos), dies liquid tag will helfen Sie, das entwirrt zu konstruieren href=”…” tag in anchor elements.
Polyglot 1.4.0 fügt Unterstützung für lang-exclusive: [ ]
frontmaterie in Dokumenten. Wenn dieses Dokument einem Dokument hinzugefügt wird, beschränkt es die Generierung des Dokuments auf diese bestimmte Sprache.
---
lang-exclusive: ['de']
---
Auf diese Weise können Sie steuern, in welchen Sprachen ein Dokument angezeigt werden kann, auch wenn dieses Dokument auf der Standardsprachensite möglicherweise keine Entsprechung aufweist.
The {% static_href %} tag is also available as {% Static_Href %} , and the existing {% I18n_Headers %} tag now can be called as {% i18n_headers %}
Ich suche Freiwillige, die das sehen möchten Jekyll-Polyglot homepage in Ihrer Herkunftssprache vertreten! Wenn Sie diese Software hilfreich finden und Ihre Sprache dargestellt sehen möchten, wenden Sie sich einfach an github issues.
Polyglot version 1.3.3 is out! It includes a minor fix for when running jekyll serve --incremental
with polyglot installed on a fresh build.
gem install jekyll-polyglot
This release was made possible with the support of the following github user!