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!
Version polyglotte pour la version version 1.5.0, avec une nouvelle prise en charge des builds échelonnés par processeur logique.
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!
Polyglot a-t-il aidé votre site Web à se développer sur de nouveaux territoires et marchés ? Avez-vous une suggestion, une contribution ou une correction de bogue que vous aimeriez fournir ? Vous voulez voir ce site Web traduit dans votre langue maternelle ?
Drop me a line, open a issues or make a PR!
Tout le soutien et les contributions sont grandement appréciés.
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
Cette version fournit un nouveau liquid block tag {% static_href %}href=”…”{% endstatic_href %} qui peut être utilisé pour créer href attributes in anchor tags qui ne sont pas relativisés par Polyglot.
Jekyll-Polyglot est assez gourmand et naïf dans sa relativisation, et donc si vous voulez une url implicitement statique (comme pour faire un sélecteur de langue, au fait), ce liquid tag will vous aider à construire ce démêlé href=”…” tag in anchor elements.
Polyglot 1.4.0 ajoute le support pour lang-exclusive: [ ]
frontmatter dans les documents. S’il est ajouté à un document, ce frontmatter limitera la génération du document à cette langue spécifique.
---
lang-exclusive: ['fr']
---
C’est un moyen de contrôler quelles langues peuvent voir un document, même si ce document n’a pas d’équivalent dans le site de langue par défaut.
The {% static_href %} tag is also available as {% Static_Href %} , and the existing {% I18n_Headers %} tag now can be called as {% i18n_headers %}
Je recherche des volontaires qui aimeraient voir le Jekyll-Polyglot homepage représenté dans votre langue d’origine! Si vous trouvez ce logiciel utile et que vous souhaitez voir votre langue représentée, contactez simplement le 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!