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!
Presentación de Polyglot para la versión version 1.5.0, con nuevo soporte para compilaciones escalonadas por CPU lógico.
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 ha ayudado a que su sitio web se expanda a nuevos territorios y mercados? ¿Tiene alguna sugerencia, contribución o corrección de errores que le gustaría proporcionar? ¿Quiere ver este sitio web traducido a su idioma nativo?
Drop me a line, open a issues or make a PR!
Se agradece mucho todo el apoyo y las contribuciones.
Lanzamiento de parche adicional de Polyglot version 1.4.1 ya disponible!
Fallout from cleanup led to a small fix and some tests.
¡Se han agregado páginas del sitio en idioma ruso!
Je recherche des volontaires qui aimeraient voir le Jekyll-Polyglot homepage representado en su idioma de origen! Si encuentra útil este software y desea ver su idioma representado, simplemente comuníquese con el github issues.
Polyglot version 1.4.0 is out!
gem install jekyll-polyglot
href
estático no relativizadoEsta versión proporciona una nueva liquid block tag {% static_href %}href=”…”{% endstatic_href %} que se puede utilizar para crear href attributes in anchor tags que no están relativizados por Polyglot.
Jekyll-Polyglot es bastante codicioso e ingenuo en su relativización, por lo que si desea una URL que sea implícitamente estática (como para hacer un cambiador de idioma, por cierto), esta liquid tag will Ayudarte a construir ese desenredado href=”…” tag in anchor elements.
Polyglot 1.4.0 agrega soporte para lang-exclusive: [ ]
frontmatter en documentos. Si se agrega a un documento, este frontmatter limitará la generación del documento a ese idioma específico.
---
lang-exclusive: ['es']
---
Esta es una forma de controlar qué idiomas pueden ver un documento, incluso si ese documento puede no tener un equivalente en el sitio de idioma predeterminado.
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 representado en su idioma de origen! Si encuentra útil este software y desea ver su idioma representado, simplemente comuníquese con el 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!