Polyglot 1.5.1

Polyglot Release for version 1.5.1.

With support from dougieh Polyglot will now relativize urls in anchor links.

Support for Hebrew

Shalom my hebrews and shebrews, Polyglot’s website is now in עברית!

Dutch Site Support

Thanks to github user @PanderMusubi the site now supports nl dutch! Bedankt!

Polyglot 1.5.0

Presentación de Polyglot para la versión version 1.5.0, con nuevo soporte para compilaciones escalonadas por CPU lógico.

Construcciones escalonadas más rápidas

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.

Actualizaciones misceláneas

  • Added Links to the github source code on every page on the site from the sidebar.
  • Updated repo readme with new details about logical cpu usage.
  • Polyglot continuous integration now provided by CircleCI.
  • Github user musicmichaelc created a jekyll theme with updates for use with polyglot multilingual support.

Gracias

This release was made possible with the support of the following github users!

¿Quiero ayudar?

¿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.

Polyglot 1.4.1

Lanzamiento de parche adicional de Polyglot version 1.4.1 ya disponible!

small fix for i18n_headers

Fallout from cleanup led to a small fix and some tests.

Привет a nuestros amigos rusos

¡Se han agregado páginas del sitio en idioma ruso!

¿Quieres ver tu idioma destacado?

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 1.4.0

Polyglot version 1.4.0 is out!

gem install jekyll-polyglot

href estático no relativizado

Esta 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.

Generación de idioma de sitio exclusivo

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.

Cambiar el nombre de algunos liquid tags

The {% static_href %} tag is also available as {% Static_Href %} , and the existing {% I18n_Headers %} tag now can be called as {% i18n_headers %}

¿Quieres ver tu idioma destacado?

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.