diff --git a/.gitignore b/.gitignore index da56d113f..0058d1fe7 100644 --- a/.gitignore +++ b/.gitignore @@ -47,5 +47,8 @@ Gemfile.lock _site/** vendor/bundle +# test output +rspec.xml + # NOTE: this will need to be ungitignored to run publish # site/_site diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..01c37d259 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Welcome to Polyglot contributing guide +Thank you for investing your time in contributing to our project! Any contribution you make will be reflected on https://polyglot.untra.io ✨. + +This guide covers steps for interested contributors to polyglot source code, documentation or example website. + +## Running tests + +If you make any contributions to ruby source code, I will request you add a test to the spec. + +In the spec/ directory there are a series of ruby spec files. + +run tests with `bundle exec rspec` + diff --git a/Gemfile b/Gemfile index 2f230d07d..7fd365454 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,6 @@ group :test do gem 'rubocop', '~>1.36.0' end -gem 'github-pages' gem 'jekyll' gem 'jekyll-paginate' gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index cc2b386a7..cc9475382 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,210 +1,47 @@ PATH remote: . specs: - jekyll-polyglot (1.5.1) - jekyll (>= 3.0) + jekyll-polyglot (1.6.0) + jekyll (>= 4.0, >= 3.0) GEM remote: https://rubygems.org/ specs: - activesupport (6.0.6.1) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.11.1) colorator (1.1.0) - commonmarker (0.23.7) concurrent-ruby (1.2.2) diff-lcs (1.5.0) - dnsruby (1.61.9) - simpleidn (~> 0.1) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - ethon (0.15.0) - ffi (>= 1.15.0) eventmachine (1.2.7) - execjs (2.8.1) - faraday (2.5.2) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.0) ffi (1.15.5) forwardable-extended (2.6.0) - gemoji (3.0.1) - github-pages (227) - github-pages-health-check (= 1.17.9) - jekyll (= 3.9.2) - jekyll-avatar (= 0.7.0) - jekyll-coffeescript (= 1.1.1) - jekyll-commonmark-ghpages (= 0.2.0) - jekyll-default-layout (= 0.1.4) - jekyll-feed (= 0.15.1) - jekyll-gist (= 1.5.0) - jekyll-github-metadata (= 2.13.0) - jekyll-include-cache (= 0.2.1) - jekyll-mentions (= 1.6.0) - jekyll-optional-front-matter (= 0.3.2) - jekyll-paginate (= 1.1.0) - jekyll-readme-index (= 0.3.0) - jekyll-redirect-from (= 0.16.0) - jekyll-relative-links (= 0.6.1) - jekyll-remote-theme (= 0.4.3) - jekyll-sass-converter (= 1.5.2) - jekyll-seo-tag (= 2.8.0) - jekyll-sitemap (= 1.4.0) - jekyll-swiss (= 1.0.0) - jekyll-theme-architect (= 0.2.0) - jekyll-theme-cayman (= 0.2.0) - jekyll-theme-dinky (= 0.2.0) - jekyll-theme-hacker (= 0.2.0) - jekyll-theme-leap-day (= 0.2.0) - jekyll-theme-merlot (= 0.2.0) - jekyll-theme-midnight (= 0.2.0) - jekyll-theme-minimal (= 0.2.0) - jekyll-theme-modernist (= 0.2.0) - jekyll-theme-primer (= 0.6.0) - jekyll-theme-slate (= 0.2.0) - jekyll-theme-tactile (= 0.2.0) - jekyll-theme-time-machine (= 0.2.0) - jekyll-titles-from-headings (= 0.5.3) - jemoji (= 0.12.0) - kramdown (= 2.3.2) - kramdown-parser-gfm (= 1.1.0) - liquid (= 4.0.3) - mercenary (~> 0.3) - minima (= 2.5.1) - nokogiri (>= 1.13.6, < 2.0) - rouge (= 3.26.0) - terminal-table (~> 1.4) - github-pages-health-check (1.17.9) - addressable (~> 2.3) - dnsruby (~> 1.60) - octokit (~> 4.0) - public_suffix (>= 3.0, < 5.0) - typhoeus (~> 1.3) - html-pipeline (2.14.2) - activesupport (>= 2) - nokogiri (>= 1.4) http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - jekyll (3.9.2) + jekyll (4.0.1) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) - i18n (~> 0.7) - jekyll-sass-converter (~> 1.0) + i18n (>= 0.9.5, < 2) + jekyll-sass-converter (~> 2.0) jekyll-watch (~> 2.0) - kramdown (>= 1.17, < 3) + kramdown (~> 2.1) + kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) mercenary (~> 0.3.3) pathutil (~> 0.9) - rouge (>= 1.7, < 4) + rouge (~> 3.0) safe_yaml (~> 1.0) - jekyll-avatar (0.7.0) - jekyll (>= 3.0, < 5.0) - jekyll-coffeescript (1.1.1) - coffee-script (~> 2.2) - coffee-script-source (~> 1.11.1) - jekyll-commonmark (1.4.0) - commonmarker (~> 0.22) - jekyll-commonmark-ghpages (0.2.0) - commonmarker (~> 0.23.4) - jekyll (~> 3.9.0) - jekyll-commonmark (~> 1.4.0) - rouge (>= 2.0, < 4.0) - jekyll-default-layout (0.1.4) - jekyll (~> 3.0) - jekyll-feed (0.15.1) - jekyll (>= 3.7, < 5.0) - jekyll-gist (1.5.0) - octokit (~> 4.2) - jekyll-github-metadata (2.13.0) - jekyll (>= 3.4, < 5.0) - octokit (~> 4.0, != 4.4.0) - jekyll-include-cache (0.2.1) - jekyll (>= 3.7, < 5.0) - jekyll-mentions (1.6.0) - html-pipeline (~> 2.3) - jekyll (>= 3.7, < 5.0) - jekyll-optional-front-matter (0.3.2) - jekyll (>= 3.0, < 5.0) + terminal-table (~> 1.8) jekyll-paginate (1.1.0) - jekyll-readme-index (0.3.0) - jekyll (>= 3.0, < 5.0) - jekyll-redirect-from (0.16.0) - jekyll (>= 3.3, < 5.0) - jekyll-relative-links (0.6.1) - jekyll (>= 3.3, < 5.0) - jekyll-remote-theme (0.4.3) - addressable (~> 2.0) - jekyll (>= 3.5, < 5.0) - jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) - rubyzip (>= 1.3.0, < 3.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-seo-tag (2.8.0) - jekyll (>= 3.8, < 5.0) - jekyll-sitemap (1.4.0) - jekyll (>= 3.7, < 5.0) - jekyll-swiss (1.0.0) - jekyll-theme-architect (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-cayman (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-dinky (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-hacker (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-leap-day (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-merlot (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-midnight (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-minimal (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-modernist (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-primer (0.6.0) - jekyll (> 3.5, < 5.0) - jekyll-github-metadata (~> 2.9) - jekyll-seo-tag (~> 2.0) - jekyll-theme-slate (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-tactile (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-theme-time-machine (0.2.0) - jekyll (> 3.5, < 5.0) - jekyll-seo-tag (~> 2.0) - jekyll-titles-from-headings (0.5.3) - jekyll (>= 3.3, < 5.0) + jekyll-sass-converter (2.2.0) + sassc (> 2.0.1, < 3.0) jekyll-watch (2.2.1) listen (~> 3.0) - jemoji (0.12.0) - gemoji (~> 3.0) - html-pipeline (~> 2.2) - jekyll (>= 3.0, < 5.0) json (2.6.2) kramdown (2.3.2) rexml @@ -216,19 +53,12 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) mini_portile2 (2.8.1) - minima (2.5.1) - jekyll (>= 3.5, < 5.0) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) minitest (5.16.3) nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) nokogiri (1.13.10-x86_64-darwin) racc (~> 1.4) - octokit (4.25.1) - faraday (>= 1, < 3) - sawyer (~> 0.9) parallel (1.22.1) parser (3.1.2.1) ast (~> 2.4.1) @@ -272,38 +102,19 @@ GEM rubocop-ast (1.21.0) parser (>= 3.1.1.0) ruby-progressbar (1.11.0) - ruby2_keywords (0.0.5) - rubyzip (2.3.2) safe_yaml (1.0.5) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.9.2) - addressable (>= 2.3.5) - faraday (>= 0.17.3, < 3) - simpleidn (0.2.1) - unf (~> 0.1.4) - terminal-table (1.6.0) - thread_safe (0.3.6) - typhoeus (1.4.0) - ethon (>= 0.9.0) - tzinfo (1.2.11) - thread_safe (~> 0.1) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.2) - unicode-display_width (2.3.0) + sassc (2.4.0) + ffi (~> 1.9) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + unicode-display_width (1.8.0) webrick (1.7.0) - zeitwerk (2.6.7) PLATFORMS ruby x86_64-darwin-21 DEPENDENCIES - github-pages jekyll jekyll-paginate jekyll-polyglot! diff --git a/README.md b/README.md index 801bce936..4d29ac88e 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ or whatever appropriate [I18n language code](https://developer.chrome.com/websto the page should build for. And you're done. Ideally, when designing your site, you should organize files by their relative urls. +You can see how the live polyglot website [configures and supports multiple languages](https://github.com/untra/polyglot/blob/master/site/_config.yml#L28-L37), and examples of [community](https://github.com/untra/polyglot/pull/155) [language](https://github.com/untra/polyglot/pull/167) [contributions](https://github.com/untra/polyglot/pull/177). + Polyglot works by associating documents with similar permalinks to the `lang` specified in their frontmatter. Files that correspond to similar routes should have identical permalinks. If you don't provide a permalink for a post, ___make sure you are consistent___ with how you place and name corresponding files: ``` _posts/2010-03-01-salad-recipes-en.md @@ -142,7 +144,7 @@ lang-exclusive: ['en', 'fr'] #### Machine-aware site building _New in 1.5.0_ -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. +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. #### Localized site.data @@ -155,6 +157,13 @@ This plugin makes modifications to existing Jekyll classes and modules, namely ` `Jekyll::Site.process` is the entry point for the Jekyll build process. Take care whatever other plugins you use do not also attempt to overwrite this method. You may have problems. + +### Writing Tests and Debugging +_:wave: I need assistance with modern ruby best practices for test maintenance with rake and rspec. If you got the advice I have the ears._ + +Tests are run with `bundle exec rake`. Tests are in the `/spec` directory, and test failure output detail can be examined in the `rspec.xml` file. + + ## Features This plugin stands out from other I18n Jekyll plugins. - automatically corrects your relative links, keeping your *french* visitors on your *french* website, even when content has to fallback to the `default_lang`. @@ -181,10 +190,10 @@ Feel free to open a PR and list your multilingual blog here you may want to shar * [Ubuntu MATE](https://ubuntu-mate.org) * [Leo3418 blog](https://leo3418.github.io/) * [Gaphor](https://gaphor.org) +* [Yi Yunseok's personal blog website](https://Yi-Yunseok.GitHub.io) ## Compatibility Currently supports Jekyll 3.0 , and Jekyll 4.0 - * Windows users will need to disable parallel_localization on their machines by setting `parallel_localization: false` in the `_config.yml` * In Jekyll 4.0 , SCSS source maps will generate improperly due to how Polyglot operates. The workaround is to disable the CSS sourcemaps. Adding the following to your `config.yml` will disable sourcemap generation: ```yaml @@ -195,18 +204,21 @@ sass: ## Contributions Please! I need all the support I can get! 🙏 -But for real I would appreciate any contributions and support. This started as an open-source side-project and has gotten bigger than I'd ever imagine! +But for real I would appreciate any code contributions and support. This started as an open-source side-project and has gotten bigger than I'd ever imagine! If you have something you'd like to contribute to jekyll-polyglot, please open a PR! ## 2.0 Roadmap -* [ ] - **site language**: portuguese `pt_BR` `pt_PT` +* [ ] - **site language**: portuguese Brazil `pt-BR` `pt-PT` +* [ ] - **site language**: portuguese Portugal `pt-BR` `pt-PT` * [ ] - **site language**: arabic `ar` * [ ] - **site language**: japanese `ja` * [x] - **site language**: russian `ru` * [x] - **site language**: dutch `nl` * [x] - **site language**: korean `ko` * [x] - **site language**: hebrew `he` +* [x] - **site language**: chinese China `zh-CN` +* [ ] - **site language**: chinese Taiwan `zh_TW` * [ ] - get whitelisted as an official github-pages jekyll plugin * [x] - update CI provider diff --git a/jekyll-polyglot.gemspec b/jekyll-polyglot.gemspec index b92256b63..bba83c973 100644 --- a/jekyll-polyglot.gemspec +++ b/jekyll-polyglot.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'jekyll-polyglot' - s.version = '1.5.1' - s.date = '2022-10-01' + s.version = '1.6.0' + s.date = '2023-06-08' s.summary = 'I18n plugin for Jekyll Blogs' s.description = 'Fast open source i18n plugin for Jekyll blogs.' s.authors = ['Samuel Volin'] @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.files = ['README.md', 'LICENSE'] + Dir['lib/**/*'] s.homepage = 'https://polyglot.untra.io/' s.license = 'MIT' - s.add_runtime_dependency('jekyll', '>= 3.0') + s.add_runtime_dependency('jekyll', '>= 3.0', '>= 4.0') s.required_ruby_version = '>= 2.4.0' s.required_rubygems_version = '>= 2.7.0' end diff --git a/make.sh b/make.sh index 960efb70a..07a4371a6 100755 --- a/make.sh +++ b/make.sh @@ -1,5 +1,5 @@ #! /bin/sh -VERSION="1.5.1" +VERSION="1.6.0" # this is running tests gem build jekyll-polyglot.gemspec gem install jekyll-polyglot-$VERSION.gem diff --git a/rspec.xml b/rspec.xml deleted file mode 100644 index 2bca63146..000000000 --- a/rspec.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/site/_posts/2023-06-8-polyglot-1.6.0-chinese-support.md b/site/_posts/2023-06-8-polyglot-1.6.0-chinese-support.md new file mode 100644 index 000000000..458565998 --- /dev/null +++ b/site/_posts/2023-06-8-polyglot-1.6.0-chinese-support.md @@ -0,0 +1,23 @@ +--- +layout: post +title: Polyglot 1.6.0 and Simplified Chinese language support +lang: en +--- + +The [Polyglot website](https://polyglot.untra.io/zh-CN/) has been updated with support for Chinese! + +This is made possible by **[aturret](https://github.com/aturret)**, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation. + +Additionally, [jekyll-polyglot 1.6.0](https://rubygems.org/gems/jekyll-polyglot/versions/1.6.0) is now available from rubygems. + +## Fix for relativization of frozen strings + +Polyglot used [String::gsub!](https://apidock.com/ruby/String/gsub!) which mutates a `.frozen?` string. This has now been fixed to duplicate the cloned string before modifying it. + +## Fix for site navigation not being translated + +A typo in the html on the site layout prevented the previous page navigation from being translated correctly. + +## Support for Chinese Language + +With a big 谢谢 of support and appreciation to **aturret**, [polyglot.untra.io](https://polyglot.untra.io/zh-CN) now supports a `zh-CN` Simplified Chinese translation! diff --git a/site/_posts/zh-CN/2023-06-08-polyglot-1.6.0-chinese-support.md b/site/_posts/zh-CN/2023-06-08-polyglot-1.6.0-chinese-support.md new file mode 100644 index 000000000..b3ebcc21e --- /dev/null +++ b/site/_posts/zh-CN/2023-06-08-polyglot-1.6.0-chinese-support.md @@ -0,0 +1,23 @@ +--- +layout: post +title: Polyglot 1.6.0 以及简体中文支持 +lang: zh-CN +--- + +[Polyglot 网站](https://polyglot.untra.io/zh-CN/) 现已更新支持中文! + +本次更新由 **[aturret](https://github.com/aturret)** 带来。他做出了包括插件 bug 修正、网站 bug 修正,以及整个网站的中文完全翻译在内的诸多贡献。 + +此外,现在可以通过 RubyGems 下载 [jekyll-polyglot 1.6.0](https://rubygems.org/gems/jekyll-polyglot/versions/1.6.0) 了。 + +## 修复对冻结字符串进行相对化时的问题 + +Polyglot 先前使用 [String::gsub!](https://apidock.com/ruby/String/gsub!) 进行字符串修正,导致在修正 `.frozen?` 字符串时出现错误。现在已通过在修改之前复制一份克隆的字符串修复此问题。 + +## 修复站点导航未被翻译的问题 + +之前,网站布局中 html 中存在拼写错误,导致无法正确翻译之前的翻页导航。现已修复。 + +## 中文语言支持 + +要向 **aturret** 的支持和欣赏说声大大的谢谢, [polyglot.untra.io](https://polyglot.untra.io/zh-CN) 现在支持 `zh-CN` 简体中文翻译了! diff --git a/site/_site/2012/02/06/whats-jekyll/index.html b/site/_site/2012/02/06/whats-jekyll/index.html index 836a28603..bb56e57ce 100644 --- a/site/_site/2012/02/06/whats-jekyll/index.html +++ b/site/_site/2012/02/06/whats-jekyll/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2013/12/28/introducing-hyde/index.html b/site/_site/2013/12/28/introducing-hyde/index.html index 6cec58c6b..760a4c8ec 100644 --- a/site/_site/2013/12/28/introducing-hyde/index.html +++ b/site/_site/2013/12/28/introducing-hyde/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,7 +150,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/404">404</a>, <a href="/atom.xml">RSS feed</a>, posts, and <a href="/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -160,8 +162,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -184,27 +186,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2015/09/19/presenting-polyglot/index.html b/site/_site/2015/09/19/presenting-polyglot/index.html index 5e33d8122..84e23756a 100644 --- a/site/_site/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/2015/09/19/presenting-polyglot/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -198,27 +200,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2015/11/14/polyglot-version-1-1/index.html b/site/_site/2015/11/14/polyglot-version-1-1/index.html index 0105bd6d2..3ffc06bfb 100644 --- a/site/_site/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/2015/11/14/polyglot-version-1-1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -152,27 +154,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/2016/04/20/Polyglot-1.2.0/index.html index 8d34c636f..89cb45f04 100644 --- a/site/_site/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/2016/04/20/Polyglot-1.2.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,13 +145,13 @@ <h1 class="post-title">Polyglot 1.2.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>and list <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>and list <code class="highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="highlighter-rouge">_config.yml</code></p> <p>It involves mostly groundwork to prepare for new features and better multilingual content management. It does have a new feature:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="language-plaintext highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> +<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -174,27 +176,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/2016/12/16/Polyglot-1.2.4/index.html index 80a42437e..0d7db2ec7 100644 --- a/site/_site/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/2016/12/16/Polyglot-1.2.4/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -146,12 +148,12 @@ <h1 class="post-title">Polyglot 1.2.4</h1> <p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> <h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> <h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> <p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> <p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> @@ -160,12 +162,12 @@ <h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is- <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> <p>Users can now use</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/2017/07/23/Polyglot-1.3.0/index.html index 4a381fa47..6e08215cf 100644 --- a/site/_site/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/2017/07/23/Polyglot-1.3.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -149,17 +151,17 @@ <h1 class="post-title">Polyglot 1.3.0</h1> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Language specific content defined in your <code class="language-plaintext highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="language-plaintext highlighter-rouge">active_lang</code> content gets precedence over <code class="language-plaintext highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="highlighter-rouge">site.data</code></h3> +<p>Language specific content defined in your <code class="highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="highlighter-rouge">active_lang</code> content gets precedence over <code class="highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="language-plaintext highlighter-rouge">default_lang</code> site root</h3> -<p>If the <code class="language-plaintext highlighter-rouge">default_lang</code> is not defined in the <code class="language-plaintext highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="highlighter-rouge">default_lang</code> site root</h3> +<p>If the <code class="highlighter-rouge">default_lang</code> is not defined in the <code class="highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> +<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="highlighter-rouge">i18n_headers</code> tag</h3> <p>Document processing is now faster, and fixes were made to the i18n_headers for when the site.url is defined. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="language-plaintext highlighter-rouge">active_lang</code> site payload</h3> -<p>This allows custom keys to be defined with the <code class="language-plaintext highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> +<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="highlighter-rouge">active_lang</code> site payload</h3> +<p>This allows custom keys to be defined with the <code class="highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> @@ -169,27 +171,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2020/04/29/polyglot-1.3.2/index.html b/site/_site/2020/04/29/polyglot-1.3.2/index.html index 47bd3c737..3e9e5f89e 100644 --- a/site/_site/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/2020/04/29/polyglot-1.3.2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,13 +150,13 @@ <h1 class="post-title">Polyglot 1.3.2</h1> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -164,27 +166,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2020/07/19/polyglot-1.3.3/index.html b/site/_site/2020/07/19/polyglot-1.3.3/index.html index 8b028d84d..be4dc067d 100644 --- a/site/_site/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/2020/07/19/polyglot-1.3.3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Polyglot 1.3.3</h1> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -156,27 +158,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2021/02/07/polyglot-1.4.0/index.html b/site/_site/2021/02/07/polyglot-1.4.0/index.html index 885ceac96..4a2b9445c 100644 --- a/site/_site/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/2021/02/07/polyglot-1.4.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,7 +145,7 @@ <h1 class="post-title">Polyglot 1.4.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="static-unrelativized-href">static unrelativized <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="static-unrelativized-href">static unrelativized <code class="highlighter-rouge">href</code></h2> <p>This release provides a new liquid block tag {% static_href %}href=”…”{% endstatic_href %} which can be used to create href attributes in anchor tags that are not relativized by Polyglot.</p> @@ -151,7 +153,7 @@ <h2 id="static-unrelativized-href">static unrelativized <code class="language-pl <h2 id="exclusive-site-language-generation">Exclusive site language generation</h2> -<p>Polyglot 1.4.0 adds support for <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> +<p>Polyglot 1.4.0 adds support for <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">en'</span><span class="pi">]</span> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2021/04/18/polyglot-1.4.1/index.html b/site/_site/2021/04/18/polyglot-1.4.1/index.html index c2d7f1060..258fd9cd6 100644 --- a/site/_site/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/2021/04/18/polyglot-1.4.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -161,27 +163,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2021/07/17/polyglot-1.5.0/index.html b/site/_site/2021/07/17/polyglot-1.5.0/index.html index 4e0ea19cb..73b46ae83 100644 --- a/site/_site/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/2021/07/17/polyglot-1.5.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -180,27 +182,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2022-01-15-dutch-site-support/index.html b/site/_site/2022-01-15-dutch-site-support/index.html index d5f657507..96539558d 100644 --- a/site/_site/2022-01-15-dutch-site-support/index.html +++ b/site/_site/2022-01-15-dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date"></span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> diff --git a/site/_site/2022/01/15/dutch-site-support/index.html b/site/_site/2022/01/15/dutch-site-support/index.html index 6b9051764..79768f237 100644 --- a/site/_site/2022/01/15/dutch-site-support/index.html +++ b/site/_site/2022/01/15/dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -149,27 +151,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/2022/10/01/polyglot-1.5.1/index.html b/site/_site/2022/10/01/polyglot-1.5.1/index.html index a4dda0dfd..fb9989909 100644 --- a/site/_site/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/2022/10/01/polyglot-1.5.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/2023/02/27/korean-support/index.html b/site/_site/2023/02/27/korean-support/index.html index 524df4ab6..af94a5a79 100644 --- a/site/_site/2023/02/27/korean-support/index.html +++ b/site/_site/2023/02/27/korean-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/02/27/korean-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,27 +153,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> <li> <h3> - <a href="/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/2023/06/08/polyglot-1.6.0-chinese-support/index.html b/site/_site/2023/06/08/polyglot-1.6.0-chinese-support/index.html new file mode 100644 index 000000000..634fc9ca8 --- /dev/null +++ b/site/_site/2023/06/08/polyglot-1.6.0-chinese-support/index.html @@ -0,0 +1,209 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="en"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"/> + + <title> + + Polyglot 1.6.0 and Simplified Chinese language support · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.6.0 and Simplified Chinese language support

+ +

The Polyglot website has been updated with support for Chinese!

+ +

This is made possible by aturret, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.

+ +

Additionally, jekyll-polyglot 1.6.0 is now available from rubygems.

+ +

Fix for relativization of frozen strings

+ +

Polyglot used String::gsub! which mutates a .frozen? string. This has now been fixed to duplicate the cloned string before modifying it.

+ +

Fix for site navigation not being translated

+ +

A typo in the html on the site layout prevented the previous page navigation from being translated correctly.

+ +

Support for Chinese Language

+ +

With a big 谢谢 of support and appreciation to aturret, polyglot.untra.io now supports a zh-CN Simplified Chinese translation!

+ +
+ + + +
+ + + + + diff --git a/site/_site/a-really-long/permalink/index.html b/site/_site/a-really-long/permalink/index.html index ee9961275..88934e516 100644 --- a/site/_site/a-really-long/permalink/index.html +++ b/site/_site/a-really-long/permalink/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/about/index.html b/site/_site/about/index.html index d048b4d1a..5acecccd4 100644 --- a/site/_site/about/index.html +++ b/site/_site/about/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/about/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/about/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/about/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/about/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/about/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/about/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/about/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/about/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/about/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/about/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/about/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/about/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/about/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/de/2012/02/06/whats-jekyll/index.html b/site/_site/de/2012/02/06/whats-jekyll/index.html index 7e05b1efa..e2e1caf34 100644 --- a/site/_site/de/2012/02/06/whats-jekyll/index.html +++ b/site/_site/de/2012/02/06/whats-jekyll/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2013/12/28/introducing-hyde/index.html b/site/_site/de/2013/12/28/introducing-hyde/index.html index 64e75a46a..a8db9ff6a 100644 --- a/site/_site/de/2013/12/28/introducing-hyde/index.html +++ b/site/_site/de/2013/12/28/introducing-hyde/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,7 +150,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/de/404">404</a>, <a href="/de/atom.xml">RSS feed</a>, posts, and <a href="/de/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -160,8 +162,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -184,27 +186,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2015/09/19/presenting-polyglot/index.html b/site/_site/de/2015/09/19/presenting-polyglot/index.html index cbcc7fc95..d50a6c218 100644 --- a/site/_site/de/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/de/2015/09/19/presenting-polyglot/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -198,27 +200,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2015/11/14/polyglot-version-1-1/index.html b/site/_site/de/2015/11/14/polyglot-version-1-1/index.html index a9776b9ad..31b64e078 100644 --- a/site/_site/de/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/de/2015/11/14/polyglot-version-1-1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -152,27 +154,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/de/2016/04/20/Polyglot-1.2.0/index.html index 0389ba0aa..64f7355e4 100644 --- a/site/_site/de/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/de/2016/04/20/Polyglot-1.2.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,13 +145,13 @@ <h1 class="post-title">Polyglot 1.2.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>und eine Liste <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> unter Ihren aufgelisteten Edelsteine ​​in Ihrer <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>und eine Liste <code class="highlighter-rouge">jekyll-polyglot</code> unter Ihren aufgelisteten Edelsteine ​​in Ihrer <code class="highlighter-rouge">_config.yml</code></p> <p>Es geht vor allem Grundstein für neue Funktionen und eine bessere Verwaltung mehrsprachiger Inhalte vorzubereiten. Er hat eine neue Funktion:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Setzen Sie diesen Tag mit der <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url Ihrer Website</a> in Ihrem <code class="language-plaintext highlighter-rouge">head.html</code> enthält Datei die maximale SEO zu erhalten, die von mit einer mehrsprachigen Website. Es ist die gleiche wie die folgende Flüssigkeit Code:</p> +<p>Setzen Sie diesen Tag mit der <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url Ihrer Website</a> in Ihrem <code class="highlighter-rouge">head.html</code> enthält Datei die maximale SEO zu erhalten, die von mit einer mehrsprachigen Website. Es ist die gleiche wie die folgende Flüssigkeit Code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -174,27 +176,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/de/2016/12/16/Polyglot-1.2.4/index.html index fd3bcac60..f8b7621db 100644 --- a/site/_site/de/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/de/2016/12/16/Polyglot-1.2.4/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -146,12 +148,12 @@ <h1 class="post-title">Polyglot 1.2.4</h1> <p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> <h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> <h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> <p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> <p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> @@ -160,12 +162,12 @@ <h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is- <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> <p>Users can now use</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/de/2017/07/23/Polyglot-1.3.0/index.html index 7bb8aeeea..eab8488e4 100644 --- a/site/_site/de/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/de/2017/07/23/Polyglot-1.3.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -149,17 +151,17 @@ <h1 class="post-title">Polyglot 1.3.0</h1> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="rekursiv-verschmelzen-sprachspezifisch-sitedata">Rekursiv verschmelzen sprachspezifisch <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Sprachspezifische Inhalte, die in Ihrem <code class="language-plaintext highlighter-rouge">site.data</code>-Verzeichnis definiert sind, werden nun rekursiv zusammengeführt, so dass <code class="language-plaintext highlighter-rouge">active_lang</code> inhalt bekommt Vorrang vor <code class="language-plaintext highlighter-rouge">default_lang</code> inhalt, bekommt Vorrang vor kein sprachinhalt. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="rekursiv-verschmelzen-sprachspezifisch-sitedata">Rekursiv verschmelzen sprachspezifisch <code class="highlighter-rouge">site.data</code></h3> +<p>Sprachspezifische Inhalte, die in Ihrem <code class="highlighter-rouge">site.data</code>-Verzeichnis definiert sind, werden nun rekursiv zusammengeführt, so dass <code class="highlighter-rouge">active_lang</code> inhalt bekommt Vorrang vor <code class="highlighter-rouge">default_lang</code> inhalt, bekommt Vorrang vor kein sprachinhalt. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="baue-nicht-zugewiesene-dateien-an-default_lang-standort-root">Baue nicht zugewiesene Dateien an <code class="language-plaintext highlighter-rouge">default_lang</code> standort root</h3> -<p>Wenn das <code class="language-plaintext highlighter-rouge">default_lang</code> nicht in den <code class="language-plaintext highlighter-rouge">languages</code> definiert ist, stellt dies sicher, dass nicht zugewiesene Dateien (wie die von der Lokalisierung ausgeschlossenen) noch nicht auf den Standort root geschrieben werden. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="baue-nicht-zugewiesene-dateien-an-default_lang-standort-root">Baue nicht zugewiesene Dateien an <code class="highlighter-rouge">default_lang</code> standort root</h3> +<p>Wenn das <code class="highlighter-rouge">default_lang</code> nicht in den <code class="highlighter-rouge">languages</code> definiert ist, stellt dies sicher, dass nicht zugewiesene Dateien (wie die von der Lokalisierung ausgeschlossenen) noch nicht auf den Standort root geschrieben werden. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="leistungsverbesserungen-und-korrekturen-für-i18n_headers-tag">Leistungsverbesserungen und Korrekturen für <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> -<p>Die Dokumentenverarbeitung ist jetzt schneller und es wurden Korrekturen an der <code class="language-plaintext highlighter-rouge">i18n_headers</code> vorgenommen, wenn die Site.url definiert ist. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> +<h3 id="leistungsverbesserungen-und-korrekturen-für-i18n_headers-tag">Leistungsverbesserungen und Korrekturen für <code class="highlighter-rouge">i18n_headers</code> tag</h3> +<p>Die Dokumentenverarbeitung ist jetzt schneller und es wurden Korrekturen an der <code class="highlighter-rouge">i18n_headers</code> vorgenommen, wenn die Site.url definiert ist. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="benutzerdefinierte-tasten-für-active_lang-site-nutzlast">Benutzerdefinierte tasten für <code class="language-plaintext highlighter-rouge">active_lang</code> site-nutzlast</h3> -<p>Damit können benutzerdefinierte Schlüssel mit dem <code class="language-plaintext highlighter-rouge">active_lang</code> definiert werden, was die Interoperabilität zwischen polyglot und anderen Plugins und Themen ermöglicht. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> +<h3 id="benutzerdefinierte-tasten-für-active_lang-site-nutzlast">Benutzerdefinierte tasten für <code class="highlighter-rouge">active_lang</code> site-nutzlast</h3> +<p>Damit können benutzerdefinierte Schlüssel mit dem <code class="highlighter-rouge">active_lang</code> definiert werden, was die Interoperabilität zwischen polyglot und anderen Plugins und Themen ermöglicht. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> @@ -169,27 +171,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2020/04/29/polyglot-1.3.2/index.html b/site/_site/de/2020/04/29/polyglot-1.3.2/index.html index 261ee97ea..8eae4a92f 100644 --- a/site/_site/de/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/de/2020/04/29/polyglot-1.3.2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,13 +150,13 @@ <h1 class="post-title">Polyglot 1.3.2</h1> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -164,27 +166,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2020/07/19/polyglot-1.3.3/index.html b/site/_site/de/2020/07/19/polyglot-1.3.3/index.html index 147b9cacd..11f95245b 100644 --- a/site/_site/de/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/de/2020/07/19/polyglot-1.3.3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Polyglot 1.3.3</h1> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -156,27 +158,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2021/02/07/polyglot-1.4.0/index.html b/site/_site/de/2021/02/07/polyglot-1.4.0/index.html index 6b3d1d23b..3ba52c3e3 100644 --- a/site/_site/de/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/de/2021/02/07/polyglot-1.4.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,7 +145,7 @@ <h1 class="post-title">Polyglot 1.4.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="statisch-nicht-relativiert-href">statisch nicht relativiert <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="statisch-nicht-relativiert-href">statisch nicht relativiert <code class="highlighter-rouge">href</code></h2> <p>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.</p> @@ -151,7 +153,7 @@ <h2 id="statisch-nicht-relativiert-href">statisch nicht relativiert <code class= <h2 id="exklusive-generierung-der-website-sprache">Exklusive Generierung der Website-Sprache</h2> -<p>Polyglot 1.4.0 fügt Unterstützung für <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmaterie in Dokumenten. Wenn dieses Dokument einem Dokument hinzugefügt wird, beschränkt es die Generierung des Dokuments auf diese bestimmte Sprache.</p> +<p>Polyglot 1.4.0 fügt Unterstützung für <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmaterie in Dokumenten. Wenn dieses Dokument einem Dokument hinzugefügt wird, beschränkt es die Generierung des Dokuments auf diese bestimmte Sprache.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">de'</span><span class="pi">]</span> @@ -165,7 +167,7 @@ <h2 id="einige-umbenennen-liquid-tags">Einige umbenennen liquid tags</h2> <h2 id="möchten-sie-ihre-sprache-sehen">Möchten Sie Ihre Sprache sehen?</h2> -<p>Ich suche Freiwillige, die das sehen möchten <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> in Ihrer Herkunftssprache vertreten! Wenn Sie diese Software hilfreich finden und Ihre Sprache dargestellt sehen möchten, wenden Sie sich einfach an <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>Ich suche Freiwillige, die das sehen möchten <a href="https://polyglot.untra.io/de/">Jekyll-Polyglot homepage</a> in Ihrer Herkunftssprache vertreten! Wenn Sie diese Software hilfreich finden und Ihre Sprache dargestellt sehen möchten, wenden Sie sich einfach an <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2021/04/18/polyglot-1.4.1/index.html b/site/_site/de/2021/04/18/polyglot-1.4.1/index.html index d078f5c6e..e06607cfc 100644 --- a/site/_site/de/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/de/2021/04/18/polyglot-1.4.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,7 +153,7 @@ <h2 id="say-привет-to-our-russian-friends">say Привет to our russian <h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/de/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -161,27 +163,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2021/07/17/polyglot-1.5.0/index.html b/site/_site/de/2021/07/17/polyglot-1.5.0/index.html index 6a954252f..4e75c6dc0 100644 --- a/site/_site/de/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/de/2021/07/17/polyglot-1.5.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -182,27 +184,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2022-01-15-dutch-site-support/index.html b/site/_site/de/2022-01-15-dutch-site-support/index.html index e8f3b0107..b3c52087c 100644 --- a/site/_site/de/2022-01-15-dutch-site-support/index.html +++ b/site/_site/de/2022-01-15-dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date"></span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> diff --git a/site/_site/de/2022/01/15/dutch-site-support/index.html b/site/_site/de/2022/01/15/dutch-site-support/index.html index 6e179d871..f12a16d21 100644 --- a/site/_site/de/2022/01/15/dutch-site-support/index.html +++ b/site/_site/de/2022/01/15/dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -149,27 +151,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2022/10/01/polyglot-1.5.1/index.html b/site/_site/de/2022/10/01/polyglot-1.5.1/index.html index 6675a6edc..b34f56368 100644 --- a/site/_site/de/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/de/2022/10/01/polyglot-1.5.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/de/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2023/02/27/korean-support/index.html b/site/_site/de/2023/02/27/korean-support/index.html index 1a2e34c9d..79a8eb4f4 100644 --- a/site/_site/de/2023/02/27/korean-support/index.html +++ b/site/_site/de/2023/02/27/korean-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/02/27/korean-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,27 +153,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/de/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/de/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/de/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> <li> <h3> - <a href="/de/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/de/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/de/2023/06/08/polyglot-1.6.0-chinese-support/index.html b/site/_site/de/2023/06/08/polyglot-1.6.0-chinese-support/index.html new file mode 100644 index 000000000..ff34b24eb --- /dev/null +++ b/site/_site/de/2023/06/08/polyglot-1.6.0-chinese-support/index.html @@ -0,0 +1,209 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="de"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"/> + + <title> + + Polyglot 1.6.0 and Simplified Chinese language support · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.6.0 and Simplified Chinese language support

+ +

The Polyglot website has been updated with support for Chinese!

+ +

This is made possible by aturret, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.

+ +

Additionally, jekyll-polyglot 1.6.0 is now available from rubygems.

+ +

Fix for relativization of frozen strings

+ +

Polyglot used String::gsub! which mutates a .frozen? string. This has now been fixed to duplicate the cloned string before modifying it.

+ +

Fix for site navigation not being translated

+ +

A typo in the html on the site layout prevented the previous page navigation from being translated correctly.

+ +

Support for Chinese Language

+ +

With a big 谢谢 of support and appreciation to aturret, polyglot.untra.io now supports a zh-CN Simplified Chinese translation!

+ +
+ + + +
+ + + + + diff --git a/site/_site/de/a-really-long/permalink/index.html b/site/_site/de/a-really-long/permalink/index.html index 5b3c7c3a6..7175c66c2 100644 --- a/site/_site/de/a-really-long/permalink/index.html +++ b/site/_site/de/a-really-long/permalink/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/de/about/index.html b/site/_site/de/about/index.html index c183c93e7..0109647b5 100644 --- a/site/_site/de/about/index.html +++ b/site/_site/de/about/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/about/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/about/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/about/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/about/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/about/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/about/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/about/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/about/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/about/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/about/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/about/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/about/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/about/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/de/index.html b/site/_site/de/index.html index 2bb6e3350..ddcd0cca2 100644 --- a/site/_site/de/index.html +++ b/site/_site/de/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -138,6 +140,35 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/de/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + </a> + </h1> + + <span class="post-date">08 Jun 2023</span> + + <p>The <a href="https://polyglot.untra.io/zh-CN/">Polyglot website</a> has been updated with support for Chinese!</p> + +<p>This is made possible by <strong><a href="https://github.com/aturret">aturret</a></strong>, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.</p> + +<p>Additionally, <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.6.0">jekyll-polyglot 1.6.0</a> is now available from rubygems.</p> + +<h2 id="fix-for-relativization-of-frozen-strings">Fix for relativization of frozen strings</h2> + +<p>Polyglot used <a href="https://apidock.com/ruby/String/gsub!">String::gsub!</a> which mutates a <code class="highlighter-rouge">.frozen?</code> string. This has now been fixed to duplicate the cloned string before modifying it.</p> + +<h2 id="fix-for-site-navigation-not-being-translated">Fix for site navigation not being translated</h2> + +<p>A typo in the html on the site layout prevented the previous page navigation from being translated correctly.</p> + +<h2 id="support-for-chinese-language">Support for Chinese Language</h2> + +<p>With a big 谢谢 of support and appreciation to <strong>aturret</strong>, <a href="https://polyglot.untra.io/de/zh-CN">polyglot.untra.io</a> now supports a <code class="highlighter-rouge">zh-CN</code> Simplified Chinese translation!</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/de/2023/02/27/korean-support/"> @@ -183,7 +214,7 @@ <h1 class="post-title"> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -233,31 +264,6 @@ <h2 id="helfen-wollen">Helfen wollen?</h2> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/de/2021/04/18/polyglot-1.4.1/"> - Polyglot 1.4.1 - </a> - </h1> - - <span class="post-date">18 Apr 2021</span> - - <p>Bonus patch release of Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> is out!</p> - -<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> - -<p>Fallout from cleanup led to a small fix and some tests</p> - -<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> - -<p>Russian language site pages have been added!</p> - -<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> - -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> - - </div> - </div> <div class="pagination"> diff --git a/site/_site/de/page2/index.html b/site/_site/de/page2/index.html index 294342f80..a0ef408d5 100644 --- a/site/_site/de/page2/index.html +++ b/site/_site/de/page2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/de/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/de/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/de/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/de/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/de/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/de/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/de/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/de/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/de/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/de/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/de/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/de/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/de/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/de/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page2/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,31 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/de/2021/04/18/polyglot-1.4.1/"> + Polyglot 1.4.1 + </a> + </h1> + + <span class="post-date">18 Apr 2021</span> + + <p>Bonus patch release of Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> is out!</p> + +<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> + +<p>Fallout from cleanup led to a small fix and some tests</p> + +<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> + +<p>Russian language site pages have been added!</p> + +<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> + +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/de/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/de/2021/02/07/polyglot-1.4.0/"> @@ -151,7 +178,7 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="statisch-nicht-relativiert-href">statisch nicht relativiert <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="statisch-nicht-relativiert-href">statisch nicht relativiert <code class="highlighter-rouge">href</code></h2> <p>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.</p> @@ -159,7 +186,7 @@ <h2 id="statisch-nicht-relativiert-href">statisch nicht relativiert <code class= <h2 id="exklusive-generierung-der-website-sprache">Exklusive Generierung der Website-Sprache</h2> -<p>Polyglot 1.4.0 fügt Unterstützung für <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmaterie in Dokumenten. Wenn dieses Dokument einem Dokument hinzugefügt wird, beschränkt es die Generierung des Dokuments auf diese bestimmte Sprache.</p> +<p>Polyglot 1.4.0 fügt Unterstützung für <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmaterie in Dokumenten. Wenn dieses Dokument einem Dokument hinzugefügt wird, beschränkt es die Generierung des Dokuments auf diese bestimmte Sprache.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">de'</span><span class="pi">]</span> @@ -173,7 +200,7 @@ <h2 id="einige-umbenennen-liquid-tags">Einige umbenennen liquid tags</h2> <h2 id="möchten-sie-ihre-sprache-sehen">Möchten Sie Ihre Sprache sehen?</h2> -<p>Ich suche Freiwillige, die das sehen möchten <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> in Ihrer Herkunftssprache vertreten! Wenn Sie diese Software hilfreich finden und Ihre Sprache dargestellt sehen möchten, wenden Sie sich einfach an <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>Ich suche Freiwillige, die das sehen möchten <a href="https://polyglot.untra.io/de/">Jekyll-Polyglot homepage</a> in Ihrer Herkunftssprache vertreten! Wenn Sie diese Software hilfreich finden und Ihre Sprache dargestellt sehen möchten, wenden Sie sich einfach an <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -186,7 +213,7 @@ <h1 class="post-title"> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -215,13 +242,13 @@ <h1 class="post-title"> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -244,56 +271,17 @@ <h1 class="post-title"> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="rekursiv-verschmelzen-sprachspezifisch-sitedata">Rekursiv verschmelzen sprachspezifisch <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Sprachspezifische Inhalte, die in Ihrem <code class="language-plaintext highlighter-rouge">site.data</code>-Verzeichnis definiert sind, werden nun rekursiv zusammengeführt, so dass <code class="language-plaintext highlighter-rouge">active_lang</code> inhalt bekommt Vorrang vor <code class="language-plaintext highlighter-rouge">default_lang</code> inhalt, bekommt Vorrang vor kein sprachinhalt. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> - -<h3 id="baue-nicht-zugewiesene-dateien-an-default_lang-standort-root">Baue nicht zugewiesene Dateien an <code class="language-plaintext highlighter-rouge">default_lang</code> standort root</h3> -<p>Wenn das <code class="language-plaintext highlighter-rouge">default_lang</code> nicht in den <code class="language-plaintext highlighter-rouge">languages</code> definiert ist, stellt dies sicher, dass nicht zugewiesene Dateien (wie die von der Lokalisierung ausgeschlossenen) noch nicht auf den Standort root geschrieben werden. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> - -<h3 id="leistungsverbesserungen-und-korrekturen-für-i18n_headers-tag">Leistungsverbesserungen und Korrekturen für <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> -<p>Die Dokumentenverarbeitung ist jetzt schneller und es wurden Korrekturen an der <code class="language-plaintext highlighter-rouge">i18n_headers</code> vorgenommen, wenn die Site.url definiert ist. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> - -<h3 id="benutzerdefinierte-tasten-für-active_lang-site-nutzlast">Benutzerdefinierte tasten für <code class="language-plaintext highlighter-rouge">active_lang</code> site-nutzlast</h3> -<p>Damit können benutzerdefinierte Schlüssel mit dem <code class="language-plaintext highlighter-rouge">active_lang</code> definiert werden, was die Interoperabilität zwischen polyglot und anderen Plugins und Themen ermöglicht. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> - - </div> - - <div class="post"> - <h1 class="post-title"> - <a href="/de/2016/12/16/Polyglot-1.2.4/"> - Polyglot 1.2.4 - </a> - </h1> - - <span class="post-date">16 Dec 2016</span> - - <p>A new version of Polyglot has been released! Give it a try!</p> - -<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> - -<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> - -<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> - -<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> -<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> - -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> -<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> - -<p>Now rich text can be rendered with just:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> +<h3 id="rekursiv-verschmelzen-sprachspezifisch-sitedata">Rekursiv verschmelzen sprachspezifisch <code class="highlighter-rouge">site.data</code></h3> +<p>Sprachspezifische Inhalte, die in Ihrem <code class="highlighter-rouge">site.data</code>-Verzeichnis definiert sind, werden nun rekursiv zusammengeführt, so dass <code class="highlighter-rouge">active_lang</code> inhalt bekommt Vorrang vor <code class="highlighter-rouge">default_lang</code> inhalt, bekommt Vorrang vor kein sprachinhalt. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> -<p>Users can now use</p> +<h3 id="baue-nicht-zugewiesene-dateien-an-default_lang-standort-root">Baue nicht zugewiesene Dateien an <code class="highlighter-rouge">default_lang</code> standort root</h3> +<p>Wenn das <code class="highlighter-rouge">default_lang</code> nicht in den <code class="highlighter-rouge">languages</code> definiert ist, stellt dies sicher, dass nicht zugewiesene Dateien (wie die von der Lokalisierung ausgeschlossenen) noch nicht auf den Standort root geschrieben werden. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> +<h3 id="leistungsverbesserungen-und-korrekturen-für-i18n_headers-tag">Leistungsverbesserungen und Korrekturen für <code class="highlighter-rouge">i18n_headers</code> tag</h3> +<p>Die Dokumentenverarbeitung ist jetzt schneller und es wurden Korrekturen an der <code class="highlighter-rouge">i18n_headers</code> vorgenommen, wenn die Site.url definiert ist. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<h3 id="benutzerdefinierte-tasten-für-active_lang-site-nutzlast">Benutzerdefinierte tasten für <code class="highlighter-rouge">active_lang</code> site-nutzlast</h3> +<p>Damit können benutzerdefinierte Schlüssel mit dem <code class="highlighter-rouge">active_lang</code> definiert werden, was die Interoperabilität zwischen polyglot und anderen Plugins und Themen ermöglicht. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> diff --git a/site/_site/de/page3/index.html b/site/_site/de/page3/index.html index fb0ff530b..34dd7869e 100644 --- a/site/_site/de/page3/index.html +++ b/site/_site/de/page3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/de/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/de/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/de/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/de/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/de/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/de/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/de/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/de/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/de/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/de/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/de/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/de/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/de/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/de/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page3/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,45 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/de/2016/12/16/Polyglot-1.2.4/"> + Polyglot 1.2.4 + </a> + </h1> + + <span class="post-date">16 Dec 2016</span> + + <p>A new version of Polyglot has been released! Give it a try!</p> + +<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> + +<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> + +<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> + +<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> +<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> + +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> +<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> + +<p>Now rich text can be rendered with just:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> + +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> +<p>Users can now use</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> + +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/de/2016/04/20/Polyglot-1.2.0/"> @@ -151,13 +192,13 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>und eine Liste <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> unter Ihren aufgelisteten Edelsteine ​​in Ihrer <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>und eine Liste <code class="highlighter-rouge">jekyll-polyglot</code> unter Ihren aufgelisteten Edelsteine ​​in Ihrer <code class="highlighter-rouge">_config.yml</code></p> <p>Es geht vor allem Grundstein für neue Funktionen und eine bessere Verwaltung mehrsprachiger Inhalte vorzubereiten. Er hat eine neue Funktion:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Setzen Sie diesen Tag mit der <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url Ihrer Website</a> in Ihrem <code class="language-plaintext highlighter-rouge">head.html</code> enthält Datei die maximale SEO zu erhalten, die von mit einer mehrsprachigen Website. Es ist die gleiche wie die folgende Flüssigkeit Code:</p> +<p>Setzen Sie diesen Tag mit der <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url Ihrer Website</a> in Ihrem <code class="highlighter-rouge">head.html</code> enthält Datei die maximale SEO zu erhalten, die von mit einer mehrsprachigen Website. Es ist die gleiche wie die folgende Flüssigkeit Code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -272,7 +313,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/de/404">404</a>, <a href="/de/atom.xml">RSS feed</a>, posts, and <a href="/de/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -284,8 +325,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -302,32 +343,11 @@ <h3 id="download">Download</h3> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/de/2012/02/06/whats-jekyll/"> - What's Jekyll? - </a> - </h1> - - <span class="post-date">06 Feb 2012</span> - - <p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/mojombo/jekyll/blob/master/README.markdown">the project’s readme</a>:</p> - -<blockquote> - <p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p> -</blockquote> - -<p>It’s an immensely useful tool and one we encourage you to use here with Hyde.</p> - -<p>Find out more by <a href="https://github.com/mojombo/jekyll">visiting the project on GitHub</a>.</p> - - </div> - </div> <div class="pagination"> - <span class="pagination-item older">Older</span> + <a class="pagination-item older" href="/de/page4">Older</a> diff --git a/site/_site/de/page4/index.html b/site/_site/de/page4/index.html new file mode 100644 index 000000000..e753ee537 --- /dev/null +++ b/site/_site/de/page4/index.html @@ -0,0 +1,188 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="de"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/de/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/de/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/de/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/de/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/de/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/de/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/de/zh-CN"/> + + <title> + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + What's Jekyll? + +

+ + + +

Jekyll is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From the project’s readme:

+ +
+

Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

+
+ +

It’s an immensely useful tool and one we encourage you to use here with Hyde.

+ +

Find out more by visiting the project on GitHub.

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/de/sample/index.html b/site/_site/de/sample/index.html index 2bdc8d98d..3317c75bf 100644 --- a/site/_site/de/sample/index.html +++ b/site/_site/de/sample/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/de/seo/index.html b/site/_site/de/seo/index.html index 288f12a7a..3467054e8 100644 --- a/site/_site/de/seo/index.html +++ b/site/_site/de/seo/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="de"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/seo/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/seo/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/seo/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/seo/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/seo/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/seo/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/seo/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/seo/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/seo/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/seo/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/seo/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/seo/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/seo/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -140,7 +142,7 @@ <h1> <h1 class="page-title">SEO Recipes</h1> <h1 id="recipes-for-search-engine-optimization-using-polyglot">Recipes for Search Engine Optimization using Polyglot</h1> -<p>If you have installed the <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> +<p>If you have installed the <code class="highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> <h2 id="html-language-declaration">HTML Language Declaration</h2> @@ -168,7 +170,7 @@ <h2 id="multi-language-seo-using-hreflang-alternate-tags">Multi-language SEO usi <h2 id="all-of-the-above">All of the above</h2> -<p>You can get all of the above with a single tag added to your <code class="language-plaintext highlighter-rouge">header.html</code>:</p> +<p>You can get all of the above with a single tag added to your <code class="highlighter-rouge">header.html</code>:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers https://untra.github.com/polyglot %}</code></pre></figure> @@ -177,7 +179,7 @@ <h2 id="all-of-the-above">All of the above</h2> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>and it will default to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>and it will default to your <code class="highlighter-rouge">site.url</code></p> <p>With this SEO, each page click for one sites language will count towards the net clicks of all languages on the website.</p> diff --git a/site/_site/es/2012/02/06/whats-jekyll/index.html b/site/_site/es/2012/02/06/whats-jekyll/index.html index 865a6dd04..80cf37e9f 100644 --- a/site/_site/es/2012/02/06/whats-jekyll/index.html +++ b/site/_site/es/2012/02/06/whats-jekyll/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2013/12/28/introducing-hyde/index.html b/site/_site/es/2013/12/28/introducing-hyde/index.html index 1d8b45806..055e404c1 100644 --- a/site/_site/es/2013/12/28/introducing-hyde/index.html +++ b/site/_site/es/2013/12/28/introducing-hyde/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,7 +150,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/es/404">404</a>, <a href="/es/atom.xml">RSS feed</a>, posts, and <a href="/es/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -160,8 +162,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -184,27 +186,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2015/09/19/presenting-polyglot/index.html b/site/_site/es/2015/09/19/presenting-polyglot/index.html index 0ad1825c3..60ffbf1aa 100644 --- a/site/_site/es/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/es/2015/09/19/presenting-polyglot/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -198,27 +200,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2015/11/14/polyglot-version-1-1/index.html b/site/_site/es/2015/11/14/polyglot-version-1-1/index.html index fcee00ecf..c1391686f 100644 --- a/site/_site/es/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/es/2015/11/14/polyglot-version-1-1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -152,27 +154,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/es/2016/04/20/Polyglot-1.2.0/index.html index 68af23e6b..262cb17b8 100644 --- a/site/_site/es/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/es/2016/04/20/Polyglot-1.2.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,13 +145,13 @@ <h1 class="post-title">Polyglot 1.2.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>y la lista de <code class="language-plaintext highlighter-rouge">Jekyll-polyglot</code> entre sus gemas que aparecen en su<code class="language-plaintext highlighter-rouge"> _config.yml</code></p> +<p>y la lista de <code class="highlighter-rouge">Jekyll-polyglot</code> entre sus gemas que aparecen en su<code class="highlighter-rouge"> _config.yml</code></p> <p>Se trata en su mayoría bases para prepararse para nuevas características y una mejor gestión de contenidos multilingües. Se tiene una nueva característica:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Ponga esta etiqueta con la <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">URL de su sitio web</a> en su <code class="language-plaintext highlighter-rouge">head.html</code> incluye archivos para obtener el máximo previsto por SEO tener un sitio web multilingüe. Es el mismo que el siguiente código de líquido:</p> +<p>Ponga esta etiqueta con la <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">URL de su sitio web</a> en su <code class="highlighter-rouge">head.html</code> incluye archivos para obtener el máximo previsto por SEO tener un sitio web multilingüe. Es el mismo que el siguiente código de líquido:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -174,27 +176,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/es/2016/12/16/Polyglot-1.2.4/index.html index 54f09e741..c2f2ca3fe 100644 --- a/site/_site/es/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/es/2016/12/16/Polyglot-1.2.4/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -146,12 +148,12 @@ <h1 class="post-title">Polyglot 1.2.4</h1> <p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> <h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> <h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> <p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> <p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> @@ -160,12 +162,12 @@ <h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is- <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> <p>Users can now use</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/es/2017/07/23/Polyglot-1.3.0/index.html index fcadbe1c2..d6cb8c559 100644 --- a/site/_site/es/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/es/2017/07/23/Polyglot-1.3.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -149,17 +151,17 @@ <h1 class="post-title">Polyglot 1.3.0</h1> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="combinar-recursivamente-lenguaje-específico-sitedata">Combinar recursivamente lenguaje específico <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>El contenido específico del idioma definido en el directorio <code class="language-plaintext highlighter-rouge">site.data</code> ahora se fusionará recursivamente, de modo que <code class="language-plaintext highlighter-rouge">active_lang</code> contenido tiene prioridad sobre <code class="language-plaintext highlighter-rouge">default_lang</code> contenido, tiene prioridad sobre sin contenido de idioma. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="combinar-recursivamente-lenguaje-específico-sitedata">Combinar recursivamente lenguaje específico <code class="highlighter-rouge">site.data</code></h3> +<p>El contenido específico del idioma definido en el directorio <code class="highlighter-rouge">site.data</code> ahora se fusionará recursivamente, de modo que <code class="highlighter-rouge">active_lang</code> contenido tiene prioridad sobre <code class="highlighter-rouge">default_lang</code> contenido, tiene prioridad sobre sin contenido de idioma. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="archivos-sin-asignar-a-la-default_lang-raíz-del-sitio">Archivos sin asignar a la <code class="language-plaintext highlighter-rouge">default_lang</code> raíz del sitio</h3> -<p>Si <code class="language-plaintext highlighter-rouge">default_lang</code> no está definido en <code class="language-plaintext highlighter-rouge">languages</code>, esto garantiza que los archivos de idioma sin asignar (como aquellos excluidos de la localización) se escriban todavía en la raíz del sitio. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="archivos-sin-asignar-a-la-default_lang-raíz-del-sitio">Archivos sin asignar a la <code class="highlighter-rouge">default_lang</code> raíz del sitio</h3> +<p>Si <code class="highlighter-rouge">default_lang</code> no está definido en <code class="highlighter-rouge">languages</code>, esto garantiza que los archivos de idioma sin asignar (como aquellos excluidos de la localización) se escriban todavía en la raíz del sitio. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="mejoras-de-rendimiento-y-correcciones-para-i18n_headers-tag">Mejoras de rendimiento y correcciones para <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> -<p>El procesamiento de documentos es ahora más rápido y se realizaron correcciones en el <code class="language-plaintext highlighter-rouge">i18n_headers</code> cuando se define el site.url. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> +<h3 id="mejoras-de-rendimiento-y-correcciones-para-i18n_headers-tag">Mejoras de rendimiento y correcciones para <code class="highlighter-rouge">i18n_headers</code> tag</h3> +<p>El procesamiento de documentos es ahora más rápido y se realizaron correcciones en el <code class="highlighter-rouge">i18n_headers</code> cuando se define el site.url. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="teclas-personalizadas-para-active_lang-carga-del-sitio">Teclas personalizadas para <code class="language-plaintext highlighter-rouge">active_lang</code> carga del sitio</h3> -<p>Esto permite que las claves personalizadas se definan con el <code class="language-plaintext highlighter-rouge">active_lang</code>, dando interoperabilidad entre polyglot y otros plugins y themes (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> +<h3 id="teclas-personalizadas-para-active_lang-carga-del-sitio">Teclas personalizadas para <code class="highlighter-rouge">active_lang</code> carga del sitio</h3> +<p>Esto permite que las claves personalizadas se definan con el <code class="highlighter-rouge">active_lang</code>, dando interoperabilidad entre polyglot y otros plugins y themes (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> @@ -169,27 +171,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2020/04/29/polyglot-1.3.2/index.html b/site/_site/es/2020/04/29/polyglot-1.3.2/index.html index 480902880..fb93aff60 100644 --- a/site/_site/es/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/es/2020/04/29/polyglot-1.3.2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,13 +150,13 @@ <h1 class="post-title">Polyglot 1.3.2</h1> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -164,27 +166,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2020/07/19/polyglot-1.3.3/index.html b/site/_site/es/2020/07/19/polyglot-1.3.3/index.html index d222e46f8..e8e663a76 100644 --- a/site/_site/es/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/es/2020/07/19/polyglot-1.3.3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Polyglot 1.3.3</h1> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -156,27 +158,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2021/02/07/polyglot-1.4.0/index.html b/site/_site/es/2021/02/07/polyglot-1.4.0/index.html index 7e7d072f3..89e7229f1 100644 --- a/site/_site/es/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/es/2021/02/07/polyglot-1.4.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,7 +145,7 @@ <h1 class="post-title">Polyglot 1.4.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="href-estático-no-relativizado"><code class="language-plaintext highlighter-rouge">href</code> estático no relativizado</h2> +<h2 id="href-estático-no-relativizado"><code class="highlighter-rouge">href</code> estático no relativizado</h2> <p>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.</p> @@ -151,7 +153,7 @@ <h2 id="href-estático-no-relativizado"><code class="language-plaintext highligh <h2 id="generación-de-idioma-de-sitio-exclusivo">Generación de idioma de sitio exclusivo</h2> -<p>Polyglot 1.4.0 agrega soporte para <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter en documentos. Si se agrega a un documento, este frontmatter limitará la generación del documento a ese idioma específico.</p> +<p>Polyglot 1.4.0 agrega soporte para <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter en documentos. Si se agrega a un documento, este frontmatter limitará la generación del documento a ese idioma específico.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">es'</span><span class="pi">]</span> @@ -165,7 +167,7 @@ <h2 id="cambiar-el-nombre-de-algunos-liquid-tags">Cambiar el nombre de algunos l <h2 id="quieres-ver-tu-idioma-destacado">¿Quieres ver tu idioma destacado?</h2> -<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> representado en su idioma de origen! Si encuentra útil este software y desea ver su idioma representado, simplemente comuníquese con el <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/es/">Jekyll-Polyglot homepage</a> representado en su idioma de origen! Si encuentra útil este software y desea ver su idioma representado, simplemente comuníquese con el <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2021/04/18/polyglot-1.4.1/index.html b/site/_site/es/2021/04/18/polyglot-1.4.1/index.html index c2d272ff4..f3daa2395 100644 --- a/site/_site/es/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/es/2021/04/18/polyglot-1.4.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,7 +153,7 @@ <h2 id="привет-a-nuestros-amigos-rusos">Привет a nuestros amigos rus <h2 id="quieres-ver-tu-idioma-destacado">¿Quieres ver tu idioma destacado?</h2> -<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> representado en su idioma de origen! Si encuentra útil este software y desea ver su idioma representado, simplemente comuníquese con el <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/es/">Jekyll-Polyglot homepage</a> representado en su idioma de origen! Si encuentra útil este software y desea ver su idioma representado, simplemente comuníquese con el <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -161,27 +163,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2021/07/17/polyglot-1.5.0/index.html b/site/_site/es/2021/07/17/polyglot-1.5.0/index.html index 00cc907b8..784df3168 100644 --- a/site/_site/es/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/es/2021/07/17/polyglot-1.5.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -182,27 +184,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2022-01-15-dutch-site-support/index.html b/site/_site/es/2022-01-15-dutch-site-support/index.html index c0c28a3ef..a827d2b83 100644 --- a/site/_site/es/2022-01-15-dutch-site-support/index.html +++ b/site/_site/es/2022-01-15-dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date"></span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> diff --git a/site/_site/es/2022/01/15/dutch-site-support/index.html b/site/_site/es/2022/01/15/dutch-site-support/index.html index 527707ab6..2bee1dfca 100644 --- a/site/_site/es/2022/01/15/dutch-site-support/index.html +++ b/site/_site/es/2022/01/15/dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -149,27 +151,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2022/10/01/polyglot-1.5.1/index.html b/site/_site/es/2022/10/01/polyglot-1.5.1/index.html index c80c88d62..b96e1b208 100644 --- a/site/_site/es/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/es/2022/10/01/polyglot-1.5.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/es/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2023/02/27/korean-support/index.html b/site/_site/es/2023/02/27/korean-support/index.html index 8a0ec2659..0ad8c24e7 100644 --- a/site/_site/es/2023/02/27/korean-support/index.html +++ b/site/_site/es/2023/02/27/korean-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/02/27/korean-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,27 +153,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/es/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/es/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/es/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> <li> <h3> - <a href="/es/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/es/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/es/2023/06/08/polyglot-1.6.0-chinese-support/index.html b/site/_site/es/2023/06/08/polyglot-1.6.0-chinese-support/index.html new file mode 100644 index 000000000..69a303ada --- /dev/null +++ b/site/_site/es/2023/06/08/polyglot-1.6.0-chinese-support/index.html @@ -0,0 +1,209 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="es"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"/> + + <title> + + Polyglot 1.6.0 and Simplified Chinese language support · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.6.0 and Simplified Chinese language support

+ +

The Polyglot website has been updated with support for Chinese!

+ +

This is made possible by aturret, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.

+ +

Additionally, jekyll-polyglot 1.6.0 is now available from rubygems.

+ +

Fix for relativization of frozen strings

+ +

Polyglot used String::gsub! which mutates a .frozen? string. This has now been fixed to duplicate the cloned string before modifying it.

+ +

Fix for site navigation not being translated

+ +

A typo in the html on the site layout prevented the previous page navigation from being translated correctly.

+ +

Support for Chinese Language

+ +

With a big 谢谢 of support and appreciation to aturret, polyglot.untra.io now supports a zh-CN Simplified Chinese translation!

+ +
+ + + +
+ + + + + diff --git a/site/_site/es/a-really-long/permalink/index.html b/site/_site/es/a-really-long/permalink/index.html index 74f9751e5..3f59be7d4 100644 --- a/site/_site/es/a-really-long/permalink/index.html +++ b/site/_site/es/a-really-long/permalink/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/es/about/index.html b/site/_site/es/about/index.html index 86b765303..718e7f565 100644 --- a/site/_site/es/about/index.html +++ b/site/_site/es/about/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/about/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/about/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/about/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/about/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/about/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/about/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/about/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/about/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/about/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/about/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/about/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/about/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/about/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/es/index.html b/site/_site/es/index.html index 9b6a08691..b84bb2d16 100644 --- a/site/_site/es/index.html +++ b/site/_site/es/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -138,6 +140,35 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/es/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + </a> + </h1> + + <span class="post-date">08 Jun 2023</span> + + <p>The <a href="https://polyglot.untra.io/zh-CN/">Polyglot website</a> has been updated with support for Chinese!</p> + +<p>This is made possible by <strong><a href="https://github.com/aturret">aturret</a></strong>, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.</p> + +<p>Additionally, <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.6.0">jekyll-polyglot 1.6.0</a> is now available from rubygems.</p> + +<h2 id="fix-for-relativization-of-frozen-strings">Fix for relativization of frozen strings</h2> + +<p>Polyglot used <a href="https://apidock.com/ruby/String/gsub!">String::gsub!</a> which mutates a <code class="highlighter-rouge">.frozen?</code> string. This has now been fixed to duplicate the cloned string before modifying it.</p> + +<h2 id="fix-for-site-navigation-not-being-translated">Fix for site navigation not being translated</h2> + +<p>A typo in the html on the site layout prevented the previous page navigation from being translated correctly.</p> + +<h2 id="support-for-chinese-language">Support for Chinese Language</h2> + +<p>With a big 谢谢 of support and appreciation to <strong>aturret</strong>, <a href="https://polyglot.untra.io/es/zh-CN">polyglot.untra.io</a> now supports a <code class="highlighter-rouge">zh-CN</code> Simplified Chinese translation!</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/es/2023/02/27/korean-support/"> @@ -183,7 +214,7 @@ <h1 class="post-title"> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -233,31 +264,6 @@ <h2 id="quiero-ayudar">¿Quiero ayudar?</h2> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/es/2021/04/18/polyglot-1.4.1/"> - Polyglot 1.4.1 - </a> - </h1> - - <span class="post-date">18 Apr 2021</span> - - <p>Lanzamiento de parche adicional de Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> ya disponible!</p> - -<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> - -<p>Fallout from cleanup led to a small fix and some tests.</p> - -<h2 id="привет-a-nuestros-amigos-rusos">Привет a nuestros amigos rusos</h2> - -<p>¡Se han agregado páginas del sitio en idioma ruso!</p> - -<h2 id="quieres-ver-tu-idioma-destacado">¿Quieres ver tu idioma destacado?</h2> - -<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> representado en su idioma de origen! Si encuentra útil este software y desea ver su idioma representado, simplemente comuníquese con el <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> - - </div> - </div> <div class="pagination"> diff --git a/site/_site/es/page2/index.html b/site/_site/es/page2/index.html index 587f3d3c7..00f5ca894 100644 --- a/site/_site/es/page2/index.html +++ b/site/_site/es/page2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/es/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/es/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/es/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/es/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/es/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/es/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/es/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/es/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/es/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/es/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/es/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/es/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/es/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/es/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page2/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,31 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/es/2021/04/18/polyglot-1.4.1/"> + Polyglot 1.4.1 + </a> + </h1> + + <span class="post-date">18 Apr 2021</span> + + <p>Lanzamiento de parche adicional de Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> ya disponible!</p> + +<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> + +<p>Fallout from cleanup led to a small fix and some tests.</p> + +<h2 id="привет-a-nuestros-amigos-rusos">Привет a nuestros amigos rusos</h2> + +<p>¡Se han agregado páginas del sitio en idioma ruso!</p> + +<h2 id="quieres-ver-tu-idioma-destacado">¿Quieres ver tu idioma destacado?</h2> + +<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/es/">Jekyll-Polyglot homepage</a> representado en su idioma de origen! Si encuentra útil este software y desea ver su idioma representado, simplemente comuníquese con el <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/es/2021/02/07/polyglot-1.4.0/"> @@ -151,7 +178,7 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="href-estático-no-relativizado"><code class="language-plaintext highlighter-rouge">href</code> estático no relativizado</h2> +<h2 id="href-estático-no-relativizado"><code class="highlighter-rouge">href</code> estático no relativizado</h2> <p>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.</p> @@ -159,7 +186,7 @@ <h2 id="href-estático-no-relativizado"><code class="language-plaintext highligh <h2 id="generación-de-idioma-de-sitio-exclusivo">Generación de idioma de sitio exclusivo</h2> -<p>Polyglot 1.4.0 agrega soporte para <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter en documentos. Si se agrega a un documento, este frontmatter limitará la generación del documento a ese idioma específico.</p> +<p>Polyglot 1.4.0 agrega soporte para <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter en documentos. Si se agrega a un documento, este frontmatter limitará la generación del documento a ese idioma específico.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">es'</span><span class="pi">]</span> @@ -173,7 +200,7 @@ <h2 id="cambiar-el-nombre-de-algunos-liquid-tags">Cambiar el nombre de algunos l <h2 id="quieres-ver-tu-idioma-destacado">¿Quieres ver tu idioma destacado?</h2> -<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> representado en su idioma de origen! Si encuentra útil este software y desea ver su idioma representado, simplemente comuníquese con el <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/es/">Jekyll-Polyglot homepage</a> representado en su idioma de origen! Si encuentra útil este software y desea ver su idioma representado, simplemente comuníquese con el <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -186,7 +213,7 @@ <h1 class="post-title"> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -215,13 +242,13 @@ <h1 class="post-title"> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -244,56 +271,17 @@ <h1 class="post-title"> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="combinar-recursivamente-lenguaje-específico-sitedata">Combinar recursivamente lenguaje específico <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>El contenido específico del idioma definido en el directorio <code class="language-plaintext highlighter-rouge">site.data</code> ahora se fusionará recursivamente, de modo que <code class="language-plaintext highlighter-rouge">active_lang</code> contenido tiene prioridad sobre <code class="language-plaintext highlighter-rouge">default_lang</code> contenido, tiene prioridad sobre sin contenido de idioma. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> - -<h3 id="archivos-sin-asignar-a-la-default_lang-raíz-del-sitio">Archivos sin asignar a la <code class="language-plaintext highlighter-rouge">default_lang</code> raíz del sitio</h3> -<p>Si <code class="language-plaintext highlighter-rouge">default_lang</code> no está definido en <code class="language-plaintext highlighter-rouge">languages</code>, esto garantiza que los archivos de idioma sin asignar (como aquellos excluidos de la localización) se escriban todavía en la raíz del sitio. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> - -<h3 id="mejoras-de-rendimiento-y-correcciones-para-i18n_headers-tag">Mejoras de rendimiento y correcciones para <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> -<p>El procesamiento de documentos es ahora más rápido y se realizaron correcciones en el <code class="language-plaintext highlighter-rouge">i18n_headers</code> cuando se define el site.url. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> - -<h3 id="teclas-personalizadas-para-active_lang-carga-del-sitio">Teclas personalizadas para <code class="language-plaintext highlighter-rouge">active_lang</code> carga del sitio</h3> -<p>Esto permite que las claves personalizadas se definan con el <code class="language-plaintext highlighter-rouge">active_lang</code>, dando interoperabilidad entre polyglot y otros plugins y themes (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> - - </div> - - <div class="post"> - <h1 class="post-title"> - <a href="/es/2016/12/16/Polyglot-1.2.4/"> - Polyglot 1.2.4 - </a> - </h1> - - <span class="post-date">16 Dec 2016</span> - - <p>A new version of Polyglot has been released! Give it a try!</p> - -<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> - -<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> - -<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> - -<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> -<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> - -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> -<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> - -<p>Now rich text can be rendered with just:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> +<h3 id="combinar-recursivamente-lenguaje-específico-sitedata">Combinar recursivamente lenguaje específico <code class="highlighter-rouge">site.data</code></h3> +<p>El contenido específico del idioma definido en el directorio <code class="highlighter-rouge">site.data</code> ahora se fusionará recursivamente, de modo que <code class="highlighter-rouge">active_lang</code> contenido tiene prioridad sobre <code class="highlighter-rouge">default_lang</code> contenido, tiene prioridad sobre sin contenido de idioma. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> -<p>Users can now use</p> +<h3 id="archivos-sin-asignar-a-la-default_lang-raíz-del-sitio">Archivos sin asignar a la <code class="highlighter-rouge">default_lang</code> raíz del sitio</h3> +<p>Si <code class="highlighter-rouge">default_lang</code> no está definido en <code class="highlighter-rouge">languages</code>, esto garantiza que los archivos de idioma sin asignar (como aquellos excluidos de la localización) se escriban todavía en la raíz del sitio. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> +<h3 id="mejoras-de-rendimiento-y-correcciones-para-i18n_headers-tag">Mejoras de rendimiento y correcciones para <code class="highlighter-rouge">i18n_headers</code> tag</h3> +<p>El procesamiento de documentos es ahora más rápido y se realizaron correcciones en el <code class="highlighter-rouge">i18n_headers</code> cuando se define el site.url. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<h3 id="teclas-personalizadas-para-active_lang-carga-del-sitio">Teclas personalizadas para <code class="highlighter-rouge">active_lang</code> carga del sitio</h3> +<p>Esto permite que las claves personalizadas se definan con el <code class="highlighter-rouge">active_lang</code>, dando interoperabilidad entre polyglot y otros plugins y themes (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> diff --git a/site/_site/es/page3/index.html b/site/_site/es/page3/index.html index 77a7b0057..c50cdf509 100644 --- a/site/_site/es/page3/index.html +++ b/site/_site/es/page3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/es/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/es/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/es/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/es/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/es/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/es/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/es/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/es/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/es/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/es/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/es/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/es/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/es/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/es/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page3/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,45 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/es/2016/12/16/Polyglot-1.2.4/"> + Polyglot 1.2.4 + </a> + </h1> + + <span class="post-date">16 Dec 2016</span> + + <p>A new version of Polyglot has been released! Give it a try!</p> + +<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> + +<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> + +<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> + +<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> +<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> + +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> +<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> + +<p>Now rich text can be rendered with just:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> + +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> +<p>Users can now use</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> + +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/es/2016/04/20/Polyglot-1.2.0/"> @@ -151,13 +192,13 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>y la lista de <code class="language-plaintext highlighter-rouge">Jekyll-polyglot</code> entre sus gemas que aparecen en su<code class="language-plaintext highlighter-rouge"> _config.yml</code></p> +<p>y la lista de <code class="highlighter-rouge">Jekyll-polyglot</code> entre sus gemas que aparecen en su<code class="highlighter-rouge"> _config.yml</code></p> <p>Se trata en su mayoría bases para prepararse para nuevas características y una mejor gestión de contenidos multilingües. Se tiene una nueva característica:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Ponga esta etiqueta con la <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">URL de su sitio web</a> en su <code class="language-plaintext highlighter-rouge">head.html</code> incluye archivos para obtener el máximo previsto por SEO tener un sitio web multilingüe. Es el mismo que el siguiente código de líquido:</p> +<p>Ponga esta etiqueta con la <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">URL de su sitio web</a> en su <code class="highlighter-rouge">head.html</code> incluye archivos para obtener el máximo previsto por SEO tener un sitio web multilingüe. Es el mismo que el siguiente código de líquido:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -272,7 +313,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/es/404">404</a>, <a href="/es/atom.xml">RSS feed</a>, posts, and <a href="/es/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -284,8 +325,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -302,32 +343,11 @@ <h3 id="download">Download</h3> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/es/2012/02/06/whats-jekyll/"> - What's Jekyll? - </a> - </h1> - - <span class="post-date">06 Feb 2012</span> - - <p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/mojombo/jekyll/blob/master/README.markdown">the project’s readme</a>:</p> - -<blockquote> - <p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p> -</blockquote> - -<p>It’s an immensely useful tool and one we encourage you to use here with Hyde.</p> - -<p>Find out more by <a href="https://github.com/mojombo/jekyll">visiting the project on GitHub</a>.</p> - - </div> - </div> <div class="pagination"> - <span class="pagination-item older">Older</span> + <a class="pagination-item older" href="/es/page4">Older</a> diff --git a/site/_site/es/page4/index.html b/site/_site/es/page4/index.html new file mode 100644 index 000000000..bfbc7d22e --- /dev/null +++ b/site/_site/es/page4/index.html @@ -0,0 +1,188 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="es"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/es/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/es/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/es/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/es/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/es/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/es/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/es/zh-CN"/> + + <title> + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + What's Jekyll? + +

+ + + +

Jekyll is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From the project’s readme:

+ +
+

Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

+
+ +

It’s an immensely useful tool and one we encourage you to use here with Hyde.

+ +

Find out more by visiting the project on GitHub.

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/es/sample/index.html b/site/_site/es/sample/index.html index 0d9bea80f..982e3088f 100644 --- a/site/_site/es/sample/index.html +++ b/site/_site/es/sample/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/es/seo/index.html b/site/_site/es/seo/index.html index 713cff650..beb93972b 100644 --- a/site/_site/es/seo/index.html +++ b/site/_site/es/seo/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="es"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/seo/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/seo/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/seo/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/seo/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/seo/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/seo/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/seo/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/seo/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/seo/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/seo/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/seo/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/seo/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/seo/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -140,7 +142,7 @@ <h1> <h1 class="page-title">SEO Recipes</h1> <h1 id="recipes-for-search-engine-optimization-using-polyglot">Recipes for Search Engine Optimization using Polyglot</h1> -<p>If you have installed the <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> +<p>If you have installed the <code class="highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> <h2 id="html-language-declaration">HTML Language Declaration</h2> @@ -168,7 +170,7 @@ <h2 id="multi-language-seo-using-hreflang-alternate-tags">Multi-language SEO usi <h2 id="all-of-the-above">All of the above</h2> -<p>You can get all of the above with a single tag added to your <code class="language-plaintext highlighter-rouge">header.html</code>:</p> +<p>You can get all of the above with a single tag added to your <code class="highlighter-rouge">header.html</code>:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers https://untra.github.com/polyglot %}</code></pre></figure> @@ -177,7 +179,7 @@ <h2 id="all-of-the-above">All of the above</h2> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>and it will default to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>and it will default to your <code class="highlighter-rouge">site.url</code></p> <p>With this SEO, each page click for one sites language will count towards the net clicks of all languages on the website.</p> diff --git a/site/_site/fr/2012/02/06/whats-jekyll/index.html b/site/_site/fr/2012/02/06/whats-jekyll/index.html index 384bf6064..9b3dfc15b 100644 --- a/site/_site/fr/2012/02/06/whats-jekyll/index.html +++ b/site/_site/fr/2012/02/06/whats-jekyll/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2013/12/28/introducing-hyde/index.html b/site/_site/fr/2013/12/28/introducing-hyde/index.html index 81ddd5013..6aec2a7de 100644 --- a/site/_site/fr/2013/12/28/introducing-hyde/index.html +++ b/site/_site/fr/2013/12/28/introducing-hyde/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,7 +150,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/fr/404">404</a>, <a href="/fr/atom.xml">RSS feed</a>, posts, and <a href="/fr/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -160,8 +162,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -184,27 +186,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2015/09/19/presenting-polyglot/index.html b/site/_site/fr/2015/09/19/presenting-polyglot/index.html index cd04fa935..9a8ea602e 100644 --- a/site/_site/fr/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/fr/2015/09/19/presenting-polyglot/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -198,27 +200,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2015/11/14/polyglot-version-1-1/index.html b/site/_site/fr/2015/11/14/polyglot-version-1-1/index.html index a9fad1284..67fab8fa9 100644 --- a/site/_site/fr/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/fr/2015/11/14/polyglot-version-1-1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -152,27 +154,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/fr/2016/04/20/Polyglot-1.2.0/index.html index e2609624a..cef19e278 100644 --- a/site/_site/fr/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/fr/2016/04/20/Polyglot-1.2.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,13 +145,13 @@ <h1 class="post-title">Polyglot 1.2.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>et la liste <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> parmi vos pierres précieuses figurant dans votre <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>et la liste <code class="highlighter-rouge">jekyll-polyglot</code> parmi vos pierres précieuses figurant dans votre <code class="highlighter-rouge">_config.yml</code></p> <p>Elle consiste principalement bases pour se préparer à de nouvelles fonctionnalités et une meilleure gestion de contenu multilingue. Elle a une nouvelle fonctionnalité:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Mettez cette balise avec le <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url de votre site</a> dans votre <code class="language-plaintext highlighter-rouge">head.html</code> comprend fichier pour obtenir le référencement maximum fourni par ayant un site Web multilingue. Il est le même que le code de liquide suivant:</p> +<p>Mettez cette balise avec le <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url de votre site</a> dans votre <code class="highlighter-rouge">head.html</code> comprend fichier pour obtenir le référencement maximum fourni par ayant un site Web multilingue. Il est le même que le code de liquide suivant:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -174,27 +176,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/fr/2016/12/16/Polyglot-1.2.4/index.html index 9e014ef30..096b7c065 100644 --- a/site/_site/fr/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/fr/2016/12/16/Polyglot-1.2.4/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -146,12 +148,12 @@ <h1 class="post-title">Polyglot 1.2.4</h1> <p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> <h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> <h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> <p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> <p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> @@ -160,12 +162,12 @@ <h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is- <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> <p>Users can now use</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/fr/2017/07/23/Polyglot-1.3.0/index.html index 13648640e..fe21b210f 100644 --- a/site/_site/fr/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/fr/2017/07/23/Polyglot-1.3.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -149,17 +151,17 @@ <h1 class="post-title">Polyglot 1.3.0</h1> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="fusion-récursive-spécifique-à-la-langue-sitedata">Fusion récursive spécifique à la langue <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Le contenu spécifique au langage défini dans votre répertoire <code class="language-plaintext highlighter-rouge">site.data</code> sera désormais fusionné récursivement, de sorte que <code class="language-plaintext highlighter-rouge">active_lang</code> contenu obtient la priorité sur <code class="language-plaintext highlighter-rouge">default_lang</code> contenu, obtient la priorité sur aucun contenu de langue. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="fusion-récursive-spécifique-à-la-langue-sitedata">Fusion récursive spécifique à la langue <code class="highlighter-rouge">site.data</code></h3> +<p>Le contenu spécifique au langage défini dans votre répertoire <code class="highlighter-rouge">site.data</code> sera désormais fusionné récursivement, de sorte que <code class="highlighter-rouge">active_lang</code> contenu obtient la priorité sur <code class="highlighter-rouge">default_lang</code> contenu, obtient la priorité sur aucun contenu de langue. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="créez-toujours-des-fichiers-non-affectés-default_lang-la-racine-du-site">Créez toujours des fichiers non affectés <code class="language-plaintext highlighter-rouge">default_lang</code> la racine du site</h3> -<p>Si le <code class="language-plaintext highlighter-rouge">default_lang</code> n’est pas défini dans les <code class="language-plaintext highlighter-rouge">languages</code>, cela garantit que les fichiers non assignés aux langues (tels que ceux exclus de la localisation) sont toujours écrits sur la racine du site. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="créez-toujours-des-fichiers-non-affectés-default_lang-la-racine-du-site">Créez toujours des fichiers non affectés <code class="highlighter-rouge">default_lang</code> la racine du site</h3> +<p>Si le <code class="highlighter-rouge">default_lang</code> n’est pas défini dans les <code class="highlighter-rouge">languages</code>, cela garantit que les fichiers non assignés aux langues (tels que ceux exclus de la localisation) sont toujours écrits sur la racine du site. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="améliorations-et-corrections-de-performances-pour-i18n_headers-tag">Améliorations et corrections de performances pour <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> -<p>Le traitement des documents est maintenant plus rapide, et des correctifs ont été effectués sur <code class="language-plaintext highlighter-rouge">i18n_headers</code> pour quand le site.url est défini. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> +<h3 id="améliorations-et-corrections-de-performances-pour-i18n_headers-tag">Améliorations et corrections de performances pour <code class="highlighter-rouge">i18n_headers</code> tag</h3> +<p>Le traitement des documents est maintenant plus rapide, et des correctifs ont été effectués sur <code class="highlighter-rouge">i18n_headers</code> pour quand le site.url est défini. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="touches-personnalisées-pour-active_lang-charge-du-site">Touches personnalisées pour <code class="language-plaintext highlighter-rouge">active_lang</code> charge du site</h3> -<p>Cela permet de définir des clés personnalisées avec <code class="language-plaintext highlighter-rouge">active_lang</code>, ce qui donne une interopérabilité entre les polyglottes et d’autres plugins et thèmes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> +<h3 id="touches-personnalisées-pour-active_lang-charge-du-site">Touches personnalisées pour <code class="highlighter-rouge">active_lang</code> charge du site</h3> +<p>Cela permet de définir des clés personnalisées avec <code class="highlighter-rouge">active_lang</code>, ce qui donne une interopérabilité entre les polyglottes et d’autres plugins et thèmes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> @@ -169,27 +171,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2020/04/29/polyglot-1.3.2/index.html b/site/_site/fr/2020/04/29/polyglot-1.3.2/index.html index 631761560..ba76c1be3 100644 --- a/site/_site/fr/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/fr/2020/04/29/polyglot-1.3.2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,13 +150,13 @@ <h1 class="post-title">Polyglot 1.3.2</h1> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -164,27 +166,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2020/07/19/polyglot-1.3.3/index.html b/site/_site/fr/2020/07/19/polyglot-1.3.3/index.html index 7ec65b012..55bb8f18e 100644 --- a/site/_site/fr/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/fr/2020/07/19/polyglot-1.3.3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Polyglot 1.3.3</h1> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -156,27 +158,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2021/02/07/polyglot-1.4.0/index.html b/site/_site/fr/2021/02/07/polyglot-1.4.0/index.html index 64e32ea02..db1f14a6e 100644 --- a/site/_site/fr/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/fr/2021/02/07/polyglot-1.4.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,7 +145,7 @@ <h1 class="post-title">Polyglot 1.4.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="statique-non-relativisé-href">statique non relativisé <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="statique-non-relativisé-href">statique non relativisé <code class="highlighter-rouge">href</code></h2> <p>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.</p> @@ -151,7 +153,7 @@ <h2 id="statique-non-relativisé-href">statique non relativisé <code class="lan <h2 id="génération-exclusive-de-langage-de-site">Génération exclusive de langage de site</h2> -<p>Polyglot 1.4.0 ajoute le support pour <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter dans les documents. S’il est ajouté à un document, ce frontmatter limitera la génération du document à cette langue spécifique.</p> +<p>Polyglot 1.4.0 ajoute le support pour <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter dans les documents. S’il est ajouté à un document, ce frontmatter limitera la génération du document à cette langue spécifique.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">fr'</span><span class="pi">]</span> @@ -165,7 +167,7 @@ <h2 id="renommer-quelques-uns-liquid-tags">Renommer quelques-uns liquid tags</h2 <h2 id="vous-voulez-voir-votre-langue-en-vedette">Vous voulez voir votre langue en vedette?</h2> -<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> 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 <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/fr/">Jekyll-Polyglot homepage</a> 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 <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2021/04/18/polyglot-1.4.1/index.html b/site/_site/fr/2021/04/18/polyglot-1.4.1/index.html index 5863997e9..182016742 100644 --- a/site/_site/fr/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/fr/2021/04/18/polyglot-1.4.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,7 +153,7 @@ <h2 id="say-привет-to-our-russian-friends">say Привет to our russian <h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/fr/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -161,27 +163,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2021/07/17/polyglot-1.5.0/index.html b/site/_site/fr/2021/07/17/polyglot-1.5.0/index.html index 5c9e9d6d9..e3dec536e 100644 --- a/site/_site/fr/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/fr/2021/07/17/polyglot-1.5.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -182,27 +184,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2022-01-15-dutch-site-support/index.html b/site/_site/fr/2022-01-15-dutch-site-support/index.html index 62344a1de..2d3994192 100644 --- a/site/_site/fr/2022-01-15-dutch-site-support/index.html +++ b/site/_site/fr/2022-01-15-dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date"></span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> diff --git a/site/_site/fr/2022/01/15/dutch-site-support/index.html b/site/_site/fr/2022/01/15/dutch-site-support/index.html index 66a57f2ea..140427cf1 100644 --- a/site/_site/fr/2022/01/15/dutch-site-support/index.html +++ b/site/_site/fr/2022/01/15/dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -149,27 +151,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2022/10/01/polyglot-1.5.1/index.html b/site/_site/fr/2022/10/01/polyglot-1.5.1/index.html index c83dff466..5f3bd3834 100644 --- a/site/_site/fr/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/fr/2022/10/01/polyglot-1.5.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/fr/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2023/02/27/korean-support/index.html b/site/_site/fr/2023/02/27/korean-support/index.html index 55f5a37f4..cdbcfd938 100644 --- a/site/_site/fr/2023/02/27/korean-support/index.html +++ b/site/_site/fr/2023/02/27/korean-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/02/27/korean-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,27 +153,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/fr/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/fr/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> <li> <h3> - <a href="/fr/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/fr/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/fr/2023/06/08/polyglot-1.6.0-chinese-support/index.html b/site/_site/fr/2023/06/08/polyglot-1.6.0-chinese-support/index.html new file mode 100644 index 000000000..6fd9229bf --- /dev/null +++ b/site/_site/fr/2023/06/08/polyglot-1.6.0-chinese-support/index.html @@ -0,0 +1,209 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="fr"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"/> + + <title> + + Polyglot 1.6.0 and Simplified Chinese language support · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.6.0 and Simplified Chinese language support

+ +

The Polyglot website has been updated with support for Chinese!

+ +

This is made possible by aturret, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.

+ +

Additionally, jekyll-polyglot 1.6.0 is now available from rubygems.

+ +

Fix for relativization of frozen strings

+ +

Polyglot used String::gsub! which mutates a .frozen? string. This has now been fixed to duplicate the cloned string before modifying it.

+ +

Fix for site navigation not being translated

+ +

A typo in the html on the site layout prevented the previous page navigation from being translated correctly.

+ +

Support for Chinese Language

+ +

With a big 谢谢 of support and appreciation to aturret, polyglot.untra.io now supports a zh-CN Simplified Chinese translation!

+ +
+ + + +
+ + + + + diff --git a/site/_site/fr/a-really-long/permalink/index.html b/site/_site/fr/a-really-long/permalink/index.html index 89c5e4e9b..543eabe39 100644 --- a/site/_site/fr/a-really-long/permalink/index.html +++ b/site/_site/fr/a-really-long/permalink/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/fr/about/index.html b/site/_site/fr/about/index.html index 66b0660a3..3d6b6523b 100644 --- a/site/_site/fr/about/index.html +++ b/site/_site/fr/about/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/about/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/about/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/about/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/about/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/about/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/about/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/about/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/about/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/about/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/about/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/about/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/about/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/about/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/fr/index.html b/site/_site/fr/index.html index 95fc561cc..5b7467c63 100644 --- a/site/_site/fr/index.html +++ b/site/_site/fr/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -138,6 +140,35 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/fr/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + </a> + </h1> + + <span class="post-date">08 Jun 2023</span> + + <p>The <a href="https://polyglot.untra.io/zh-CN/">Polyglot website</a> has been updated with support for Chinese!</p> + +<p>This is made possible by <strong><a href="https://github.com/aturret">aturret</a></strong>, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.</p> + +<p>Additionally, <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.6.0">jekyll-polyglot 1.6.0</a> is now available from rubygems.</p> + +<h2 id="fix-for-relativization-of-frozen-strings">Fix for relativization of frozen strings</h2> + +<p>Polyglot used <a href="https://apidock.com/ruby/String/gsub!">String::gsub!</a> which mutates a <code class="highlighter-rouge">.frozen?</code> string. This has now been fixed to duplicate the cloned string before modifying it.</p> + +<h2 id="fix-for-site-navigation-not-being-translated">Fix for site navigation not being translated</h2> + +<p>A typo in the html on the site layout prevented the previous page navigation from being translated correctly.</p> + +<h2 id="support-for-chinese-language">Support for Chinese Language</h2> + +<p>With a big 谢谢 of support and appreciation to <strong>aturret</strong>, <a href="https://polyglot.untra.io/fr/zh-CN">polyglot.untra.io</a> now supports a <code class="highlighter-rouge">zh-CN</code> Simplified Chinese translation!</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/fr/2023/02/27/korean-support/"> @@ -183,7 +214,7 @@ <h1 class="post-title"> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -233,31 +264,6 @@ <h2 id="vouloir-aider">Vouloir aider?</h2> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/fr/2021/04/18/polyglot-1.4.1/"> - Polyglot 1.4.1 - </a> - </h1> - - <span class="post-date">18 Apr 2021</span> - - <p>Bonus patch release of Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> is out!</p> - -<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> - -<p>Fallout from cleanup led to a small fix and some tests</p> - -<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> - -<p>Russian language site pages have been added!</p> - -<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> - -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> - - </div> - </div> <div class="pagination"> diff --git a/site/_site/fr/page2/index.html b/site/_site/fr/page2/index.html index 248e8fc8c..e9b9ad1ee 100644 --- a/site/_site/fr/page2/index.html +++ b/site/_site/fr/page2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/fr/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/fr/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/fr/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/fr/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/fr/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/fr/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/fr/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/fr/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/fr/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/fr/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/fr/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/fr/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/fr/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/fr/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page2/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,31 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/fr/2021/04/18/polyglot-1.4.1/"> + Polyglot 1.4.1 + </a> + </h1> + + <span class="post-date">18 Apr 2021</span> + + <p>Bonus patch release of Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> is out!</p> + +<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> + +<p>Fallout from cleanup led to a small fix and some tests</p> + +<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> + +<p>Russian language site pages have been added!</p> + +<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> + +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/fr/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/fr/2021/02/07/polyglot-1.4.0/"> @@ -151,7 +178,7 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="statique-non-relativisé-href">statique non relativisé <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="statique-non-relativisé-href">statique non relativisé <code class="highlighter-rouge">href</code></h2> <p>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.</p> @@ -159,7 +186,7 @@ <h2 id="statique-non-relativisé-href">statique non relativisé <code class="lan <h2 id="génération-exclusive-de-langage-de-site">Génération exclusive de langage de site</h2> -<p>Polyglot 1.4.0 ajoute le support pour <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter dans les documents. S’il est ajouté à un document, ce frontmatter limitera la génération du document à cette langue spécifique.</p> +<p>Polyglot 1.4.0 ajoute le support pour <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter dans les documents. S’il est ajouté à un document, ce frontmatter limitera la génération du document à cette langue spécifique.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">fr'</span><span class="pi">]</span> @@ -173,7 +200,7 @@ <h2 id="renommer-quelques-uns-liquid-tags">Renommer quelques-uns liquid tags</h2 <h2 id="vous-voulez-voir-votre-langue-en-vedette">Vous voulez voir votre langue en vedette?</h2> -<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> 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 <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>Je recherche des volontaires qui aimeraient voir le <a href="https://polyglot.untra.io/fr/">Jekyll-Polyglot homepage</a> 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 <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -186,7 +213,7 @@ <h1 class="post-title"> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -215,13 +242,13 @@ <h1 class="post-title"> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -244,56 +271,17 @@ <h1 class="post-title"> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="fusion-récursive-spécifique-à-la-langue-sitedata">Fusion récursive spécifique à la langue <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Le contenu spécifique au langage défini dans votre répertoire <code class="language-plaintext highlighter-rouge">site.data</code> sera désormais fusionné récursivement, de sorte que <code class="language-plaintext highlighter-rouge">active_lang</code> contenu obtient la priorité sur <code class="language-plaintext highlighter-rouge">default_lang</code> contenu, obtient la priorité sur aucun contenu de langue. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> - -<h3 id="créez-toujours-des-fichiers-non-affectés-default_lang-la-racine-du-site">Créez toujours des fichiers non affectés <code class="language-plaintext highlighter-rouge">default_lang</code> la racine du site</h3> -<p>Si le <code class="language-plaintext highlighter-rouge">default_lang</code> n’est pas défini dans les <code class="language-plaintext highlighter-rouge">languages</code>, cela garantit que les fichiers non assignés aux langues (tels que ceux exclus de la localisation) sont toujours écrits sur la racine du site. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> - -<h3 id="améliorations-et-corrections-de-performances-pour-i18n_headers-tag">Améliorations et corrections de performances pour <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> -<p>Le traitement des documents est maintenant plus rapide, et des correctifs ont été effectués sur <code class="language-plaintext highlighter-rouge">i18n_headers</code> pour quand le site.url est défini. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> - -<h3 id="touches-personnalisées-pour-active_lang-charge-du-site">Touches personnalisées pour <code class="language-plaintext highlighter-rouge">active_lang</code> charge du site</h3> -<p>Cela permet de définir des clés personnalisées avec <code class="language-plaintext highlighter-rouge">active_lang</code>, ce qui donne une interopérabilité entre les polyglottes et d’autres plugins et thèmes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> - - </div> - - <div class="post"> - <h1 class="post-title"> - <a href="/fr/2016/12/16/Polyglot-1.2.4/"> - Polyglot 1.2.4 - </a> - </h1> - - <span class="post-date">16 Dec 2016</span> - - <p>A new version of Polyglot has been released! Give it a try!</p> - -<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> - -<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> - -<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> - -<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> -<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> - -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> -<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> - -<p>Now rich text can be rendered with just:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> +<h3 id="fusion-récursive-spécifique-à-la-langue-sitedata">Fusion récursive spécifique à la langue <code class="highlighter-rouge">site.data</code></h3> +<p>Le contenu spécifique au langage défini dans votre répertoire <code class="highlighter-rouge">site.data</code> sera désormais fusionné récursivement, de sorte que <code class="highlighter-rouge">active_lang</code> contenu obtient la priorité sur <code class="highlighter-rouge">default_lang</code> contenu, obtient la priorité sur aucun contenu de langue. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> -<p>Users can now use</p> +<h3 id="créez-toujours-des-fichiers-non-affectés-default_lang-la-racine-du-site">Créez toujours des fichiers non affectés <code class="highlighter-rouge">default_lang</code> la racine du site</h3> +<p>Si le <code class="highlighter-rouge">default_lang</code> n’est pas défini dans les <code class="highlighter-rouge">languages</code>, cela garantit que les fichiers non assignés aux langues (tels que ceux exclus de la localisation) sont toujours écrits sur la racine du site. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> +<h3 id="améliorations-et-corrections-de-performances-pour-i18n_headers-tag">Améliorations et corrections de performances pour <code class="highlighter-rouge">i18n_headers</code> tag</h3> +<p>Le traitement des documents est maintenant plus rapide, et des correctifs ont été effectués sur <code class="highlighter-rouge">i18n_headers</code> pour quand le site.url est défini. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<h3 id="touches-personnalisées-pour-active_lang-charge-du-site">Touches personnalisées pour <code class="highlighter-rouge">active_lang</code> charge du site</h3> +<p>Cela permet de définir des clés personnalisées avec <code class="highlighter-rouge">active_lang</code>, ce qui donne une interopérabilité entre les polyglottes et d’autres plugins et thèmes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> diff --git a/site/_site/fr/page3/index.html b/site/_site/fr/page3/index.html index 01aac93f1..c86f613b1 100644 --- a/site/_site/fr/page3/index.html +++ b/site/_site/fr/page3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/fr/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/fr/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/fr/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/fr/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/fr/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/fr/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/fr/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/fr/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/fr/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/fr/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/fr/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/fr/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/fr/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/fr/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page3/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,45 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/fr/2016/12/16/Polyglot-1.2.4/"> + Polyglot 1.2.4 + </a> + </h1> + + <span class="post-date">16 Dec 2016</span> + + <p>A new version of Polyglot has been released! Give it a try!</p> + +<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> + +<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> + +<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> + +<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> +<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> + +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> +<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> + +<p>Now rich text can be rendered with just:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> + +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> +<p>Users can now use</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> + +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/fr/2016/04/20/Polyglot-1.2.0/"> @@ -151,13 +192,13 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>et la liste <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> parmi vos pierres précieuses figurant dans votre <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>et la liste <code class="highlighter-rouge">jekyll-polyglot</code> parmi vos pierres précieuses figurant dans votre <code class="highlighter-rouge">_config.yml</code></p> <p>Elle consiste principalement bases pour se préparer à de nouvelles fonctionnalités et une meilleure gestion de contenu multilingue. Elle a une nouvelle fonctionnalité:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Mettez cette balise avec le <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url de votre site</a> dans votre <code class="language-plaintext highlighter-rouge">head.html</code> comprend fichier pour obtenir le référencement maximum fourni par ayant un site Web multilingue. Il est le même que le code de liquide suivant:</p> +<p>Mettez cette balise avec le <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url de votre site</a> dans votre <code class="highlighter-rouge">head.html</code> comprend fichier pour obtenir le référencement maximum fourni par ayant un site Web multilingue. Il est le même que le code de liquide suivant:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -272,7 +313,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/fr/404">404</a>, <a href="/fr/atom.xml">RSS feed</a>, posts, and <a href="/fr/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -284,8 +325,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -302,32 +343,11 @@ <h3 id="download">Download</h3> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/fr/2012/02/06/whats-jekyll/"> - What's Jekyll? - </a> - </h1> - - <span class="post-date">06 Feb 2012</span> - - <p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/mojombo/jekyll/blob/master/README.markdown">the project’s readme</a>:</p> - -<blockquote> - <p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p> -</blockquote> - -<p>It’s an immensely useful tool and one we encourage you to use here with Hyde.</p> - -<p>Find out more by <a href="https://github.com/mojombo/jekyll">visiting the project on GitHub</a>.</p> - - </div> - </div> <div class="pagination"> - <span class="pagination-item older">Older</span> + <a class="pagination-item older" href="/fr/page4">Older</a> diff --git a/site/_site/fr/page4/index.html b/site/_site/fr/page4/index.html new file mode 100644 index 000000000..88b4193ae --- /dev/null +++ b/site/_site/fr/page4/index.html @@ -0,0 +1,188 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="fr"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/fr/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/fr/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/fr/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/fr/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/fr/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/fr/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/fr/zh-CN"/> + + <title> + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + What's Jekyll? + +

+ + + +

Jekyll is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From the project’s readme:

+ +
+

Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

+
+ +

It’s an immensely useful tool and one we encourage you to use here with Hyde.

+ +

Find out more by visiting the project on GitHub.

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/fr/sample/index.html b/site/_site/fr/sample/index.html index 6642f29c4..4cf39bab2 100644 --- a/site/_site/fr/sample/index.html +++ b/site/_site/fr/sample/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/fr/seo/index.html b/site/_site/fr/seo/index.html index 4750d870e..81ecc8de2 100644 --- a/site/_site/fr/seo/index.html +++ b/site/_site/fr/seo/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="fr"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/seo/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/seo/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/seo/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/seo/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/seo/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/seo/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/seo/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/seo/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/seo/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/seo/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/seo/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/seo/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/seo/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -140,7 +142,7 @@ <h1> <h1 class="page-title">SEO Recipes</h1> <h1 id="recipes-for-search-engine-optimization-using-polyglot">Recipes for Search Engine Optimization using Polyglot</h1> -<p>If you have installed the <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> +<p>If you have installed the <code class="highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> <h2 id="html-language-declaration">HTML Language Declaration</h2> @@ -168,7 +170,7 @@ <h2 id="multi-language-seo-using-hreflang-alternate-tags">Multi-language SEO usi <h2 id="all-of-the-above">All of the above</h2> -<p>You can get all of the above with a single tag added to your <code class="language-plaintext highlighter-rouge">header.html</code>:</p> +<p>You can get all of the above with a single tag added to your <code class="highlighter-rouge">header.html</code>:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers https://untra.github.com/polyglot %}</code></pre></figure> @@ -177,7 +179,7 @@ <h2 id="all-of-the-above">All of the above</h2> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>and it will default to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>and it will default to your <code class="highlighter-rouge">site.url</code></p> <p>With this SEO, each page click for one sites language will count towards the net clicks of all languages on the website.</p> diff --git a/site/_site/he/2012/02/06/whats-jekyll/index.html b/site/_site/he/2012/02/06/whats-jekyll/index.html index 5466ad8dc..613d121d2 100644 --- a/site/_site/he/2012/02/06/whats-jekyll/index.html +++ b/site/_site/he/2012/02/06/whats-jekyll/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2013/12/28/introducing-hyde/index.html b/site/_site/he/2013/12/28/introducing-hyde/index.html index e688df8e6..c55e425af 100644 --- a/site/_site/he/2013/12/28/introducing-hyde/index.html +++ b/site/_site/he/2013/12/28/introducing-hyde/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,7 +150,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/he/404">404</a>, <a href="/he/atom.xml">RSS feed</a>, posts, and <a href="/he/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -160,8 +162,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -184,27 +186,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2015/09/19/presenting-polyglot/index.html b/site/_site/he/2015/09/19/presenting-polyglot/index.html index db9a46863..5eab5a33d 100644 --- a/site/_site/he/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/he/2015/09/19/presenting-polyglot/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -198,27 +200,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2015/11/14/polyglot-version-1-1/index.html b/site/_site/he/2015/11/14/polyglot-version-1-1/index.html index 86328cd18..50dfacfd3 100644 --- a/site/_site/he/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/he/2015/11/14/polyglot-version-1-1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -152,27 +154,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/he/2016/04/20/Polyglot-1.2.0/index.html index 02573e5c0..ac34f4d9d 100644 --- a/site/_site/he/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/he/2016/04/20/Polyglot-1.2.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,13 +145,13 @@ <h1 class="post-title">Polyglot 1.2.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>and list <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>and list <code class="highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="highlighter-rouge">_config.yml</code></p> <p>It involves mostly groundwork to prepare for new features and better multilingual content management. It does have a new feature:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="language-plaintext highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> +<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -174,27 +176,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/he/2016/12/16/Polyglot-1.2.4/index.html index d12ca80ec..a14aa7fdb 100644 --- a/site/_site/he/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/he/2016/12/16/Polyglot-1.2.4/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -146,12 +148,12 @@ <h1 class="post-title">Polyglot 1.2.4</h1> <p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> <h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> <h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> <p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> <p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> @@ -160,12 +162,12 @@ <h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is- <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> <p>Users can now use</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/he/2017/07/23/Polyglot-1.3.0/index.html index 90b168cdb..f0a134bd3 100644 --- a/site/_site/he/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/he/2017/07/23/Polyglot-1.3.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -149,17 +151,17 @@ <h1 class="post-title">Polyglot 1.3.0</h1> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Language specific content defined in your <code class="language-plaintext highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="language-plaintext highlighter-rouge">active_lang</code> content gets precedence over <code class="language-plaintext highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="highlighter-rouge">site.data</code></h3> +<p>Language specific content defined in your <code class="highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="highlighter-rouge">active_lang</code> content gets precedence over <code class="highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="language-plaintext highlighter-rouge">default_lang</code> site root</h3> -<p>If the <code class="language-plaintext highlighter-rouge">default_lang</code> is not defined in the <code class="language-plaintext highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="highlighter-rouge">default_lang</code> site root</h3> +<p>If the <code class="highlighter-rouge">default_lang</code> is not defined in the <code class="highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> +<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="highlighter-rouge">i18n_headers</code> tag</h3> <p>Document processing is now faster, and fixes were made to the i18n_headers for when the site.url is defined. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="language-plaintext highlighter-rouge">active_lang</code> site payload</h3> -<p>This allows custom keys to be defined with the <code class="language-plaintext highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> +<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="highlighter-rouge">active_lang</code> site payload</h3> +<p>This allows custom keys to be defined with the <code class="highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> @@ -169,27 +171,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2020/04/29/polyglot-1.3.2/index.html b/site/_site/he/2020/04/29/polyglot-1.3.2/index.html index 3dab31000..ef078859d 100644 --- a/site/_site/he/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/he/2020/04/29/polyglot-1.3.2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,13 +150,13 @@ <h1 class="post-title">Polyglot 1.3.2</h1> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -164,27 +166,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2020/07/19/polyglot-1.3.3/index.html b/site/_site/he/2020/07/19/polyglot-1.3.3/index.html index 3d8bd1e3f..09346bd2f 100644 --- a/site/_site/he/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/he/2020/07/19/polyglot-1.3.3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Polyglot 1.3.3</h1> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -156,27 +158,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2021/02/07/polyglot-1.4.0/index.html b/site/_site/he/2021/02/07/polyglot-1.4.0/index.html index 11fd52e0a..00881715c 100644 --- a/site/_site/he/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/he/2021/02/07/polyglot-1.4.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,7 +145,7 @@ <h1 class="post-title">Polyglot 1.4.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="static-unrelativized-href">static unrelativized <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="static-unrelativized-href">static unrelativized <code class="highlighter-rouge">href</code></h2> <p>This release provides a new liquid block tag {% static_href %}href=”…”{% endstatic_href %} which can be used to create href attributes in anchor tags that are not relativized by Polyglot.</p> @@ -151,7 +153,7 @@ <h2 id="static-unrelativized-href">static unrelativized <code class="language-pl <h2 id="exclusive-site-language-generation">Exclusive site language generation</h2> -<p>Polyglot 1.4.0 adds support for <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> +<p>Polyglot 1.4.0 adds support for <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">he'</span><span class="pi">]</span> @@ -165,7 +167,7 @@ <h2 id="renaming-a-few-liquid-tags">Renaming a few liquid tags</h2> <h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/he/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2021/04/18/polyglot-1.4.1/index.html b/site/_site/he/2021/04/18/polyglot-1.4.1/index.html index d6fd1f4fc..a5a713af1 100644 --- a/site/_site/he/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/he/2021/04/18/polyglot-1.4.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,7 +153,7 @@ <h2 id="say-привет-to-our-russian-friends">say Привет to our russian <h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/he/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -161,27 +163,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2021/07/17/polyglot-1.5.0/index.html b/site/_site/he/2021/07/17/polyglot-1.5.0/index.html index 8bbd684fc..cda6ffb74 100644 --- a/site/_site/he/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/he/2021/07/17/polyglot-1.5.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -180,27 +182,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2022-01-15-dutch-site-support/index.html b/site/_site/he/2022-01-15-dutch-site-support/index.html index c82c4d45b..320fa20eb 100644 --- a/site/_site/he/2022-01-15-dutch-site-support/index.html +++ b/site/_site/he/2022-01-15-dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date"></span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> diff --git a/site/_site/he/2022/01/15/dutch-site-support/index.html b/site/_site/he/2022/01/15/dutch-site-support/index.html index fa922229e..8da7e315a 100644 --- a/site/_site/he/2022/01/15/dutch-site-support/index.html +++ b/site/_site/he/2022/01/15/dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -149,27 +151,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2022/10/01/polyglot-1.5.1/index.html b/site/_site/he/2022/10/01/polyglot-1.5.1/index.html index 23ff7673a..1a5b57136 100644 --- a/site/_site/he/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/he/2022/10/01/polyglot-1.5.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/he/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2023/02/27/korean-support/index.html b/site/_site/he/2023/02/27/korean-support/index.html index e7d19dcdb..440563f52 100644 --- a/site/_site/he/2023/02/27/korean-support/index.html +++ b/site/_site/he/2023/02/27/korean-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/02/27/korean-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,27 +153,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/he/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/he/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/he/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> <li> <h3> - <a href="/he/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/he/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/he/2023/06/08/polyglot-1.6.0-chinese-support/index.html b/site/_site/he/2023/06/08/polyglot-1.6.0-chinese-support/index.html new file mode 100644 index 000000000..52e2ff024 --- /dev/null +++ b/site/_site/he/2023/06/08/polyglot-1.6.0-chinese-support/index.html @@ -0,0 +1,209 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="he"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"/> + + <title> + + Polyglot 1.6.0 and Simplified Chinese language support · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.6.0 and Simplified Chinese language support

+ +

The Polyglot website has been updated with support for Chinese!

+ +

This is made possible by aturret, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.

+ +

Additionally, jekyll-polyglot 1.6.0 is now available from rubygems.

+ +

Fix for relativization of frozen strings

+ +

Polyglot used String::gsub! which mutates a .frozen? string. This has now been fixed to duplicate the cloned string before modifying it.

+ +

Fix for site navigation not being translated

+ +

A typo in the html on the site layout prevented the previous page navigation from being translated correctly.

+ +

Support for Chinese Language

+ +

With a big 谢谢 of support and appreciation to aturret, polyglot.untra.io now supports a zh-CN Simplified Chinese translation!

+ +
+ + + +
+ + + + + diff --git a/site/_site/he/a-really-long/permalink/index.html b/site/_site/he/a-really-long/permalink/index.html index cdb2e16ba..d338da6f0 100644 --- a/site/_site/he/a-really-long/permalink/index.html +++ b/site/_site/he/a-really-long/permalink/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/he/about/index.html b/site/_site/he/about/index.html index 6f9532128..8301c4104 100644 --- a/site/_site/he/about/index.html +++ b/site/_site/he/about/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/about/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/about/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/about/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/about/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/about/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/about/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/about/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/about/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/about/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/about/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/about/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/about/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/about/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/he/index.html b/site/_site/he/index.html index 94774fb62..01a20e6a2 100644 --- a/site/_site/he/index.html +++ b/site/_site/he/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -138,6 +140,35 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/he/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + </a> + </h1> + + <span class="post-date">08 Jun 2023</span> + + <p>The <a href="https://polyglot.untra.io/zh-CN/">Polyglot website</a> has been updated with support for Chinese!</p> + +<p>This is made possible by <strong><a href="https://github.com/aturret">aturret</a></strong>, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.</p> + +<p>Additionally, <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.6.0">jekyll-polyglot 1.6.0</a> is now available from rubygems.</p> + +<h2 id="fix-for-relativization-of-frozen-strings">Fix for relativization of frozen strings</h2> + +<p>Polyglot used <a href="https://apidock.com/ruby/String/gsub!">String::gsub!</a> which mutates a <code class="highlighter-rouge">.frozen?</code> string. This has now been fixed to duplicate the cloned string before modifying it.</p> + +<h2 id="fix-for-site-navigation-not-being-translated">Fix for site navigation not being translated</h2> + +<p>A typo in the html on the site layout prevented the previous page navigation from being translated correctly.</p> + +<h2 id="support-for-chinese-language">Support for Chinese Language</h2> + +<p>With a big 谢谢 of support and appreciation to <strong>aturret</strong>, <a href="https://polyglot.untra.io/he/zh-CN">polyglot.untra.io</a> now supports a <code class="highlighter-rouge">zh-CN</code> Simplified Chinese translation!</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/he/2023/02/27/korean-support/"> @@ -183,7 +214,7 @@ <h1 class="post-title"> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -231,31 +262,6 @@ <h2 id="want-to-help">Want to help?</h2> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/he/2021/04/18/polyglot-1.4.1/"> - Polyglot 1.4.1 - </a> - </h1> - - <span class="post-date">18 Apr 2021</span> - - <p>Bonus patch release of Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> is out!</p> - -<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> - -<p>Fallout from cleanup led to a small fix and some tests</p> - -<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> - -<p>Russian language site pages have been added!</p> - -<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> - -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> - - </div> - </div> <div class="pagination"> diff --git a/site/_site/he/page2/index.html b/site/_site/he/page2/index.html index 5fc7824f8..304511104 100644 --- a/site/_site/he/page2/index.html +++ b/site/_site/he/page2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/he/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/he/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/he/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/he/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/he/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/he/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/he/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/he/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/he/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/he/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/he/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/he/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/he/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/he/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page2/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,31 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/he/2021/04/18/polyglot-1.4.1/"> + Polyglot 1.4.1 + </a> + </h1> + + <span class="post-date">18 Apr 2021</span> + + <p>Bonus patch release of Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> is out!</p> + +<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> + +<p>Fallout from cleanup led to a small fix and some tests</p> + +<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> + +<p>Russian language site pages have been added!</p> + +<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> + +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/he/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/he/2021/02/07/polyglot-1.4.0/"> @@ -151,7 +178,7 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="static-unrelativized-href">static unrelativized <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="static-unrelativized-href">static unrelativized <code class="highlighter-rouge">href</code></h2> <p>This release provides a new liquid block tag {% static_href %}href=”…”{% endstatic_href %} which can be used to create href attributes in anchor tags that are not relativized by Polyglot.</p> @@ -159,7 +186,7 @@ <h2 id="static-unrelativized-href">static unrelativized <code class="language-pl <h2 id="exclusive-site-language-generation">Exclusive site language generation</h2> -<p>Polyglot 1.4.0 adds support for <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> +<p>Polyglot 1.4.0 adds support for <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">he'</span><span class="pi">]</span> @@ -173,7 +200,7 @@ <h2 id="renaming-a-few-liquid-tags">Renaming a few liquid tags</h2> <h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/he/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -186,7 +213,7 @@ <h1 class="post-title"> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -215,13 +242,13 @@ <h1 class="post-title"> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -244,56 +271,17 @@ <h1 class="post-title"> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Language specific content defined in your <code class="language-plaintext highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="language-plaintext highlighter-rouge">active_lang</code> content gets precedence over <code class="language-plaintext highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="highlighter-rouge">site.data</code></h3> +<p>Language specific content defined in your <code class="highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="highlighter-rouge">active_lang</code> content gets precedence over <code class="highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="language-plaintext highlighter-rouge">default_lang</code> site root</h3> -<p>If the <code class="language-plaintext highlighter-rouge">default_lang</code> is not defined in the <code class="language-plaintext highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="highlighter-rouge">default_lang</code> site root</h3> +<p>If the <code class="highlighter-rouge">default_lang</code> is not defined in the <code class="highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> +<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="highlighter-rouge">i18n_headers</code> tag</h3> <p>Document processing is now faster, and fixes were made to the i18n_headers for when the site.url is defined. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="language-plaintext highlighter-rouge">active_lang</code> site payload</h3> -<p>This allows custom keys to be defined with the <code class="language-plaintext highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> - - </div> - - <div class="post"> - <h1 class="post-title"> - <a href="/he/2016/12/16/Polyglot-1.2.4/"> - Polyglot 1.2.4 - </a> - </h1> - - <span class="post-date">16 Dec 2016</span> - - <p>A new version of Polyglot has been released! Give it a try!</p> - -<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> - -<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> - -<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> - -<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> -<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> - -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> -<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> - -<p>Now rich text can be rendered with just:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> - -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> -<p>Users can now use</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> - -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="highlighter-rouge">active_lang</code> site payload</h3> +<p>This allows custom keys to be defined with the <code class="highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> diff --git a/site/_site/he/page3/index.html b/site/_site/he/page3/index.html index 790c3600e..493bdcef7 100644 --- a/site/_site/he/page3/index.html +++ b/site/_site/he/page3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/he/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/he/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/he/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/he/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/he/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/he/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/he/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/he/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/he/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/he/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/he/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/he/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/he/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/he/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page3/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,45 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/he/2016/12/16/Polyglot-1.2.4/"> + Polyglot 1.2.4 + </a> + </h1> + + <span class="post-date">16 Dec 2016</span> + + <p>A new version of Polyglot has been released! Give it a try!</p> + +<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> + +<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> + +<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> + +<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> +<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> + +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> +<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> + +<p>Now rich text can be rendered with just:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> + +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> +<p>Users can now use</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> + +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/he/2016/04/20/Polyglot-1.2.0/"> @@ -151,13 +192,13 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>and list <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>and list <code class="highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="highlighter-rouge">_config.yml</code></p> <p>It involves mostly groundwork to prepare for new features and better multilingual content management. It does have a new feature:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="language-plaintext highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> +<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -272,7 +313,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/he/404">404</a>, <a href="/he/atom.xml">RSS feed</a>, posts, and <a href="/he/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -284,8 +325,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -302,32 +343,11 @@ <h3 id="download">Download</h3> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/he/2012/02/06/whats-jekyll/"> - What's Jekyll? - </a> - </h1> - - <span class="post-date">06 Feb 2012</span> - - <p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/mojombo/jekyll/blob/master/README.markdown">the project’s readme</a>:</p> - -<blockquote> - <p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p> -</blockquote> - -<p>It’s an immensely useful tool and one we encourage you to use here with Hyde.</p> - -<p>Find out more by <a href="https://github.com/mojombo/jekyll">visiting the project on GitHub</a>.</p> - - </div> - </div> <div class="pagination"> - <span class="pagination-item older">Older</span> + <a class="pagination-item older" href="/he/page4">Older</a> diff --git a/site/_site/he/page4/index.html b/site/_site/he/page4/index.html new file mode 100644 index 000000000..f2c7a21ed --- /dev/null +++ b/site/_site/he/page4/index.html @@ -0,0 +1,188 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="he"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/he/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/he/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/he/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/he/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/he/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/he/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/he/zh-CN"/> + + <title> + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + What's Jekyll? + +

+ + + +

Jekyll is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From the project’s readme:

+ +
+

Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

+
+ +

It’s an immensely useful tool and one we encourage you to use here with Hyde.

+ +

Find out more by visiting the project on GitHub.

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/he/sample/index.html b/site/_site/he/sample/index.html index 0ae4d5cdd..456b62133 100644 --- a/site/_site/he/sample/index.html +++ b/site/_site/he/sample/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/he/seo/index.html b/site/_site/he/seo/index.html index 9ed4e8b3e..0c7d9cce3 100644 --- a/site/_site/he/seo/index.html +++ b/site/_site/he/seo/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="he"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/seo/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/seo/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/seo/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/seo/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/seo/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/seo/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/seo/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/seo/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/seo/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/seo/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/seo/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/seo/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/seo/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -140,7 +142,7 @@ <h1> <h1 class="page-title">SEO Recipes</h1> <h1 id="recipes-for-search-engine-optimization-using-polyglot">Recipes for Search Engine Optimization using Polyglot</h1> -<p>If you have installed the <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> +<p>If you have installed the <code class="highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> <h2 id="html-language-declaration">HTML Language Declaration</h2> @@ -168,7 +170,7 @@ <h2 id="multi-language-seo-using-hreflang-alternate-tags">Multi-language SEO usi <h2 id="all-of-the-above">All of the above</h2> -<p>You can get all of the above with a single tag added to your <code class="language-plaintext highlighter-rouge">header.html</code>:</p> +<p>You can get all of the above with a single tag added to your <code class="highlighter-rouge">header.html</code>:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers https://untra.github.com/polyglot %}</code></pre></figure> @@ -177,7 +179,7 @@ <h2 id="all-of-the-above">All of the above</h2> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>and it will default to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>and it will default to your <code class="highlighter-rouge">site.url</code></p> <p>With this SEO, each page click for one sites language will count towards the net clicks of all languages on the website.</p> diff --git a/site/_site/index.html b/site/_site/index.html index c838e35e8..c7b7f576a 100644 --- a/site/_site/index.html +++ b/site/_site/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -138,6 +140,35 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + </a> + </h1> + + <span class="post-date">08 Jun 2023</span> + + <p>The <a href="https://polyglot.untra.io/zh-CN/">Polyglot website</a> has been updated with support for Chinese!</p> + +<p>This is made possible by <strong><a href="https://github.com/aturret">aturret</a></strong>, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.</p> + +<p>Additionally, <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.6.0">jekyll-polyglot 1.6.0</a> is now available from rubygems.</p> + +<h2 id="fix-for-relativization-of-frozen-strings">Fix for relativization of frozen strings</h2> + +<p>Polyglot used <a href="https://apidock.com/ruby/String/gsub!">String::gsub!</a> which mutates a <code class="highlighter-rouge">.frozen?</code> string. This has now been fixed to duplicate the cloned string before modifying it.</p> + +<h2 id="fix-for-site-navigation-not-being-translated">Fix for site navigation not being translated</h2> + +<p>A typo in the html on the site layout prevented the previous page navigation from being translated correctly.</p> + +<h2 id="support-for-chinese-language">Support for Chinese Language</h2> + +<p>With a big 谢谢 of support and appreciation to <strong>aturret</strong>, <a href="https://polyglot.untra.io/zh-CN">polyglot.untra.io</a> now supports a <code class="highlighter-rouge">zh-CN</code> Simplified Chinese translation!</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/2023/02/27/korean-support/"> @@ -183,7 +214,7 @@ <h1 class="post-title"> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -231,31 +262,6 @@ <h2 id="want-to-help">Want to help?</h2> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/2021/04/18/polyglot-1.4.1/"> - Polyglot 1.4.1 - </a> - </h1> - - <span class="post-date">18 Apr 2021</span> - - <p>Bonus patch release of Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> is out!</p> - -<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> - -<p>Fallout from cleanup led to a small fix and some tests</p> - -<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> - -<p>Russian language site pages have been added!</p> - -<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> - -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> - - </div> - </div> <div class="pagination"> diff --git a/site/_site/ko/2012/02/06/whats-jekyll/index.html b/site/_site/ko/2012/02/06/whats-jekyll/index.html index 4161f96dc..6c7ca67d4 100644 --- a/site/_site/ko/2012/02/06/whats-jekyll/index.html +++ b/site/_site/ko/2012/02/06/whats-jekyll/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2013/12/28/introducing-hyde/index.html b/site/_site/ko/2013/12/28/introducing-hyde/index.html index a19c65659..362e7e75b 100644 --- a/site/_site/ko/2013/12/28/introducing-hyde/index.html +++ b/site/_site/ko/2013/12/28/introducing-hyde/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,7 +150,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/ko/404">404</a>, <a href="/ko/atom.xml">RSS feed</a>, posts, and <a href="/ko/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -160,8 +162,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -184,27 +186,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2015/09/19/presenting-polyglot/index.html b/site/_site/ko/2015/09/19/presenting-polyglot/index.html index 018dbf1c1..90116822f 100644 --- a/site/_site/ko/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/ko/2015/09/19/presenting-polyglot/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -200,27 +202,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2015/11/14/polyglot-version-1-1/index.html b/site/_site/ko/2015/11/14/polyglot-version-1-1/index.html index c0baf0154..226f7a456 100644 --- a/site/_site/ko/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/ko/2015/11/14/polyglot-version-1-1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -152,27 +154,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/ko/2016/04/20/Polyglot-1.2.0/index.html index e2755386f..abd63fddf 100644 --- a/site/_site/ko/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/ko/2016/04/20/Polyglot-1.2.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,13 +145,13 @@ <h1 class="post-title">Polyglot 1.2.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>and list <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>and list <code class="highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="highlighter-rouge">_config.yml</code></p> <p>It involves mostly groundwork to prepare for new features and better multilingual content management. It does have a new feature:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="language-plaintext highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> +<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -174,27 +176,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/ko/2016/12/16/Polyglot-1.2.4/index.html index 7c01df66f..47602c24c 100644 --- a/site/_site/ko/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/ko/2016/12/16/Polyglot-1.2.4/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -146,12 +148,12 @@ <h1 class="post-title">Polyglot 1.2.4</h1> <p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> <h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> <h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> <p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> <p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> @@ -160,12 +162,12 @@ <h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is- <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> <p>Users can now use</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/ko/2017/07/23/Polyglot-1.3.0/index.html index 4bb7e5e2b..fae823d23 100644 --- a/site/_site/ko/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/ko/2017/07/23/Polyglot-1.3.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -149,17 +151,17 @@ <h1 class="post-title">Polyglot 1.3.0</h1> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Language specific content defined in your <code class="language-plaintext highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="language-plaintext highlighter-rouge">active_lang</code> content gets precedence over <code class="language-plaintext highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="highlighter-rouge">site.data</code></h3> +<p>Language specific content defined in your <code class="highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="highlighter-rouge">active_lang</code> content gets precedence over <code class="highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="language-plaintext highlighter-rouge">default_lang</code> site root</h3> -<p>If the <code class="language-plaintext highlighter-rouge">default_lang</code> is not defined in the <code class="language-plaintext highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="highlighter-rouge">default_lang</code> site root</h3> +<p>If the <code class="highlighter-rouge">default_lang</code> is not defined in the <code class="highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> +<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="highlighter-rouge">i18n_headers</code> tag</h3> <p>Document processing is now faster, and fixes were made to the i18n_headers for when the site.url is defined. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="language-plaintext highlighter-rouge">active_lang</code> site payload</h3> -<p>This allows custom keys to be defined with the <code class="language-plaintext highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> +<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="highlighter-rouge">active_lang</code> site payload</h3> +<p>This allows custom keys to be defined with the <code class="highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> @@ -169,27 +171,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2020/04/29/polyglot-1.3.2/index.html b/site/_site/ko/2020/04/29/polyglot-1.3.2/index.html index 258720d9c..e605f7142 100644 --- a/site/_site/ko/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/ko/2020/04/29/polyglot-1.3.2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,13 +150,13 @@ <h1 class="post-title">Polyglot 1.3.2</h1> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -164,27 +166,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2020/07/19/polyglot-1.3.3/index.html b/site/_site/ko/2020/07/19/polyglot-1.3.3/index.html index 8948fc711..e38c29009 100644 --- a/site/_site/ko/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/ko/2020/07/19/polyglot-1.3.3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Polyglot 1.3.3</h1> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -156,27 +158,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2021/02/07/polyglot-1.4.0/index.html b/site/_site/ko/2021/02/07/polyglot-1.4.0/index.html index 202ff272a..bddbf9339 100644 --- a/site/_site/ko/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/ko/2021/02/07/polyglot-1.4.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,7 +145,7 @@ <h1 class="post-title">Polyglot 1.4.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="static-unrelativized-href">static unrelativized <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="static-unrelativized-href">static unrelativized <code class="highlighter-rouge">href</code></h2> <p>This release provides a new liquid block tag {% static_href %}href=”…”{% endstatic_href %} which can be used to create href attributes in anchor tags that are not relativized by Polyglot.</p> @@ -151,7 +153,7 @@ <h2 id="static-unrelativized-href">static unrelativized <code class="language-pl <h2 id="exclusive-site-language-generation">Exclusive site language generation</h2> -<p>Polyglot 1.4.0 adds support for <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> +<p>Polyglot 1.4.0 adds support for <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">ko'</span><span class="pi">]</span> @@ -165,7 +167,7 @@ <h2 id="renaming-a-few-liquid-tags">Renaming a few liquid tags</h2> <h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/ko/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2021/04/18/polyglot-1.4.1/index.html b/site/_site/ko/2021/04/18/polyglot-1.4.1/index.html index 47c457743..14425a1d6 100644 --- a/site/_site/ko/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/ko/2021/04/18/polyglot-1.4.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,7 +153,7 @@ <h2 id="say-привет-to-our-russian-friends">say Привет to our russian <h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/ko/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -161,27 +163,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2021/07/17/polyglot-1.5.0/index.html b/site/_site/ko/2021/07/17/polyglot-1.5.0/index.html index f060e5d9b..60ee734f4 100644 --- a/site/_site/ko/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/ko/2021/07/17/polyglot-1.5.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -180,27 +182,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2022-01-15-dutch-site-support/index.html b/site/_site/ko/2022-01-15-dutch-site-support/index.html index bdfd81cb8..9b65d56f1 100644 --- a/site/_site/ko/2022-01-15-dutch-site-support/index.html +++ b/site/_site/ko/2022-01-15-dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date"></span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> diff --git a/site/_site/ko/2022/01/15/dutch-site-support/index.html b/site/_site/ko/2022/01/15/dutch-site-support/index.html index db1700004..c2c8ea09b 100644 --- a/site/_site/ko/2022/01/15/dutch-site-support/index.html +++ b/site/_site/ko/2022/01/15/dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -149,27 +151,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2022/10/01/polyglot-1.5.1/index.html b/site/_site/ko/2022/10/01/polyglot-1.5.1/index.html index dcc07b052..2e80982dc 100644 --- a/site/_site/ko/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/ko/2022/10/01/polyglot-1.5.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2023/02/27/korean-support/"> - Polyglot 웹 사이트가 이제 한국어로 제공됩니다. - <small>27 Feb 2023</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2023/02/27/korean-support/"> + Polyglot 웹 사이트가 이제 한국어로 제공됩니다. + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/ko/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2023/02/27/korean-support/index.html b/site/_site/ko/2023/02/27/korean-support/index.html index e5e484038..402eb988a 100644 --- a/site/_site/ko/2023/02/27/korean-support/index.html +++ b/site/_site/ko/2023/02/27/korean-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/02/27/korean-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,27 +153,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ko/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ko/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> <li> <h3> - <a href="/ko/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/ko/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/ko/2023/06/08/polyglot-1.6.0-chinese-support/index.html b/site/_site/ko/2023/06/08/polyglot-1.6.0-chinese-support/index.html new file mode 100644 index 000000000..becc74bba --- /dev/null +++ b/site/_site/ko/2023/06/08/polyglot-1.6.0-chinese-support/index.html @@ -0,0 +1,209 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="ko"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"/> + + <title> + + Polyglot 1.6.0 and Simplified Chinese language support · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.6.0 and Simplified Chinese language support

+ +

The Polyglot website has been updated with support for Chinese!

+ +

This is made possible by aturret, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.

+ +

Additionally, jekyll-polyglot 1.6.0 is now available from rubygems.

+ +

Fix for relativization of frozen strings

+ +

Polyglot used String::gsub! which mutates a .frozen? string. This has now been fixed to duplicate the cloned string before modifying it.

+ +

Fix for site navigation not being translated

+ +

A typo in the html on the site layout prevented the previous page navigation from being translated correctly.

+ +

Support for Chinese Language

+ +

With a big 谢谢 of support and appreciation to aturret, polyglot.untra.io now supports a zh-CN Simplified Chinese translation!

+ +
+ + + +
+ + + + + diff --git a/site/_site/ko/a-really-long/permalink/index.html b/site/_site/ko/a-really-long/permalink/index.html index 4795fc239..0b9b3c013 100644 --- a/site/_site/ko/a-really-long/permalink/index.html +++ b/site/_site/ko/a-really-long/permalink/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/ko/about/index.html b/site/_site/ko/about/index.html index 9f5d873f0..e7571357c 100644 --- a/site/_site/ko/about/index.html +++ b/site/_site/ko/about/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/about/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/about/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/about/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/about/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/about/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/about/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/about/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/about/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/about/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/about/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/about/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/about/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/about/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/ko/index.html b/site/_site/ko/index.html index 9048bd275..b6ba62f70 100644 --- a/site/_site/ko/index.html +++ b/site/_site/ko/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -138,6 +140,35 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/ko/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + </a> + </h1> + + <span class="post-date">08 Jun 2023</span> + + <p>The <a href="https://polyglot.untra.io/zh-CN/">Polyglot website</a> has been updated with support for Chinese!</p> + +<p>This is made possible by <strong><a href="https://github.com/aturret">aturret</a></strong>, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.</p> + +<p>Additionally, <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.6.0">jekyll-polyglot 1.6.0</a> is now available from rubygems.</p> + +<h2 id="fix-for-relativization-of-frozen-strings">Fix for relativization of frozen strings</h2> + +<p>Polyglot used <a href="https://apidock.com/ruby/String/gsub!">String::gsub!</a> which mutates a <code class="highlighter-rouge">.frozen?</code> string. This has now been fixed to duplicate the cloned string before modifying it.</p> + +<h2 id="fix-for-site-navigation-not-being-translated">Fix for site navigation not being translated</h2> + +<p>A typo in the html on the site layout prevented the previous page navigation from being translated correctly.</p> + +<h2 id="support-for-chinese-language">Support for Chinese Language</h2> + +<p>With a big 谢谢 of support and appreciation to <strong>aturret</strong>, <a href="https://polyglot.untra.io/ko/zh-CN">polyglot.untra.io</a> now supports a <code class="highlighter-rouge">zh-CN</code> Simplified Chinese translation!</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/ko/2023/02/27/korean-support/"> @@ -183,7 +214,7 @@ <h1 class="post-title"> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -231,31 +262,6 @@ <h2 id="want-to-help">Want to help?</h2> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/ko/2021/04/18/polyglot-1.4.1/"> - Polyglot 1.4.1 - </a> - </h1> - - <span class="post-date">18 Apr 2021</span> - - <p>Bonus patch release of Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> is out!</p> - -<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> - -<p>Fallout from cleanup led to a small fix and some tests</p> - -<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> - -<p>Russian language site pages have been added!</p> - -<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> - -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> - - </div> - </div> <div class="pagination"> diff --git a/site/_site/ko/page2/index.html b/site/_site/ko/page2/index.html index db3589f4e..dfd947294 100644 --- a/site/_site/ko/page2/index.html +++ b/site/_site/ko/page2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/ko/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/ko/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/ko/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ko/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/ko/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/ko/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/ko/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/ko/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/ko/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/ko/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ko/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/ko/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/ko/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/ko/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page2/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,31 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/ko/2021/04/18/polyglot-1.4.1/"> + Polyglot 1.4.1 + </a> + </h1> + + <span class="post-date">18 Apr 2021</span> + + <p>Bonus patch release of Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> is out!</p> + +<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> + +<p>Fallout from cleanup led to a small fix and some tests</p> + +<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> + +<p>Russian language site pages have been added!</p> + +<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> + +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/ko/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/ko/2021/02/07/polyglot-1.4.0/"> @@ -151,7 +178,7 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="static-unrelativized-href">static unrelativized <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="static-unrelativized-href">static unrelativized <code class="highlighter-rouge">href</code></h2> <p>This release provides a new liquid block tag {% static_href %}href=”…”{% endstatic_href %} which can be used to create href attributes in anchor tags that are not relativized by Polyglot.</p> @@ -159,7 +186,7 @@ <h2 id="static-unrelativized-href">static unrelativized <code class="language-pl <h2 id="exclusive-site-language-generation">Exclusive site language generation</h2> -<p>Polyglot 1.4.0 adds support for <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> +<p>Polyglot 1.4.0 adds support for <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">ko'</span><span class="pi">]</span> @@ -173,7 +200,7 @@ <h2 id="renaming-a-few-liquid-tags">Renaming a few liquid tags</h2> <h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/ko/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -186,7 +213,7 @@ <h1 class="post-title"> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -215,13 +242,13 @@ <h1 class="post-title"> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -244,56 +271,17 @@ <h1 class="post-title"> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Language specific content defined in your <code class="language-plaintext highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="language-plaintext highlighter-rouge">active_lang</code> content gets precedence over <code class="language-plaintext highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="highlighter-rouge">site.data</code></h3> +<p>Language specific content defined in your <code class="highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="highlighter-rouge">active_lang</code> content gets precedence over <code class="highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="language-plaintext highlighter-rouge">default_lang</code> site root</h3> -<p>If the <code class="language-plaintext highlighter-rouge">default_lang</code> is not defined in the <code class="language-plaintext highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="highlighter-rouge">default_lang</code> site root</h3> +<p>If the <code class="highlighter-rouge">default_lang</code> is not defined in the <code class="highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> +<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="highlighter-rouge">i18n_headers</code> tag</h3> <p>Document processing is now faster, and fixes were made to the i18n_headers for when the site.url is defined. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="language-plaintext highlighter-rouge">active_lang</code> site payload</h3> -<p>This allows custom keys to be defined with the <code class="language-plaintext highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> - - </div> - - <div class="post"> - <h1 class="post-title"> - <a href="/ko/2016/12/16/Polyglot-1.2.4/"> - Polyglot 1.2.4 - </a> - </h1> - - <span class="post-date">16 Dec 2016</span> - - <p>A new version of Polyglot has been released! Give it a try!</p> - -<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> - -<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> - -<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> - -<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> -<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> - -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> -<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> - -<p>Now rich text can be rendered with just:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> - -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> -<p>Users can now use</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> - -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="highlighter-rouge">active_lang</code> site payload</h3> +<p>This allows custom keys to be defined with the <code class="highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> diff --git a/site/_site/ko/page3/index.html b/site/_site/ko/page3/index.html index d443dfda4..05d0aebe6 100644 --- a/site/_site/ko/page3/index.html +++ b/site/_site/ko/page3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/ko/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/ko/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/ko/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ko/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/ko/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/ko/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/ko/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/ko/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/ko/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/ko/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ko/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/ko/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/ko/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/ko/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page3/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,45 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/ko/2016/12/16/Polyglot-1.2.4/"> + Polyglot 1.2.4 + </a> + </h1> + + <span class="post-date">16 Dec 2016</span> + + <p>A new version of Polyglot has been released! Give it a try!</p> + +<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> + +<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> + +<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> + +<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> +<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> + +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> +<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> + +<p>Now rich text can be rendered with just:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> + +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> +<p>Users can now use</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> + +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/ko/2016/04/20/Polyglot-1.2.0/"> @@ -151,13 +192,13 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>and list <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>and list <code class="highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="highlighter-rouge">_config.yml</code></p> <p>It involves mostly groundwork to prepare for new features and better multilingual content management. It does have a new feature:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="language-plaintext highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> +<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -274,7 +315,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/ko/404">404</a>, <a href="/ko/atom.xml">RSS feed</a>, posts, and <a href="/ko/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -286,8 +327,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -304,32 +345,11 @@ <h3 id="download">Download</h3> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/ko/2012/02/06/whats-jekyll/"> - What's Jekyll? - </a> - </h1> - - <span class="post-date">06 Feb 2012</span> - - <p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/mojombo/jekyll/blob/master/README.markdown">the project’s readme</a>:</p> - -<blockquote> - <p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p> -</blockquote> - -<p>It’s an immensely useful tool and one we encourage you to use here with Hyde.</p> - -<p>Find out more by <a href="https://github.com/mojombo/jekyll">visiting the project on GitHub</a>.</p> - - </div> - </div> <div class="pagination"> - <span class="pagination-item older">Older</span> + <a class="pagination-item older" href="/ko/page4">Older</a> diff --git a/site/_site/ko/page4/index.html b/site/_site/ko/page4/index.html new file mode 100644 index 000000000..48ad3195f --- /dev/null +++ b/site/_site/ko/page4/index.html @@ -0,0 +1,188 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="ko"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/ko/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/ko/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/ko/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ko/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/ko/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/ko/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/ko/zh-CN"/> + + <title> + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + What's Jekyll? + +

+ + + +

Jekyll is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From the project’s readme:

+ +
+

Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

+
+ +

It’s an immensely useful tool and one we encourage you to use here with Hyde.

+ +

Find out more by visiting the project on GitHub.

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/ko/sample/index.html b/site/_site/ko/sample/index.html index 06b1ebde2..dd2c71d71 100644 --- a/site/_site/ko/sample/index.html +++ b/site/_site/ko/sample/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/ko/seo/index.html b/site/_site/ko/seo/index.html index d5e5b27c6..c1dfa0c72 100644 --- a/site/_site/ko/seo/index.html +++ b/site/_site/ko/seo/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ko"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/seo/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/seo/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/seo/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/seo/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/seo/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/seo/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/seo/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/seo/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/seo/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/seo/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/seo/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/seo/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/seo/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -140,7 +142,7 @@ <h1> <h1 class="page-title">SEO Recipes</h1> <h1 id="recipes-for-search-engine-optimization-using-polyglot">Recipes for Search Engine Optimization using Polyglot</h1> -<p>If you have installed the <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> +<p>If you have installed the <code class="highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> <h2 id="html-language-declaration">HTML Language Declaration</h2> @@ -168,7 +170,7 @@ <h2 id="multi-language-seo-using-hreflang-alternate-tags">Multi-language SEO usi <h2 id="all-of-the-above">All of the above</h2> -<p>You can get all of the above with a single tag added to your <code class="language-plaintext highlighter-rouge">header.html</code>:</p> +<p>You can get all of the above with a single tag added to your <code class="highlighter-rouge">header.html</code>:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers https://untra.github.com/polyglot %}</code></pre></figure> @@ -177,7 +179,7 @@ <h2 id="all-of-the-above">All of the above</h2> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>and it will default to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>and it will default to your <code class="highlighter-rouge">site.url</code></p> <p>With this SEO, each page click for one sites language will count towards the net clicks of all languages on the website.</p> diff --git a/site/_site/nl/2012/02/06/whats-jekyll/index.html b/site/_site/nl/2012/02/06/whats-jekyll/index.html index 1a3f6cd05..c238a69fb 100644 --- a/site/_site/nl/2012/02/06/whats-jekyll/index.html +++ b/site/_site/nl/2012/02/06/whats-jekyll/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2013/12/28/introducing-hyde/index.html b/site/_site/nl/2013/12/28/introducing-hyde/index.html index d400aec04..bb1fb2948 100644 --- a/site/_site/nl/2013/12/28/introducing-hyde/index.html +++ b/site/_site/nl/2013/12/28/introducing-hyde/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,7 +150,7 @@ <h3 id="gebouwd-op-poole">Gebouwd op Poole</h3> <ul> <li>Complete Jekyll-setup inbegrepen (layouts, config, <a href="/nl/404">404</a>, <a href="/nl/atom.xml">RSS-feed</a>, posts en <a href="/nl/about">voorbeeldpagina</a>)</li> <li>Mobielvriendelijk ontwerp en ontwikkeling</li> - <li>Makkelijk schaalbare tekst en componentgrootte met <code class="language-plaintext highlighter-rouge">rem</code>-eenheden in de CSS</li> + <li>Makkelijk schaalbare tekst en componentgrootte met <code class="highlighter-rouge">rem</code>-eenheden in de CSS</li> <li>Ondersteuning van een brede selectie van HTML-elementen</li> <li>Gerelateerde posts (tijdgebaseerd, vanwege Jekyll) onder elke post</li> <li>Syntax highlighting, met dank aan Pygments (de Python-gebaseerde code snippet highlighter)</li> @@ -160,8 +162,8 @@ <h3 id="hyde-features">Hyde-features</h3> <ul> <li>Sidebar met ondersteuning voor tekstuele modes en een dynamisch gegenereerde navigatie met ondersteuning voor actieve links</li> - <li>Twee oriëntaties voor content en sidebar, standaard (sidebar links) en <a href="https://github.com/poole/lanyon#reverse-layout">omgekeerd</a> (sidebar rechts), beschikbaar via de <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Acht optionele kleurenschema’s</a>, beschikbaar via de <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Twee oriëntaties voor content en sidebar, standaard (sidebar links) en <a href="https://github.com/poole/lanyon#reverse-layout">omgekeerd</a> (sidebar rechts), beschikbaar via de <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Acht optionele kleurenschema’s</a>, beschikbaar via de <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Ga naar de README</a> om er meer over te weten te komen.</p> @@ -184,27 +186,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2015/09/19/presenting-polyglot/index.html b/site/_site/nl/2015/09/19/presenting-polyglot/index.html index 046aef16c..f2a8c1b88 100644 --- a/site/_site/nl/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/nl/2015/09/19/presenting-polyglot/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -198,27 +200,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2015/11/14/polyglot-version-1-1/index.html b/site/_site/nl/2015/11/14/polyglot-version-1-1/index.html index c71ca96e1..4618c9227 100644 --- a/site/_site/nl/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/nl/2015/11/14/polyglot-version-1-1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -152,27 +154,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/nl/2016/04/20/Polyglot-1.2.0/index.html index 220b07b65..088845443 100644 --- a/site/_site/nl/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/nl/2016/04/20/Polyglot-1.2.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,13 +145,13 @@ <h1 class="post-title">Polyglot 1.2.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>en neem <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> op in je lijst van gems in je <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>en neem <code class="highlighter-rouge">jekyll-polyglot</code> op in je lijst van gems in je <code class="highlighter-rouge">_config.yml</code></p> <p>Het gaat vooral om voorbereidingen voor nieuwe features en betere meertalig contentbeheer. Het heeft ook een nieuwe feature:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Plaats deze tag met de <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">URL van je website</a> in je <code class="language-plaintext highlighter-rouge">head.html</code> om de maximale SEO te krijgen van een meertalige website. Het is hetzelfde als de volgende liquid code:</p> +<p>Plaats deze tag met de <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">URL van je website</a> in je <code class="highlighter-rouge">head.html</code> om de maximale SEO te krijgen van een meertalige website. Het is hetzelfde als de volgende liquid code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -174,27 +176,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/nl/2016/12/16/Polyglot-1.2.4/index.html index 57d833e9d..fec6c641a 100644 --- a/site/_site/nl/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/nl/2016/12/16/Polyglot-1.2.4/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -146,12 +148,12 @@ <h1 class="post-title">Polyglot 1.2.4</h1> <p>Deze publicatie is mogelijk gemaakt door de vriendelijke hulp van de GitHub-gebruiker <a href="https://github.com/vlsi">vlsi</a>, die heeft geholpen wat bugs te fiksen en nieuwe features toe te voegen:</p> <h3 id="ondersteuning-vertalen-van-absolute-urls">Ondersteuning vertalen van absolute URL’s</h3> -<p>Polyglot zal nu je <code class="language-plaintext highlighter-rouge">site.url</code> vertalen, zodat absolute URL’s ook vertaald worden.</p> +<p>Polyglot zal nu je <code class="highlighter-rouge">site.url</code> vertalen, zodat absolute URL’s ook vertaald worden.</p> <h3 id="vertaling-van-alle-jekyll-collecties">Vertaling van alle Jekyll collecties</h3> <p><a href="https://jekyllrb.com/docs/collections/">Jekyll collecties</a> is een redelijk nieuwe feature. Deze update vertaalt alle geregistreerde collecties, niet alleen posts en pagina’s.</p> -<h3 id="gebruik-taalspecifieke-_data-voor-sitedata-rich-text-als-sitedatalang-aanwezig-is">Gebruik taalspecifieke <code class="language-plaintext highlighter-rouge">_data</code> voor <code class="language-plaintext highlighter-rouge">site.data</code> rich text als <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> aanwezig is</h3> +<h3 id="gebruik-taalspecifieke-_data-voor-sitedata-rich-text-als-sitedatalang-aanwezig-is">Gebruik taalspecifieke <code class="highlighter-rouge">_data</code> voor <code class="highlighter-rouge">site.data</code> rich text als <code class="highlighter-rouge">site.data[:lang]</code> aanwezig is</h3> <p>Rich text op top level die op taal is gesorteerd wordt toegekend aan de site.data tijdens het bouwen van de site. Voorheen, toen rich text werd gerendered, moest je dit doen:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> @@ -160,12 +162,12 @@ <h3 id="gebruik-taalspecifieke-_data-voor-sitedata-rich-text-als-sitedatalang-aa <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> -<h3 id="de-i18n_headers-tag-gaat-nu-standaard-naar-siteurl-als-die-niet-is-ingevuld">De <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag gaat nu standaard naar <code class="language-plaintext highlighter-rouge">site.url</code> als die niet is ingevuld</h3> +<h3 id="de-i18n_headers-tag-gaat-nu-standaard-naar-siteurl-als-die-niet-is-ingevuld">De <code class="highlighter-rouge">I18n_Headers</code> tag gaat nu standaard naar <code class="highlighter-rouge">site.url</code> als die niet is ingevuld</h3> <p>Gebruikers hebben nu toegang tot</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>zonder een URL op te geven, die gaat standaard naar <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>zonder een URL op te geven, die gaat standaard naar <code class="highlighter-rouge">site.url</code></p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/nl/2017/07/23/Polyglot-1.3.0/index.html index d7a0003d6..2556c8358 100644 --- a/site/_site/nl/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/nl/2017/07/23/Polyglot-1.3.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -149,17 +151,17 @@ <h1 class="post-title">Polyglot 1.3.0</h1> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="recursief-samenvoegen-van-taalspecifieke-sitedata">Recursief samenvoegen van taalspecifieke <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Taalspecifieke inhoud die in je <code class="language-plaintext highlighter-rouge">site.data</code> directory is gedefinieerd zal nu recursief worden samengevoegd, zodat <code class="language-plaintext highlighter-rouge">active_lang</code> content voorrang heeft op <code class="language-plaintext highlighter-rouge">default_lang</code> content, die weer voorrang heeft op niet-taalspecifieke content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="recursief-samenvoegen-van-taalspecifieke-sitedata">Recursief samenvoegen van taalspecifieke <code class="highlighter-rouge">site.data</code></h3> +<p>Taalspecifieke inhoud die in je <code class="highlighter-rouge">site.data</code> directory is gedefinieerd zal nu recursief worden samengevoegd, zodat <code class="highlighter-rouge">active_lang</code> content voorrang heeft op <code class="highlighter-rouge">default_lang</code> content, die weer voorrang heeft op niet-taalspecifieke content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="bouw-bestanden-die-geen-taal-hebben-voor-de-default_lang-site-root">Bouw bestanden die geen taal hebben voor de <code class="language-plaintext highlighter-rouge">default_lang</code> site root</h3> -<p>Als de <code class="language-plaintext highlighter-rouge">default_lang</code> niet in de <code class="language-plaintext highlighter-rouge">languages</code> gedefinieerd is, garandeert dit dat bestanden zonder taal (zoals uitgesloten van lokalisatie) nog steeds naar de site root worden geschreven. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="bouw-bestanden-die-geen-taal-hebben-voor-de-default_lang-site-root">Bouw bestanden die geen taal hebben voor de <code class="highlighter-rouge">default_lang</code> site root</h3> +<p>Als de <code class="highlighter-rouge">default_lang</code> niet in de <code class="highlighter-rouge">languages</code> gedefinieerd is, garandeert dit dat bestanden zonder taal (zoals uitgesloten van lokalisatie) nog steeds naar de site root worden geschreven. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="performanceverbeteringen-en-fiksen-voor-i18n_headers-tag">Performanceverbeteringen en fiksen voor <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> -<p>Documentverwerking is nu sneller, en fiksen zijn gemaakt aan de <code class="language-plaintext highlighter-rouge">i18n_headers</code> voor wanneer de <code class="language-plaintext highlighter-rouge">site.url</code> gedefinieerd is. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> +<h3 id="performanceverbeteringen-en-fiksen-voor-i18n_headers-tag">Performanceverbeteringen en fiksen voor <code class="highlighter-rouge">i18n_headers</code> tag</h3> +<p>Documentverwerking is nu sneller, en fiksen zijn gemaakt aan de <code class="highlighter-rouge">i18n_headers</code> voor wanneer de <code class="highlighter-rouge">site.url</code> gedefinieerd is. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="maatwerksleutels-voor-active_lang-site-payload">Maatwerksleutels voor <code class="language-plaintext highlighter-rouge">active_lang</code> site payload</h3> -<p>Dit maakt het mogelijk maatwerksleutels te definiëren met de <code class="language-plaintext highlighter-rouge">active_lang</code>, dit maakt interoperabiliteit mogelijk tussen Polyglot en andere plug-ins en thema’s. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> +<h3 id="maatwerksleutels-voor-active_lang-site-payload">Maatwerksleutels voor <code class="highlighter-rouge">active_lang</code> site payload</h3> +<p>Dit maakt het mogelijk maatwerksleutels te definiëren met de <code class="highlighter-rouge">active_lang</code>, dit maakt interoperabiliteit mogelijk tussen Polyglot en andere plug-ins en thema’s. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> @@ -169,27 +171,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2020/04/29/polyglot-1.3.2/index.html b/site/_site/nl/2020/04/29/polyglot-1.3.2/index.html index 5ac555039..6fd547ade 100644 --- a/site/_site/nl/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/nl/2020/04/29/polyglot-1.3.2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,13 +150,13 @@ <h1 class="post-title">Polyglot 1.3.2</h1> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-instelling-leidt-documenttaal-af-van-relatieve-pad"><code class="language-plaintext highlighter-rouge">lang_from_path</code> instelling leidt documenttaal af van relatieve pad</h3> +<h3 id="lang_from_path-instelling-leidt-documenttaal-af-van-relatieve-pad"><code class="highlighter-rouge">lang_from_path</code> instelling leidt documenttaal af van relatieve pad</h3> -<p>Deze publicatie voegt een nieuwe booleaanse configuratie-instelling toe <code class="language-plaintext highlighter-rouge">lang_from_path</code>. Als deze op true is gezet, zegt deze optie tegen Polyglot om de basistaal af te leiden van het bijbehorende subpad als de lang in de frontmatter niet is ingesteld. Deze instelling werkt goed samen met andere vertalingsonderhoudstools zoals <a href="https://po4a.org/">po4a</a>.</p> +<p>Deze publicatie voegt een nieuwe booleaanse configuratie-instelling toe <code class="highlighter-rouge">lang_from_path</code>. Als deze op true is gezet, zegt deze optie tegen Polyglot om de basistaal af te leiden van het bijbehorende subpad als de lang in de frontmatter niet is ingesteld. Deze instelling werkt goed samen met andere vertalingsonderhoudstools zoals <a href="https://po4a.org/">po4a</a>.</p> <h3 id="verbeterde-logica-voor-relatievering-van-relatieve-en-absolute-urls">Verbeterde logica voor relatievering van relatieve en absolute URL’s</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> bestanden hebben trailing slashes aan hun paden toegevoegd als ze directories zijn. Daarnaast, deze bestanden worden anders gematched door de relatieve en absolute URL regex matchers. Dit verhoogt de nauwkeurigheid van URL-relatievering gebaseerd op feedback van gebruikers.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> bestanden hebben trailing slashes aan hun paden toegevoegd als ze directories zijn. Daarnaast, deze bestanden worden anders gematched door de relatieve en absolute URL regex matchers. Dit verhoogt de nauwkeurigheid van URL-relatievering gebaseerd op feedback van gebruikers.</p> </div> @@ -164,27 +166,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2020/07/19/polyglot-1.3.3/index.html b/site/_site/nl/2020/07/19/polyglot-1.3.3/index.html index 280cd06e9..5a5beb257 100644 --- a/site/_site/nl/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/nl/2020/07/19/polyglot-1.3.3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Polyglot 1.3.3</h1> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">versie 1.3.3</a> is uit! Het bevat een kleine fiks voor het runnen van <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> met polyglot geïnstalleerd op een <a href="https://github.com/untra/polyglot/issues/89">verse build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">versie 1.3.3</a> is uit! Het bevat een kleine fiks voor het runnen van <code class="highlighter-rouge">jekyll serve --incremental</code> met polyglot geïnstalleerd op een <a href="https://github.com/untra/polyglot/issues/89">verse build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -156,27 +158,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2021/02/07/polyglot-1.4.0/index.html b/site/_site/nl/2021/02/07/polyglot-1.4.0/index.html index 30114c69f..ae828269e 100644 --- a/site/_site/nl/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/nl/2021/02/07/polyglot-1.4.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,7 +145,7 @@ <h1 class="post-title">Polyglot 1.4.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="statische-ongerelativeerde-href">Statische ongerelativeerde <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="statische-ongerelativeerde-href">Statische ongerelativeerde <code class="highlighter-rouge">href</code></h2> <p>Deze versie biedt nieuwe een liquid block tag {% static_href %}href=”…”{% endstatic_href %} die gebruikt kan worden om href attributes in anchor tags aan te maken die niet gerelativeerd worden door Polyglot.</p> @@ -151,7 +153,7 @@ <h2 id="statische-ongerelativeerde-href">Statische ongerelativeerde <code class= <h2 id="generatie-van-exclusieve-websitetaal">Generatie van exclusieve websitetaal</h2> -<p>Polyglot 1.4.0 voeft ondersteuning voor <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter toe in documenten. Als een document deze bevat zal de generatie van het document tot die specifieke taal beperkt zijn.</p> +<p>Polyglot 1.4.0 voeft ondersteuning voor <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter toe in documenten. Als een document deze bevat zal de generatie van het document tot die specifieke taal beperkt zijn.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">nl'</span><span class="pi">]</span> @@ -165,7 +167,7 @@ <h2 id="herbenoemen-van-enkele-liquid-tags">Herbenoemen van enkele liquid tags</ <h2 id="wil-je-jouw-taal-uitgelicht-zien">Wil je jouw taal uitgelicht zien?</h2> -<p>Ik zoek vrijwilligers die graag <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> vertegenwoordigd zien in hun eigen taal! Als je deze software nuttig vindt en je wilt je taal vertegenwoordigd zien, neem contact op via de <a href="https://github.com/untra/polyglot/issues">GitHub-issues</a>.</p> +<p>Ik zoek vrijwilligers die graag <a href="https://polyglot.untra.io/nl/">Jekyll-Polyglot homepage</a> vertegenwoordigd zien in hun eigen taal! Als je deze software nuttig vindt en je wilt je taal vertegenwoordigd zien, neem contact op via de <a href="https://github.com/untra/polyglot/issues">GitHub-issues</a>.</p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2021/04/18/polyglot-1.4.1/index.html b/site/_site/nl/2021/04/18/polyglot-1.4.1/index.html index 051fdb198..13003bd2d 100644 --- a/site/_site/nl/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/nl/2021/04/18/polyglot-1.4.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -141,7 +143,7 @@ <h1 class="post-title">Polyglot 1.4.1</h1> <span class="post-date">18 Apr 2021</span> <p>Bonuspatchpublicatie van Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">versie 1.4.1</a> is uit!</p> -<h2 id="kleine-fiks-voor-i18n_headers">Kleine fiks voor <code class="language-plaintext highlighter-rouge">i18n_headers</code></h2> +<h2 id="kleine-fiks-voor-i18n_headers">Kleine fiks voor <code class="highlighter-rouge">i18n_headers</code></h2> <p>Nasleep van opruimactie leidde tot een kleine fiks en wat testen</p> @@ -151,7 +153,7 @@ <h2 id="zeg-привет-tegen-onze-russische-vrienden">Zeg Привет tegen o <h2 id="wil-je-jouw-taal-uitgelicht-zien">Wil je jouw taal uitgelicht zien?</h2> -<p>Ik zoek vrijwilligers die graag <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> vertegenwoordigd zien in hun eigen taal! Als je deze software nuttig vindt en je wilt je taal vertegenwoordigd zien, neem contact op via de <a href="https://github.com/untra/polyglot/issues">GitHub-issues</a>.</p> +<p>Ik zoek vrijwilligers die graag <a href="https://polyglot.untra.io/nl/">Jekyll-Polyglot homepage</a> vertegenwoordigd zien in hun eigen taal! Als je deze software nuttig vindt en je wilt je taal vertegenwoordigd zien, neem contact op via de <a href="https://github.com/untra/polyglot/issues">GitHub-issues</a>.</p> </div> @@ -161,27 +163,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2021/07/17/polyglot-1.5.0/index.html b/site/_site/nl/2021/07/17/polyglot-1.5.0/index.html index 102cc501f..7b43b0d5f 100644 --- a/site/_site/nl/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/nl/2021/07/17/polyglot-1.5.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -181,27 +183,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2022-01-15-dutch-site-support/index.html b/site/_site/nl/2022-01-15-dutch-site-support/index.html index 22099ad37..51d99f8f0 100644 --- a/site/_site/nl/2022-01-15-dutch-site-support/index.html +++ b/site/_site/nl/2022-01-15-dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date"></span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> diff --git a/site/_site/nl/2022/01/15/dutch-site-support/index.html b/site/_site/nl/2022/01/15/dutch-site-support/index.html index 552219a9d..de28c5dea 100644 --- a/site/_site/nl/2022/01/15/dutch-site-support/index.html +++ b/site/_site/nl/2022/01/15/dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date">15 Jan 2022</span> - <p>Met dank aan github-user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> deze website ondersteunt nu <code class="language-plaintext highlighter-rouge">nl</code> nederlands! Bedankt!</p> + <p>Met dank aan github-user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> deze website ondersteunt nu <code class="highlighter-rouge">nl</code> nederlands! Bedankt!</p> </div> @@ -149,27 +151,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2022/10/01/polyglot-1.5.1/index.html b/site/_site/nl/2022/10/01/polyglot-1.5.1/index.html index e8e98a828..1efde77b6 100644 --- a/site/_site/nl/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/nl/2022/10/01/polyglot-1.5.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/nl/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2023/02/27/korean-support/index.html b/site/_site/nl/2023/02/27/korean-support/index.html index 47603230a..b45813aea 100644 --- a/site/_site/nl/2023/02/27/korean-support/index.html +++ b/site/_site/nl/2023/02/27/korean-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/02/27/korean-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,27 +153,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/nl/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/nl/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> <li> <h3> - <a href="/nl/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/nl/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/nl/2023/06/08/polyglot-1.6.0-chinese-support/index.html b/site/_site/nl/2023/06/08/polyglot-1.6.0-chinese-support/index.html new file mode 100644 index 000000000..041bfe2e5 --- /dev/null +++ b/site/_site/nl/2023/06/08/polyglot-1.6.0-chinese-support/index.html @@ -0,0 +1,209 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="nl"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"/> + + <title> + + Polyglot 1.6.0 and Simplified Chinese language support · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.6.0 and Simplified Chinese language support

+ +

The Polyglot website has been updated with support for Chinese!

+ +

This is made possible by aturret, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.

+ +

Additionally, jekyll-polyglot 1.6.0 is now available from rubygems.

+ +

Fix for relativization of frozen strings

+ +

Polyglot used String::gsub! which mutates a .frozen? string. This has now been fixed to duplicate the cloned string before modifying it.

+ +

Fix for site navigation not being translated

+ +

A typo in the html on the site layout prevented the previous page navigation from being translated correctly.

+ +

Support for Chinese Language

+ +

With a big 谢谢 of support and appreciation to aturret, polyglot.untra.io now supports a zh-CN Simplified Chinese translation!

+ +
+ + + +
+ + + + + diff --git a/site/_site/nl/a-really-long/permalink/index.html b/site/_site/nl/a-really-long/permalink/index.html index d922108ad..64a12e67f 100644 --- a/site/_site/nl/a-really-long/permalink/index.html +++ b/site/_site/nl/a-really-long/permalink/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/nl/about/index.html b/site/_site/nl/about/index.html index eefc654b9..c06670eb9 100644 --- a/site/_site/nl/about/index.html +++ b/site/_site/nl/about/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/about/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/about/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/about/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/about/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/about/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/about/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/about/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/about/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/about/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/about/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/about/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/about/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/about/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/nl/index.html b/site/_site/nl/index.html index 29b969713..929cb3722 100644 --- a/site/_site/nl/index.html +++ b/site/_site/nl/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -138,6 +140,35 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/nl/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + </a> + </h1> + + <span class="post-date">08 Jun 2023</span> + + <p>The <a href="https://polyglot.untra.io/zh-CN/">Polyglot website</a> has been updated with support for Chinese!</p> + +<p>This is made possible by <strong><a href="https://github.com/aturret">aturret</a></strong>, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.</p> + +<p>Additionally, <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.6.0">jekyll-polyglot 1.6.0</a> is now available from rubygems.</p> + +<h2 id="fix-for-relativization-of-frozen-strings">Fix for relativization of frozen strings</h2> + +<p>Polyglot used <a href="https://apidock.com/ruby/String/gsub!">String::gsub!</a> which mutates a <code class="highlighter-rouge">.frozen?</code> string. This has now been fixed to duplicate the cloned string before modifying it.</p> + +<h2 id="fix-for-site-navigation-not-being-translated">Fix for site navigation not being translated</h2> + +<p>A typo in the html on the site layout prevented the previous page navigation from being translated correctly.</p> + +<h2 id="support-for-chinese-language">Support for Chinese Language</h2> + +<p>With a big 谢谢 of support and appreciation to <strong>aturret</strong>, <a href="https://polyglot.untra.io/nl/zh-CN">polyglot.untra.io</a> now supports a <code class="highlighter-rouge">zh-CN</code> Simplified Chinese translation!</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/nl/2023/02/27/korean-support/"> @@ -183,7 +214,7 @@ <h1 class="post-title"> <span class="post-date">15 Jan 2022</span> - <p>Met dank aan github-user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> deze website ondersteunt nu <code class="language-plaintext highlighter-rouge">nl</code> nederlands! Bedankt!</p> + <p>Met dank aan github-user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> deze website ondersteunt nu <code class="highlighter-rouge">nl</code> nederlands! Bedankt!</p> </div> @@ -232,31 +263,6 @@ <h2 id="wil-je-helpen">Wil je helpen?</h2> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/nl/2021/04/18/polyglot-1.4.1/"> - Polyglot 1.4.1 - </a> - </h1> - - <span class="post-date">18 Apr 2021</span> - - <p>Bonuspatchpublicatie van Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">versie 1.4.1</a> is uit!</p> - -<h2 id="kleine-fiks-voor-i18n_headers">Kleine fiks voor <code class="language-plaintext highlighter-rouge">i18n_headers</code></h2> - -<p>Nasleep van opruimactie leidde tot een kleine fiks en wat testen</p> - -<h2 id="zeg-привет-tegen-onze-russische-vrienden">Zeg Привет tegen onze Russische vrienden</h2> - -<p>Russische taal websitepagina’s zijn toegevoegd!</p> - -<h2 id="wil-je-jouw-taal-uitgelicht-zien">Wil je jouw taal uitgelicht zien?</h2> - -<p>Ik zoek vrijwilligers die graag <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> vertegenwoordigd zien in hun eigen taal! Als je deze software nuttig vindt en je wilt je taal vertegenwoordigd zien, neem contact op via de <a href="https://github.com/untra/polyglot/issues">GitHub-issues</a>.</p> - - </div> - </div> <div class="pagination"> diff --git a/site/_site/nl/page2/index.html b/site/_site/nl/page2/index.html index 0d5c02d99..ba1c76403 100644 --- a/site/_site/nl/page2/index.html +++ b/site/_site/nl/page2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/nl/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/nl/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/nl/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/nl/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/nl/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/nl/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/nl/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/nl/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/nl/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/nl/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/nl/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/nl/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/nl/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/nl/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page2/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,31 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/nl/2021/04/18/polyglot-1.4.1/"> + Polyglot 1.4.1 + </a> + </h1> + + <span class="post-date">18 Apr 2021</span> + + <p>Bonuspatchpublicatie van Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">versie 1.4.1</a> is uit!</p> + +<h2 id="kleine-fiks-voor-i18n_headers">Kleine fiks voor <code class="highlighter-rouge">i18n_headers</code></h2> + +<p>Nasleep van opruimactie leidde tot een kleine fiks en wat testen</p> + +<h2 id="zeg-привет-tegen-onze-russische-vrienden">Zeg Привет tegen onze Russische vrienden</h2> + +<p>Russische taal websitepagina’s zijn toegevoegd!</p> + +<h2 id="wil-je-jouw-taal-uitgelicht-zien">Wil je jouw taal uitgelicht zien?</h2> + +<p>Ik zoek vrijwilligers die graag <a href="https://polyglot.untra.io/nl/">Jekyll-Polyglot homepage</a> vertegenwoordigd zien in hun eigen taal! Als je deze software nuttig vindt en je wilt je taal vertegenwoordigd zien, neem contact op via de <a href="https://github.com/untra/polyglot/issues">GitHub-issues</a>.</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/nl/2021/02/07/polyglot-1.4.0/"> @@ -151,7 +178,7 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="statische-ongerelativeerde-href">Statische ongerelativeerde <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="statische-ongerelativeerde-href">Statische ongerelativeerde <code class="highlighter-rouge">href</code></h2> <p>Deze versie biedt nieuwe een liquid block tag {% static_href %}href=”…”{% endstatic_href %} die gebruikt kan worden om href attributes in anchor tags aan te maken die niet gerelativeerd worden door Polyglot.</p> @@ -159,7 +186,7 @@ <h2 id="statische-ongerelativeerde-href">Statische ongerelativeerde <code class= <h2 id="generatie-van-exclusieve-websitetaal">Generatie van exclusieve websitetaal</h2> -<p>Polyglot 1.4.0 voeft ondersteuning voor <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter toe in documenten. Als een document deze bevat zal de generatie van het document tot die specifieke taal beperkt zijn.</p> +<p>Polyglot 1.4.0 voeft ondersteuning voor <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter toe in documenten. Als een document deze bevat zal de generatie van het document tot die specifieke taal beperkt zijn.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">nl'</span><span class="pi">]</span> @@ -173,7 +200,7 @@ <h2 id="herbenoemen-van-enkele-liquid-tags">Herbenoemen van enkele liquid tags</ <h2 id="wil-je-jouw-taal-uitgelicht-zien">Wil je jouw taal uitgelicht zien?</h2> -<p>Ik zoek vrijwilligers die graag <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> vertegenwoordigd zien in hun eigen taal! Als je deze software nuttig vindt en je wilt je taal vertegenwoordigd zien, neem contact op via de <a href="https://github.com/untra/polyglot/issues">GitHub-issues</a>.</p> +<p>Ik zoek vrijwilligers die graag <a href="https://polyglot.untra.io/nl/">Jekyll-Polyglot homepage</a> vertegenwoordigd zien in hun eigen taal! Als je deze software nuttig vindt en je wilt je taal vertegenwoordigd zien, neem contact op via de <a href="https://github.com/untra/polyglot/issues">GitHub-issues</a>.</p> </div> @@ -186,7 +213,7 @@ <h1 class="post-title"> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">versie 1.3.3</a> is uit! Het bevat een kleine fiks voor het runnen van <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> met polyglot geïnstalleerd op een <a href="https://github.com/untra/polyglot/issues/89">verse build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">versie 1.3.3</a> is uit! Het bevat een kleine fiks voor het runnen van <code class="highlighter-rouge">jekyll serve --incremental</code> met polyglot geïnstalleerd op een <a href="https://github.com/untra/polyglot/issues/89">verse build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -215,13 +242,13 @@ <h1 class="post-title"> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-instelling-leidt-documenttaal-af-van-relatieve-pad"><code class="language-plaintext highlighter-rouge">lang_from_path</code> instelling leidt documenttaal af van relatieve pad</h3> +<h3 id="lang_from_path-instelling-leidt-documenttaal-af-van-relatieve-pad"><code class="highlighter-rouge">lang_from_path</code> instelling leidt documenttaal af van relatieve pad</h3> -<p>Deze publicatie voegt een nieuwe booleaanse configuratie-instelling toe <code class="language-plaintext highlighter-rouge">lang_from_path</code>. Als deze op true is gezet, zegt deze optie tegen Polyglot om de basistaal af te leiden van het bijbehorende subpad als de lang in de frontmatter niet is ingesteld. Deze instelling werkt goed samen met andere vertalingsonderhoudstools zoals <a href="https://po4a.org/">po4a</a>.</p> +<p>Deze publicatie voegt een nieuwe booleaanse configuratie-instelling toe <code class="highlighter-rouge">lang_from_path</code>. Als deze op true is gezet, zegt deze optie tegen Polyglot om de basistaal af te leiden van het bijbehorende subpad als de lang in de frontmatter niet is ingesteld. Deze instelling werkt goed samen met andere vertalingsonderhoudstools zoals <a href="https://po4a.org/">po4a</a>.</p> <h3 id="verbeterde-logica-voor-relatievering-van-relatieve-en-absolute-urls">Verbeterde logica voor relatievering van relatieve en absolute URL’s</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> bestanden hebben trailing slashes aan hun paden toegevoegd als ze directories zijn. Daarnaast, deze bestanden worden anders gematched door de relatieve en absolute URL regex matchers. Dit verhoogt de nauwkeurigheid van URL-relatievering gebaseerd op feedback van gebruikers.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> bestanden hebben trailing slashes aan hun paden toegevoegd als ze directories zijn. Daarnaast, deze bestanden worden anders gematched door de relatieve en absolute URL regex matchers. Dit verhoogt de nauwkeurigheid van URL-relatievering gebaseerd op feedback van gebruikers.</p> </div> @@ -244,56 +271,17 @@ <h1 class="post-title"> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="recursief-samenvoegen-van-taalspecifieke-sitedata">Recursief samenvoegen van taalspecifieke <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Taalspecifieke inhoud die in je <code class="language-plaintext highlighter-rouge">site.data</code> directory is gedefinieerd zal nu recursief worden samengevoegd, zodat <code class="language-plaintext highlighter-rouge">active_lang</code> content voorrang heeft op <code class="language-plaintext highlighter-rouge">default_lang</code> content, die weer voorrang heeft op niet-taalspecifieke content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> - -<h3 id="bouw-bestanden-die-geen-taal-hebben-voor-de-default_lang-site-root">Bouw bestanden die geen taal hebben voor de <code class="language-plaintext highlighter-rouge">default_lang</code> site root</h3> -<p>Als de <code class="language-plaintext highlighter-rouge">default_lang</code> niet in de <code class="language-plaintext highlighter-rouge">languages</code> gedefinieerd is, garandeert dit dat bestanden zonder taal (zoals uitgesloten van lokalisatie) nog steeds naar de site root worden geschreven. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> - -<h3 id="performanceverbeteringen-en-fiksen-voor-i18n_headers-tag">Performanceverbeteringen en fiksen voor <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> -<p>Documentverwerking is nu sneller, en fiksen zijn gemaakt aan de <code class="language-plaintext highlighter-rouge">i18n_headers</code> voor wanneer de <code class="language-plaintext highlighter-rouge">site.url</code> gedefinieerd is. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> - -<h3 id="maatwerksleutels-voor-active_lang-site-payload">Maatwerksleutels voor <code class="language-plaintext highlighter-rouge">active_lang</code> site payload</h3> -<p>Dit maakt het mogelijk maatwerksleutels te definiëren met de <code class="language-plaintext highlighter-rouge">active_lang</code>, dit maakt interoperabiliteit mogelijk tussen Polyglot en andere plug-ins en thema’s. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> - - </div> - - <div class="post"> - <h1 class="post-title"> - <a href="/nl/2016/12/16/Polyglot-1.2.4/"> - Polyglot 1.2.4 - </a> - </h1> - - <span class="post-date">16 Dec 2016</span> - - <p>Een nieuwe versie van Polyglot is gepubliceerd! Probeer het uit!</p> - -<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> - -<p>Deze publicatie is mogelijk gemaakt door de vriendelijke hulp van de GitHub-gebruiker <a href="https://github.com/vlsi">vlsi</a>, die heeft geholpen wat bugs te fiksen en nieuwe features toe te voegen:</p> - -<h3 id="ondersteuning-vertalen-van-absolute-urls">Ondersteuning vertalen van absolute URL’s</h3> -<p>Polyglot zal nu je <code class="language-plaintext highlighter-rouge">site.url</code> vertalen, zodat absolute URL’s ook vertaald worden.</p> - -<h3 id="vertaling-van-alle-jekyll-collecties">Vertaling van alle Jekyll collecties</h3> -<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collecties</a> is een redelijk nieuwe feature. Deze update vertaalt alle geregistreerde collecties, niet alleen posts en pagina’s.</p> - -<h3 id="gebruik-taalspecifieke-_data-voor-sitedata-rich-text-als-sitedatalang-aanwezig-is">Gebruik taalspecifieke <code class="language-plaintext highlighter-rouge">_data</code> voor <code class="language-plaintext highlighter-rouge">site.data</code> rich text als <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> aanwezig is</h3> -<p>Rich text op top level die op taal is gesorteerd wordt toegekend aan de site.data tijdens het bouwen van de site. Voorheen, toen rich text werd gerendered, moest je dit doen:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> - -<p>Rich text kan nu worden gerendered met alleen:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> +<h3 id="recursief-samenvoegen-van-taalspecifieke-sitedata">Recursief samenvoegen van taalspecifieke <code class="highlighter-rouge">site.data</code></h3> +<p>Taalspecifieke inhoud die in je <code class="highlighter-rouge">site.data</code> directory is gedefinieerd zal nu recursief worden samengevoegd, zodat <code class="highlighter-rouge">active_lang</code> content voorrang heeft op <code class="highlighter-rouge">default_lang</code> content, die weer voorrang heeft op niet-taalspecifieke content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="de-i18n_headers-tag-gaat-nu-standaard-naar-siteurl-als-die-niet-is-ingevuld">De <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag gaat nu standaard naar <code class="language-plaintext highlighter-rouge">site.url</code> als die niet is ingevuld</h3> -<p>Gebruikers hebben nu toegang tot</p> +<h3 id="bouw-bestanden-die-geen-taal-hebben-voor-de-default_lang-site-root">Bouw bestanden die geen taal hebben voor de <code class="highlighter-rouge">default_lang</code> site root</h3> +<p>Als de <code class="highlighter-rouge">default_lang</code> niet in de <code class="highlighter-rouge">languages</code> gedefinieerd is, garandeert dit dat bestanden zonder taal (zoals uitgesloten van lokalisatie) nog steeds naar de site root worden geschreven. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> +<h3 id="performanceverbeteringen-en-fiksen-voor-i18n_headers-tag">Performanceverbeteringen en fiksen voor <code class="highlighter-rouge">i18n_headers</code> tag</h3> +<p>Documentverwerking is nu sneller, en fiksen zijn gemaakt aan de <code class="highlighter-rouge">i18n_headers</code> voor wanneer de <code class="highlighter-rouge">site.url</code> gedefinieerd is. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<p>zonder een URL op te geven, die gaat standaard naar <code class="language-plaintext highlighter-rouge">site.url</code></p> +<h3 id="maatwerksleutels-voor-active_lang-site-payload">Maatwerksleutels voor <code class="highlighter-rouge">active_lang</code> site payload</h3> +<p>Dit maakt het mogelijk maatwerksleutels te definiëren met de <code class="highlighter-rouge">active_lang</code>, dit maakt interoperabiliteit mogelijk tussen Polyglot en andere plug-ins en thema’s. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> diff --git a/site/_site/nl/page3/index.html b/site/_site/nl/page3/index.html index 4f448f1be..23d7c5a67 100644 --- a/site/_site/nl/page3/index.html +++ b/site/_site/nl/page3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/nl/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/nl/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/nl/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/nl/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/nl/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/nl/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/nl/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/nl/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/nl/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/nl/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/nl/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/nl/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/nl/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/nl/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page3/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,45 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/nl/2016/12/16/Polyglot-1.2.4/"> + Polyglot 1.2.4 + </a> + </h1> + + <span class="post-date">16 Dec 2016</span> + + <p>Een nieuwe versie van Polyglot is gepubliceerd! Probeer het uit!</p> + +<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> + +<p>Deze publicatie is mogelijk gemaakt door de vriendelijke hulp van de GitHub-gebruiker <a href="https://github.com/vlsi">vlsi</a>, die heeft geholpen wat bugs te fiksen en nieuwe features toe te voegen:</p> + +<h3 id="ondersteuning-vertalen-van-absolute-urls">Ondersteuning vertalen van absolute URL’s</h3> +<p>Polyglot zal nu je <code class="highlighter-rouge">site.url</code> vertalen, zodat absolute URL’s ook vertaald worden.</p> + +<h3 id="vertaling-van-alle-jekyll-collecties">Vertaling van alle Jekyll collecties</h3> +<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collecties</a> is een redelijk nieuwe feature. Deze update vertaalt alle geregistreerde collecties, niet alleen posts en pagina’s.</p> + +<h3 id="gebruik-taalspecifieke-_data-voor-sitedata-rich-text-als-sitedatalang-aanwezig-is">Gebruik taalspecifieke <code class="highlighter-rouge">_data</code> voor <code class="highlighter-rouge">site.data</code> rich text als <code class="highlighter-rouge">site.data[:lang]</code> aanwezig is</h3> +<p>Rich text op top level die op taal is gesorteerd wordt toegekend aan de site.data tijdens het bouwen van de site. Voorheen, toen rich text werd gerendered, moest je dit doen:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> + +<p>Rich text kan nu worden gerendered met alleen:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> + +<h3 id="de-i18n_headers-tag-gaat-nu-standaard-naar-siteurl-als-die-niet-is-ingevuld">De <code class="highlighter-rouge">I18n_Headers</code> tag gaat nu standaard naar <code class="highlighter-rouge">site.url</code> als die niet is ingevuld</h3> +<p>Gebruikers hebben nu toegang tot</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> + +<p>zonder een URL op te geven, die gaat standaard naar <code class="highlighter-rouge">site.url</code></p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/nl/2016/04/20/Polyglot-1.2.0/"> @@ -151,13 +192,13 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>en neem <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> op in je lijst van gems in je <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>en neem <code class="highlighter-rouge">jekyll-polyglot</code> op in je lijst van gems in je <code class="highlighter-rouge">_config.yml</code></p> <p>Het gaat vooral om voorbereidingen voor nieuwe features en betere meertalig contentbeheer. Het heeft ook een nieuwe feature:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Plaats deze tag met de <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">URL van je website</a> in je <code class="language-plaintext highlighter-rouge">head.html</code> om de maximale SEO te krijgen van een meertalige website. Het is hetzelfde als de volgende liquid code:</p> +<p>Plaats deze tag met de <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">URL van je website</a> in je <code class="highlighter-rouge">head.html</code> om de maximale SEO te krijgen van een meertalige website. Het is hetzelfde als de volgende liquid code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -272,7 +313,7 @@ <h3 id="gebouwd-op-poole">Gebouwd op Poole</h3> <ul> <li>Complete Jekyll-setup inbegrepen (layouts, config, <a href="/nl/404">404</a>, <a href="/nl/atom.xml">RSS-feed</a>, posts en <a href="/nl/about">voorbeeldpagina</a>)</li> <li>Mobielvriendelijk ontwerp en ontwikkeling</li> - <li>Makkelijk schaalbare tekst en componentgrootte met <code class="language-plaintext highlighter-rouge">rem</code>-eenheden in de CSS</li> + <li>Makkelijk schaalbare tekst en componentgrootte met <code class="highlighter-rouge">rem</code>-eenheden in de CSS</li> <li>Ondersteuning van een brede selectie van HTML-elementen</li> <li>Gerelateerde posts (tijdgebaseerd, vanwege Jekyll) onder elke post</li> <li>Syntax highlighting, met dank aan Pygments (de Python-gebaseerde code snippet highlighter)</li> @@ -284,8 +325,8 @@ <h3 id="hyde-features">Hyde-features</h3> <ul> <li>Sidebar met ondersteuning voor tekstuele modes en een dynamisch gegenereerde navigatie met ondersteuning voor actieve links</li> - <li>Twee oriëntaties voor content en sidebar, standaard (sidebar links) en <a href="https://github.com/poole/lanyon#reverse-layout">omgekeerd</a> (sidebar rechts), beschikbaar via de <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Acht optionele kleurenschema’s</a>, beschikbaar via de <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Twee oriëntaties voor content en sidebar, standaard (sidebar links) en <a href="https://github.com/poole/lanyon#reverse-layout">omgekeerd</a> (sidebar rechts), beschikbaar via de <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Acht optionele kleurenschema’s</a>, beschikbaar via de <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Ga naar de README</a> om er meer over te weten te komen.</p> @@ -302,32 +343,11 @@ <h3 id="download">Download</h3> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/nl/2012/02/06/whats-jekyll/"> - Wat is Jekyll? - </a> - </h1> - - <span class="post-date">06 Feb 2012</span> - - <p><a href="http://jekyllrb.com">Jekyll</a> is een statische website generator, een open source tool voor het maken van eenvoudige maar krachtige websites in alle vormen en maten. Uit <a href="https://github.com/mojombo/jekyll/blob/master/README.markdown">de README van het project</a>:</p> - -<blockquote> - <p>Jekyll is eenvoudige, blogbewuste, statische sitegenerator. Het neemt een template directory […] en maakt een complete, statische website geschikt om te hosten met Apache of je favoriete webserver.. Dit is ook de motor achter GitHub Pages, die je kan gebruiken om je webpagina of blog van je project te hosten hier vanuit GitHub.</p> -</blockquote> - -<p>Het is een enorm nuttige tool en we moedigen je om deze hier te gebruiken met Hyde.</p> - -<p>Kom meer te weten door <a href="https://github.com/mojombo/jekyll">het project op GitHub te bezoeken</a>.</p> - - </div> - </div> <div class="pagination"> - <span class="pagination-item older">Older</span> + <a class="pagination-item older" href="/nl/page4">Older</a> diff --git a/site/_site/nl/page4/index.html b/site/_site/nl/page4/index.html new file mode 100644 index 000000000..fa00908e8 --- /dev/null +++ b/site/_site/nl/page4/index.html @@ -0,0 +1,188 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="nl"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/nl/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/nl/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/nl/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/nl/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/nl/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/nl/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/nl/zh-CN"/> + + <title> + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + Wat is Jekyll? + +

+ + + +

Jekyll is een statische website generator, een open source tool voor het maken van eenvoudige maar krachtige websites in alle vormen en maten. Uit de README van het project:

+ +
+

Jekyll is eenvoudige, blogbewuste, statische sitegenerator. Het neemt een template directory […] en maakt een complete, statische website geschikt om te hosten met Apache of je favoriete webserver.. Dit is ook de motor achter GitHub Pages, die je kan gebruiken om je webpagina of blog van je project te hosten hier vanuit GitHub.

+
+ +

Het is een enorm nuttige tool en we moedigen je om deze hier te gebruiken met Hyde.

+ +

Kom meer te weten door het project op GitHub te bezoeken.

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/nl/sample/index.html b/site/_site/nl/sample/index.html index 6e342361b..da8235143 100644 --- a/site/_site/nl/sample/index.html +++ b/site/_site/nl/sample/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/nl/seo/index.html b/site/_site/nl/seo/index.html index 4a1abb233..e7c8b46d3 100644 --- a/site/_site/nl/seo/index.html +++ b/site/_site/nl/seo/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="nl"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/seo/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/seo/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/seo/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/seo/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/seo/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/seo/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/seo/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/seo/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/seo/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/seo/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/seo/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/seo/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/seo/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -140,7 +142,7 @@ <h1> <h1 class="page-title">SEO Recipes</h1> <h1 id="recipes-for-search-engine-optimization-using-polyglot">Recipes for Search Engine Optimization using Polyglot</h1> -<p>If you have installed the <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> +<p>If you have installed the <code class="highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> <h2 id="html-language-declaration">HTML Language Declaration</h2> @@ -168,7 +170,7 @@ <h2 id="multi-language-seo-using-hreflang-alternate-tags">Multi-language SEO usi <h2 id="all-of-the-above">All of the above</h2> -<p>You can get all of the above with a single tag added to your <code class="language-plaintext highlighter-rouge">header.html</code>:</p> +<p>You can get all of the above with a single tag added to your <code class="highlighter-rouge">header.html</code>:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers https://untra.github.com/polyglot %}</code></pre></figure> @@ -177,7 +179,7 @@ <h2 id="all-of-the-above">All of the above</h2> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>and it will default to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>and it will default to your <code class="highlighter-rouge">site.url</code></p> <p>With this SEO, each page click for one sites language will count towards the net clicks of all languages on the website.</p> diff --git a/site/_site/page2/index.html b/site/_site/page2/index.html index 84431846d..9135a29ca 100644 --- a/site/_site/page2/index.html +++ b/site/_site/page2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page2/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,31 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/2021/04/18/polyglot-1.4.1/"> + Polyglot 1.4.1 + </a> + </h1> + + <span class="post-date">18 Apr 2021</span> + + <p>Bonus patch release of Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> is out!</p> + +<h2 id="small-fix-for-i18n_headers">small fix for i18n_headers</h2> + +<p>Fallout from cleanup led to a small fix and some tests</p> + +<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> + +<p>Russian language site pages have been added!</p> + +<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> + +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/2021/02/07/polyglot-1.4.0/"> @@ -151,7 +178,7 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="static-unrelativized-href">static unrelativized <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="static-unrelativized-href">static unrelativized <code class="highlighter-rouge">href</code></h2> <p>This release provides a new liquid block tag {% static_href %}href=”…”{% endstatic_href %} which can be used to create href attributes in anchor tags that are not relativized by Polyglot.</p> @@ -159,7 +186,7 @@ <h2 id="static-unrelativized-href">static unrelativized <code class="language-pl <h2 id="exclusive-site-language-generation">Exclusive site language generation</h2> -<p>Polyglot 1.4.0 adds support for <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> +<p>Polyglot 1.4.0 adds support for <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">en'</span><span class="pi">]</span> @@ -186,7 +213,7 @@ <h1 class="post-title"> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -215,13 +242,13 @@ <h1 class="post-title"> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -244,56 +271,17 @@ <h1 class="post-title"> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Language specific content defined in your <code class="language-plaintext highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="language-plaintext highlighter-rouge">active_lang</code> content gets precedence over <code class="language-plaintext highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="highlighter-rouge">site.data</code></h3> +<p>Language specific content defined in your <code class="highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="highlighter-rouge">active_lang</code> content gets precedence over <code class="highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="language-plaintext highlighter-rouge">default_lang</code> site root</h3> -<p>If the <code class="language-plaintext highlighter-rouge">default_lang</code> is not defined in the <code class="language-plaintext highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="highlighter-rouge">default_lang</code> site root</h3> +<p>If the <code class="highlighter-rouge">default_lang</code> is not defined in the <code class="highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> +<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="highlighter-rouge">i18n_headers</code> tag</h3> <p>Document processing is now faster, and fixes were made to the i18n_headers for when the site.url is defined. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="language-plaintext highlighter-rouge">active_lang</code> site payload</h3> -<p>This allows custom keys to be defined with the <code class="language-plaintext highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> - - </div> - - <div class="post"> - <h1 class="post-title"> - <a href="/2016/12/16/Polyglot-1.2.4/"> - Polyglot 1.2.4 - </a> - </h1> - - <span class="post-date">16 Dec 2016</span> - - <p>A new version of Polyglot has been released! Give it a try!</p> - -<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> - -<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> - -<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> - -<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> -<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> - -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> -<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> - -<p>Now rich text can be rendered with just:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> - -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> -<p>Users can now use</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> - -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="highlighter-rouge">active_lang</code> site payload</h3> +<p>This allows custom keys to be defined with the <code class="highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> diff --git a/site/_site/page3/index.html b/site/_site/page3/index.html index 27bdde452..61e449c44 100644 --- a/site/_site/page3/index.html +++ b/site/_site/page3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page3/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,45 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/2016/12/16/Polyglot-1.2.4/"> + Polyglot 1.2.4 + </a> + </h1> + + <span class="post-date">16 Dec 2016</span> + + <p>A new version of Polyglot has been released! Give it a try!</p> + +<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> + +<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> + +<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> + +<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> +<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> + +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> +<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> + +<p>Now rich text can be rendered with just:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> + +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> +<p>Users can now use</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> + +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/2016/04/20/Polyglot-1.2.0/"> @@ -151,13 +192,13 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>and list <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>and list <code class="highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="highlighter-rouge">_config.yml</code></p> <p>It involves mostly groundwork to prepare for new features and better multilingual content management. It does have a new feature:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="language-plaintext highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> +<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -272,7 +313,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/404">404</a>, <a href="/atom.xml">RSS feed</a>, posts, and <a href="/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -284,8 +325,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -302,32 +343,11 @@ <h3 id="download">Download</h3> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/2012/02/06/whats-jekyll/"> - What's Jekyll? - </a> - </h1> - - <span class="post-date">06 Feb 2012</span> - - <p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/mojombo/jekyll/blob/master/README.markdown">the project’s readme</a>:</p> - -<blockquote> - <p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p> -</blockquote> - -<p>It’s an immensely useful tool and one we encourage you to use here with Hyde.</p> - -<p>Find out more by <a href="https://github.com/mojombo/jekyll">visiting the project on GitHub</a>.</p> - - </div> - </div> <div class="pagination"> - <span class="pagination-item older">Older</span> + <a class="pagination-item older" href="/page4">Older</a> diff --git a/site/_site/page4/index.html b/site/_site/page4/index.html new file mode 100644 index 000000000..197a3be05 --- /dev/null +++ b/site/_site/page4/index.html @@ -0,0 +1,188 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="en"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN"/> + + <title> + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + What's Jekyll? + +

+ + + +

Jekyll is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From the project’s readme:

+ +
+

Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

+
+ +

It’s an immensely useful tool and one we encourage you to use here with Hyde.

+ +

Find out more by visiting the project on GitHub.

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/ru/2012/02/06/whats-jekyll/index.html b/site/_site/ru/2012/02/06/whats-jekyll/index.html index 4cf44bb31..d31c8cb43 100644 --- a/site/_site/ru/2012/02/06/whats-jekyll/index.html +++ b/site/_site/ru/2012/02/06/whats-jekyll/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2013/12/28/introducing-hyde/index.html b/site/_site/ru/2013/12/28/introducing-hyde/index.html index 858b8d8b0..a4fca5e22 100644 --- a/site/_site/ru/2013/12/28/introducing-hyde/index.html +++ b/site/_site/ru/2013/12/28/introducing-hyde/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,7 +150,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/ru/404">404</a>, <a href="/ru/atom.xml">RSS feed</a>, posts, and <a href="/ru/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -160,8 +162,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -184,27 +186,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2015/09/19/presenting-polyglot/index.html b/site/_site/ru/2015/09/19/presenting-polyglot/index.html index 067761a09..51ab06ea1 100644 --- a/site/_site/ru/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/ru/2015/09/19/presenting-polyglot/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -198,27 +200,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2015/11/14/polyglot-version-1-1/index.html b/site/_site/ru/2015/11/14/polyglot-version-1-1/index.html index 7f314c655..f246548d9 100644 --- a/site/_site/ru/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/ru/2015/11/14/polyglot-version-1-1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -152,27 +154,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/ru/2016/04/20/Polyglot-1.2.0/index.html index 2c765ca8d..511ea13b2 100644 --- a/site/_site/ru/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/ru/2016/04/20/Polyglot-1.2.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,13 +145,13 @@ <h1 class="post-title">Polyglot 1.2.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>and list <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>and list <code class="highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="highlighter-rouge">_config.yml</code></p> <p>It involves mostly groundwork to prepare for new features and better multilingual content management. It does have a new feature:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="language-plaintext highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> +<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -174,27 +176,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/ru/2016/12/16/Polyglot-1.2.4/index.html index e6ef1ee13..2b1ca83fd 100644 --- a/site/_site/ru/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/ru/2016/12/16/Polyglot-1.2.4/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -146,12 +148,12 @@ <h1 class="post-title">Polyglot 1.2.4</h1> <p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> <h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> <h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> <p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> <p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> @@ -160,12 +162,12 @@ <h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is- <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> <p>Users can now use</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/ru/2017/07/23/Polyglot-1.3.0/index.html index a65d6977d..fb5d47187 100644 --- a/site/_site/ru/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/ru/2017/07/23/Polyglot-1.3.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -149,17 +151,17 @@ <h1 class="post-title">Polyglot 1.3.0</h1> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Language specific content defined in your <code class="language-plaintext highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="language-plaintext highlighter-rouge">active_lang</code> content gets precedence over <code class="language-plaintext highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="highlighter-rouge">site.data</code></h3> +<p>Language specific content defined in your <code class="highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="highlighter-rouge">active_lang</code> content gets precedence over <code class="highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="language-plaintext highlighter-rouge">default_lang</code> site root</h3> -<p>If the <code class="language-plaintext highlighter-rouge">default_lang</code> is not defined in the <code class="language-plaintext highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="highlighter-rouge">default_lang</code> site root</h3> +<p>If the <code class="highlighter-rouge">default_lang</code> is not defined in the <code class="highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> +<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="highlighter-rouge">i18n_headers</code> tag</h3> <p>Document processing is now faster, and fixes were made to the i18n_headers for when the site.url is defined. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="language-plaintext highlighter-rouge">active_lang</code> site payload</h3> -<p>This allows custom keys to be defined with the <code class="language-plaintext highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> +<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="highlighter-rouge">active_lang</code> site payload</h3> +<p>This allows custom keys to be defined with the <code class="highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> @@ -169,27 +171,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2020/04/29/polyglot-1.3.2/index.html b/site/_site/ru/2020/04/29/polyglot-1.3.2/index.html index b1f193d8e..01aac4f5a 100644 --- a/site/_site/ru/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/ru/2020/04/29/polyglot-1.3.2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,13 +150,13 @@ <h1 class="post-title">Polyglot 1.3.2</h1> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -164,27 +166,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2020/07/19/polyglot-1.3.3/index.html b/site/_site/ru/2020/07/19/polyglot-1.3.3/index.html index 5841dee9c..c534be8fa 100644 --- a/site/_site/ru/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/ru/2020/07/19/polyglot-1.3.3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Polyglot 1.3.3</h1> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -156,27 +158,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2021/02/07/polyglot-1.4.0/index.html b/site/_site/ru/2021/02/07/polyglot-1.4.0/index.html index b548c4098..aafe872db 100644 --- a/site/_site/ru/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/ru/2021/02/07/polyglot-1.4.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,7 +145,7 @@ <h1 class="post-title">Polyglot 1.4.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="static-unrelativized-href">static unrelativized <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="static-unrelativized-href">static unrelativized <code class="highlighter-rouge">href</code></h2> <p>This release provides a new liquid block tag {% static_href %}href=”…”{% endstatic_href %} which can be used to create href attributes in anchor tags that are not relativized by Polyglot.</p> @@ -151,7 +153,7 @@ <h2 id="static-unrelativized-href">static unrelativized <code class="language-pl <h2 id="exclusive-site-language-generation">Exclusive site language generation</h2> -<p>Polyglot 1.4.0 adds support for <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> +<p>Polyglot 1.4.0 adds support for <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">ru'</span><span class="pi">]</span> @@ -165,7 +167,7 @@ <h2 id="renaming-a-few-liquid-tags">Renaming a few liquid tags</h2> <h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/ru/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2021/04/18/polyglot-1.4.1/index.html b/site/_site/ru/2021/04/18/polyglot-1.4.1/index.html index c74d2a980..58e938e09 100644 --- a/site/_site/ru/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/ru/2021/04/18/polyglot-1.4.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -152,7 +154,7 @@ <h2 id="say-привет-to-our-russian-friends">say Привет to our russian <h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> -<p>Я ищу добровольцев, которые хотели бы увидеть <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> представлены на вашем родном языке! Если вы найдете это программное обеспечение полезным и хотите, чтобы ваш язык был представлен на нем, просто свяжитесь с <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>Я ищу добровольцев, которые хотели бы увидеть <a href="https://polyglot.untra.io/ru/">Jekyll-Polyglot homepage</a> представлены на вашем родном языке! Если вы найдете это программное обеспечение полезным и хотите, чтобы ваш язык был представлен на нем, просто свяжитесь с <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -162,27 +164,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2021/07/17/polyglot-1.5.0/index.html b/site/_site/ru/2021/07/17/polyglot-1.5.0/index.html index d11367583..a2b7aa70a 100644 --- a/site/_site/ru/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/ru/2021/07/17/polyglot-1.5.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -182,27 +184,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2022-01-15-dutch-site-support/index.html b/site/_site/ru/2022-01-15-dutch-site-support/index.html index d444880f3..14ba44593 100644 --- a/site/_site/ru/2022-01-15-dutch-site-support/index.html +++ b/site/_site/ru/2022-01-15-dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date"></span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> diff --git a/site/_site/ru/2022/01/15/dutch-site-support/index.html b/site/_site/ru/2022/01/15/dutch-site-support/index.html index 51341abd4..11fd9d5d7 100644 --- a/site/_site/ru/2022/01/15/dutch-site-support/index.html +++ b/site/_site/ru/2022/01/15/dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -149,27 +151,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2022/10/01/polyglot-1.5.1/index.html b/site/_site/ru/2022/10/01/polyglot-1.5.1/index.html index fa368f2bf..fae6dd3a7 100644 --- a/site/_site/ru/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/ru/2022/10/01/polyglot-1.5.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2023/02/27/korean-support/"> - Polyglot website is now in Korean - <small>27 Feb 2023</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2023/02/27/korean-support/"> + Polyglot website is now in Korean + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/ru/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2023/02/27/korean-support/index.html b/site/_site/ru/2023/02/27/korean-support/index.html index c44e8df01..5a1eca579 100644 --- a/site/_site/ru/2023/02/27/korean-support/index.html +++ b/site/_site/ru/2023/02/27/korean-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/02/27/korean-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,27 +153,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/ru/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2022/01/15/dutch-site-support/"> - Dutch Site Support - <small>15 Jan 2022</small> + <a href="/ru/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> <li> <h3> - <a href="/ru/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/ru/2022/01/15/dutch-site-support/"> + Dutch Site Support + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/ru/2023/06/08/polyglot-1.6.0-chinese-support/index.html b/site/_site/ru/2023/06/08/polyglot-1.6.0-chinese-support/index.html new file mode 100644 index 000000000..46634d71a --- /dev/null +++ b/site/_site/ru/2023/06/08/polyglot-1.6.0-chinese-support/index.html @@ -0,0 +1,209 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="ru"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"/> + + <title> + + Polyglot 1.6.0 and Simplified Chinese language support · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.6.0 and Simplified Chinese language support

+ +

The Polyglot website has been updated with support for Chinese!

+ +

This is made possible by aturret, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.

+ +

Additionally, jekyll-polyglot 1.6.0 is now available from rubygems.

+ +

Fix for relativization of frozen strings

+ +

Polyglot used String::gsub! which mutates a .frozen? string. This has now been fixed to duplicate the cloned string before modifying it.

+ +

Fix for site navigation not being translated

+ +

A typo in the html on the site layout prevented the previous page navigation from being translated correctly.

+ +

Support for Chinese Language

+ +

With a big 谢谢 of support and appreciation to aturret, polyglot.untra.io now supports a zh-CN Simplified Chinese translation!

+ +
+ + + +
+ + + + + diff --git a/site/_site/ru/a-really-long/permalink/index.html b/site/_site/ru/a-really-long/permalink/index.html index dc29d6bc0..ce57e726f 100644 --- a/site/_site/ru/a-really-long/permalink/index.html +++ b/site/_site/ru/a-really-long/permalink/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/ru/about/index.html b/site/_site/ru/about/index.html index a26ea2d9f..52148bf5b 100644 --- a/site/_site/ru/about/index.html +++ b/site/_site/ru/about/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/about/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/about/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/about/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/about/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/about/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/about/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/about/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/about/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/about/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/about/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/about/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/about/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/about/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/ru/index.html b/site/_site/ru/index.html index 6a35a6e0e..6e7afba58 100644 --- a/site/_site/ru/index.html +++ b/site/_site/ru/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -138,6 +140,35 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/ru/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 and Simplified Chinese language support + </a> + </h1> + + <span class="post-date">08 Jun 2023</span> + + <p>The <a href="https://polyglot.untra.io/zh-CN/">Polyglot website</a> has been updated with support for Chinese!</p> + +<p>This is made possible by <strong><a href="https://github.com/aturret">aturret</a></strong>, who contributed numerous bugfixes to the plugin, the website, and an entirely new site translation.</p> + +<p>Additionally, <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.6.0">jekyll-polyglot 1.6.0</a> is now available from rubygems.</p> + +<h2 id="fix-for-relativization-of-frozen-strings">Fix for relativization of frozen strings</h2> + +<p>Polyglot used <a href="https://apidock.com/ruby/String/gsub!">String::gsub!</a> which mutates a <code class="highlighter-rouge">.frozen?</code> string. This has now been fixed to duplicate the cloned string before modifying it.</p> + +<h2 id="fix-for-site-navigation-not-being-translated">Fix for site navigation not being translated</h2> + +<p>A typo in the html on the site layout prevented the previous page navigation from being translated correctly.</p> + +<h2 id="support-for-chinese-language">Support for Chinese Language</h2> + +<p>With a big 谢谢 of support and appreciation to <strong>aturret</strong>, <a href="https://polyglot.untra.io/ru/zh-CN">polyglot.untra.io</a> now supports a <code class="highlighter-rouge">zh-CN</code> Simplified Chinese translation!</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/ru/2023/02/27/korean-support/"> @@ -183,7 +214,7 @@ <h1 class="post-title"> <span class="post-date">15 Jan 2022</span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> @@ -233,32 +264,6 @@ <h2 id="хотеть-помочь">Хотеть помочь?</h2> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/ru/2021/04/18/polyglot-1.4.1/"> - Polyglot 1.4.1 - </a> - </h1> - - <span class="post-date">18 Apr 2021</span> - - <p>Выпуск бонусного патча Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> -теперь доступно!</p> - -<h2 id="небольшое-исправление-для-i18n_headers">небольшое исправление для i18n_headers</h2> - -<p>Последствия очистки привели к небольшому исправлению и некоторым тестам.</p> - -<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> - -<p>Добавлены русскоязычные страницы сайта! <strong>Ура, друзья!</strong></p> - -<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> - -<p>Я ищу добровольцев, которые хотели бы увидеть <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> представлены на вашем родном языке! Если вы найдете это программное обеспечение полезным и хотите, чтобы ваш язык был представлен на нем, просто свяжитесь с <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> - - </div> - </div> <div class="pagination"> diff --git a/site/_site/ru/page2/index.html b/site/_site/ru/page2/index.html index fd736f49c..4fddc3831 100644 --- a/site/_site/ru/page2/index.html +++ b/site/_site/ru/page2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/ru/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/ru/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/ru/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/ru/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/ru/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ru/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/ru/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/ru/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/ru/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/ru/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/ru/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/ru/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ru/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/ru/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page2/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,32 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/ru/2021/04/18/polyglot-1.4.1/"> + Polyglot 1.4.1 + </a> + </h1> + + <span class="post-date">18 Apr 2021</span> + + <p>Выпуск бонусного патча Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">version 1.4.1</a> +теперь доступно!</p> + +<h2 id="небольшое-исправление-для-i18n_headers">небольшое исправление для i18n_headers</h2> + +<p>Последствия очистки привели к небольшому исправлению и некоторым тестам.</p> + +<h2 id="say-привет-to-our-russian-friends">say Привет to our russian friends</h2> + +<p>Добавлены русскоязычные страницы сайта! <strong>Ура, друзья!</strong></p> + +<h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> + +<p>Я ищу добровольцев, которые хотели бы увидеть <a href="https://polyglot.untra.io/ru/">Jekyll-Polyglot homepage</a> представлены на вашем родном языке! Если вы найдете это программное обеспечение полезным и хотите, чтобы ваш язык был представлен на нем, просто свяжитесь с <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/ru/2021/02/07/polyglot-1.4.0/"> @@ -151,7 +179,7 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="static-unrelativized-href">static unrelativized <code class="language-plaintext highlighter-rouge">href</code></h2> +<h2 id="static-unrelativized-href">static unrelativized <code class="highlighter-rouge">href</code></h2> <p>This release provides a new liquid block tag {% static_href %}href=”…”{% endstatic_href %} which can be used to create href attributes in anchor tags that are not relativized by Polyglot.</p> @@ -159,7 +187,7 @@ <h2 id="static-unrelativized-href">static unrelativized <code class="language-pl <h2 id="exclusive-site-language-generation">Exclusive site language generation</h2> -<p>Polyglot 1.4.0 adds support for <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> +<p>Polyglot 1.4.0 adds support for <code class="highlighter-rouge">lang-exclusive: [ ]</code> frontmatter in documents. If added to a document, this frontmatter will limit generation of the document to that specific language.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">ru'</span><span class="pi">]</span> @@ -173,7 +201,7 @@ <h2 id="renaming-a-few-liquid-tags">Renaming a few liquid tags</h2> <h2 id="want-to-see-your-language-featured">Want to see your language featured?</h2> -<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> +<p>I am looking for any volunteers that would like to see the <a href="https://polyglot.untra.io/ru/">Jekyll-Polyglot homepage</a> represented in your language of origin! If you find this software helpful and want to see your language represented, just reach out on the <a href="https://github.com/untra/polyglot/issues">github issues</a>.</p> </div> @@ -186,7 +214,7 @@ <h1 class="post-title"> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">version 1.3.3</a> is out! It includes a minor fix for when running <code class="highlighter-rouge">jekyll serve --incremental</code> with polyglot installed on a <a href="https://github.com/untra/polyglot/issues/89">fresh build</a>.</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -215,13 +243,13 @@ <h1 class="post-title"> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="relative-and-absolute-url-relativization-improved-logic">relative and absolute url relativization improved logic</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -244,56 +272,17 @@ <h1 class="post-title"> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="language-plaintext highlighter-rouge">site.data</code></h3> -<p>Language specific content defined in your <code class="language-plaintext highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="language-plaintext highlighter-rouge">active_lang</code> content gets precedence over <code class="language-plaintext highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<h3 id="recursively-merge-language-specific-sitedata">Recursively merge language specific <code class="highlighter-rouge">site.data</code></h3> +<p>Language specific content defined in your <code class="highlighter-rouge">site.data</code> directory will now be recursively merged together, so that <code class="highlighter-rouge">active_lang</code> content gets precedence over <code class="highlighter-rouge">default_lang</code> content, gets precedence over language non-specific content. (<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="language-plaintext highlighter-rouge">default_lang</code> site root</h3> -<p>If the <code class="language-plaintext highlighter-rouge">default_lang</code> is not defined in the <code class="language-plaintext highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<h3 id="still-build-unassigned-files-to-the-default_lang-site-root">Still build unassigned files to the <code class="highlighter-rouge">default_lang</code> site root</h3> +<p>If the <code class="highlighter-rouge">default_lang</code> is not defined in the <code class="highlighter-rouge">languages</code>, this ensures that language unassigned files (such as those excluded from localization) are still written out to the site root. (<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="language-plaintext highlighter-rouge">i18n_headers</code> tag</h3> +<h3 id="performance-improvements-and-fixes-for-i18n_headers-tag">Performance improvements and fixes for <code class="highlighter-rouge">i18n_headers</code> tag</h3> <p>Document processing is now faster, and fixes were made to the i18n_headers for when the site.url is defined. (<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="language-plaintext highlighter-rouge">active_lang</code> site payload</h3> -<p>This allows custom keys to be defined with the <code class="language-plaintext highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> - - </div> - - <div class="post"> - <h1 class="post-title"> - <a href="/ru/2016/12/16/Polyglot-1.2.4/"> - Polyglot 1.2.4 - </a> - </h1> - - <span class="post-date">16 Dec 2016</span> - - <p>A new version of Polyglot has been released! Give it a try!</p> - -<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> - -<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> - -<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> -<p>Polyglot will now translate your <code class="language-plaintext highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> - -<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> -<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> - -<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="language-plaintext highlighter-rouge">_data</code> for <code class="language-plaintext highlighter-rouge">site.data</code> rich text when <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> is present</h3> -<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> - -<p>Now rich text can be rendered with just:</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> - -<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="language-plaintext highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="language-plaintext highlighter-rouge">site.url</code> when left blank</h3> -<p>Users can now use</p> - -<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> - -<p>without specifying a url, defaulting it to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<h3 id="custom-keys-for-active_lang-site-payload">Custom keys for <code class="highlighter-rouge">active_lang</code> site payload</h3> +<p>This allows custom keys to be defined with the <code class="highlighter-rouge">active_lang</code>, giving interoperability between polyglot and other plugins and themes. (<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> diff --git a/site/_site/ru/page3/index.html b/site/_site/ru/page3/index.html index da642ede9..24b231831 100644 --- a/site/_site/ru/page3/index.html +++ b/site/_site/ru/page3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/ru/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/ru/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/ru/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/ru/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/ru/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ru/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/ru/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/ru/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/ru/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/ru/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/ru/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/ru/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ru/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/ru/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page3/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,45 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/ru/2016/12/16/Polyglot-1.2.4/"> + Polyglot 1.2.4 + </a> + </h1> + + <span class="post-date">16 Dec 2016</span> + + <p>A new version of Polyglot has been released! Give it a try!</p> + +<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> + +<p>This release was made possible due to the kind support of github user <a href="https://github.com/vlsi">vlsi</a>, who helped fix a few bugs and added new features:</p> + +<h3 id="support-translation-of-absolute-urls">Support translation of absolute URLs</h3> +<p>Polyglot will now translate your <code class="highlighter-rouge">site.url</code>, so absolute urls will now get translated as well.</p> + +<h3 id="translation-of-all-jekyll-collections">Translation of all Jekyll Collections</h3> +<p><a href="https://jekyllrb.com/docs/collections/">Jekyll collections</a> are a fairly new feature. This update translates all registered collections, not just site posts and pages.</p> + +<h3 id="use-language-specific-_data-for-sitedata-rich-text-when-sitedatalang-is-present">Use language-specific <code class="highlighter-rouge">_data</code> for <code class="highlighter-rouge">site.data</code> rich text when <code class="highlighter-rouge">site.data[:lang]</code> is present</h3> +<p>Top level rich text organized by language will be assigned to the site.data when building. Before, when rendering rich text, you would have to use:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> + +<p>Now rich text can be rendered with just:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> + +<h3 id="the-i18n_headers-tag-now-defaults-to-siteurl-when-left-blank">The <code class="highlighter-rouge">I18n_Headers</code> tag now defaults to <code class="highlighter-rouge">site.url</code> when left blank</h3> +<p>Users can now use</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> + +<p>without specifying a url, defaulting it to your <code class="highlighter-rouge">site.url</code></p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/ru/2016/04/20/Polyglot-1.2.0/"> @@ -151,13 +192,13 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>and list <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="language-plaintext highlighter-rouge">_config.yml</code></p> +<p>and list <code class="highlighter-rouge">jekyll-polyglot</code> among your listed gems in your <code class="highlighter-rouge">_config.yml</code></p> <p>It involves mostly groundwork to prepare for new features and better multilingual content management. It does have a new feature:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="language-plaintext highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> +<p>Put this tag with the <a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">url of your website</a> in your <code class="highlighter-rouge">head.html</code> includes file to get the maximum SEO provided by having a multilingual website. It’s the same as the following liquid code:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -272,7 +313,7 @@ <h3 id="built-on-poole">Built on Poole</h3> <ul> <li>Complete Jekyll setup included (layouts, config, <a href="/ru/404">404</a>, <a href="/ru/atom.xml">RSS feed</a>, posts, and <a href="/ru/about">example page</a>)</li> <li>Mobile friendly design and development</li> - <li>Easily scalable text and component sizing with <code class="language-plaintext highlighter-rouge">rem</code> units in the CSS</li> + <li>Easily scalable text and component sizing with <code class="highlighter-rouge">rem</code> units in the CSS</li> <li>Support for a wide gamut of HTML elements</li> <li>Related posts (time-based, because Jekyll) below each post</li> <li>Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)</li> @@ -284,8 +325,8 @@ <h3 id="hyde-features">Hyde features</h3> <ul> <li>Sidebar includes support for textual modules and a dynamically generated navigation with active link support</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li><a href="https://github.com/poole/hyde#themes">Eight optional color schemes</a>, available via <code class="highlighter-rouge"><body></code> classes</li> </ul> <p><a href="https://github.com/poole/hyde#readme">Head to the readme</a> to learn more.</p> @@ -302,32 +343,11 @@ <h3 id="download">Download</h3> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/ru/2012/02/06/whats-jekyll/"> - What's Jekyll? - </a> - </h1> - - <span class="post-date">06 Feb 2012</span> - - <p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/mojombo/jekyll/blob/master/README.markdown">the project’s readme</a>:</p> - -<blockquote> - <p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p> -</blockquote> - -<p>It’s an immensely useful tool and one we encourage you to use here with Hyde.</p> - -<p>Find out more by <a href="https://github.com/mojombo/jekyll">visiting the project on GitHub</a>.</p> - - </div> - </div> <div class="pagination"> - <span class="pagination-item older">Older</span> + <a class="pagination-item older" href="/ru/page4">Older</a> diff --git a/site/_site/ru/page4/index.html b/site/_site/ru/page4/index.html new file mode 100644 index 000000000..07e09540c --- /dev/null +++ b/site/_site/ru/page4/index.html @@ -0,0 +1,188 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="ru"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/ru/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/ru/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/ru/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/ru/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/ru/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ru/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/ru/zh-CN"/> + + <title> + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + What's Jekyll? + +

+ + + +

Jekyll is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From the project’s readme:

+ +
+

Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

+
+ +

It’s an immensely useful tool and one we encourage you to use here with Hyde.

+ +

Find out more by visiting the project on GitHub.

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/ru/sample/index.html b/site/_site/ru/sample/index.html index 7ec7dabbe..b24ad28c3 100644 --- a/site/_site/ru/sample/index.html +++ b/site/_site/ru/sample/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/ru/seo/index.html b/site/_site/ru/seo/index.html index 846e01453..afac4a633 100644 --- a/site/_site/ru/seo/index.html +++ b/site/_site/ru/seo/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="ru"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/seo/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/seo/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/seo/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/seo/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/seo/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/seo/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/seo/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/seo/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/seo/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/seo/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/seo/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/seo/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/seo/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -140,7 +142,7 @@ <h1> <h1 class="page-title">SEO Recipes</h1> <h1 id="recipes-for-search-engine-optimization-using-polyglot">Recipes for Search Engine Optimization using Polyglot</h1> -<p>If you have installed the <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> +<p>If you have installed the <code class="highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> <h2 id="html-language-declaration">HTML Language Declaration</h2> @@ -168,7 +170,7 @@ <h2 id="multi-language-seo-using-hreflang-alternate-tags">Multi-language SEO usi <h2 id="all-of-the-above">All of the above</h2> -<p>You can get all of the above with a single tag added to your <code class="language-plaintext highlighter-rouge">header.html</code>:</p> +<p>You can get all of the above with a single tag added to your <code class="highlighter-rouge">header.html</code>:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers https://untra.github.com/polyglot %}</code></pre></figure> @@ -177,7 +179,7 @@ <h2 id="all-of-the-above">All of the above</h2> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>and it will default to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>and it will default to your <code class="highlighter-rouge">site.url</code></p> <p>With this SEO, each page click for one sites language will count towards the net clicks of all languages on the website.</p> diff --git a/site/_site/sample/index.html b/site/_site/sample/index.html index f033d49c5..d7ee34347 100644 --- a/site/_site/sample/index.html +++ b/site/_site/sample/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/sample/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/sample/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/sample/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/sample/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/sample/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/sample/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/sample/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/sample/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/sample/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/sample/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/sample/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/sample/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/sample/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/sample/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/sample/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/sample/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/sample/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/sample/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/seo/index.html b/site/_site/seo/index.html index 584090e13..4703b0e20 100644 --- a/site/_site/seo/index.html +++ b/site/_site/seo/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="en"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/seo/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/seo/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/seo/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/seo/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/seo/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/seo/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/seo/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/seo/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/seo/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/seo/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/seo/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/seo/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/seo/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -140,7 +142,7 @@ <h1> <h1 class="page-title">SEO Recipes</h1> <h1 id="recipes-for-search-engine-optimization-using-polyglot">Recipes for Search Engine Optimization using Polyglot</h1> -<p>If you have installed the <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> +<p>If you have installed the <code class="highlighter-rouge">jekyll-polyglot</code> gem, these additions to your site header can easily provide your jekyll blog with Google-powered SEO bonuses.</p> <h2 id="html-language-declaration">HTML Language Declaration</h2> @@ -168,7 +170,7 @@ <h2 id="multi-language-seo-using-hreflang-alternate-tags">Multi-language SEO usi <h2 id="all-of-the-above">All of the above</h2> -<p>You can get all of the above with a single tag added to your <code class="language-plaintext highlighter-rouge">header.html</code>:</p> +<p>You can get all of the above with a single tag added to your <code class="highlighter-rouge">header.html</code>:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers https://untra.github.com/polyglot %}</code></pre></figure> @@ -177,7 +179,7 @@ <h2 id="all-of-the-above">All of the above</h2> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>and it will default to your <code class="language-plaintext highlighter-rouge">site.url</code></p> +<p>and it will default to your <code class="highlighter-rouge">site.url</code></p> <p>With this SEO, each page click for one sites language will count towards the net clicks of all languages on the website.</p> diff --git a/site/_site/zh-CN/2012/02/06/whats-jekyll/index.html b/site/_site/zh-CN/2012/02/06/whats-jekyll/index.html index c60e5e385..095e15613 100644 --- a/site/_site/zh-CN/2012/02/06/whats-jekyll/index.html +++ b/site/_site/zh-CN/2012/02/06/whats-jekyll/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2012/02/06/whats-jekyll/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2012/02/06/whats-jekyll/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2012/02/06/whats-jekyll/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2013/12/28/introducing-hyde/index.html b/site/_site/zh-CN/2013/12/28/introducing-hyde/index.html index 183e22ec9..5a0cadc5e 100644 --- a/site/_site/zh-CN/2013/12/28/introducing-hyde/index.html +++ b/site/_site/zh-CN/2013/12/28/introducing-hyde/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2013/12/28/introducing-hyde/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2013/12/28/introducing-hyde/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2013/12/28/introducing-hyde/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -148,7 +150,7 @@ <h3 id="基于-poole-构建">基于 Poole 构建</h3> <ul> <li>完整的 Jekyll 安装所需内容(版式、配置、<a href="/zh-CN/404">404</a>、<a href="/zh-CN/atom.xml">RSS feed</a>、文章,以及<a href="/zh-CN/about">示例页面</a>)。</li> <li>对手机显示友好的界面和开发。</li> - <li>使用 CSS 中的 <code class="language-plaintext highlighter-rouge">rem</code> 单位轻松可伸缩的文本和组件大小。</li> + <li>使用 CSS 中的 <code class="highlighter-rouge">rem</code> 单位轻松可伸缩的文本和组件大小。</li> <li>支持多种多样的 HTML 标签。</li> <li>每篇文章下方有相关文章(Jekyll 实现的基于时间的排序)。</li> <li>语法高亮功能,感谢 Pygments(基于 Python 的代码片段高亮器)</li> @@ -160,8 +162,8 @@ <h3 id="hyde-的特性">Hyde 的特性</h3> <ul> <li>侧边栏支持文本模块和动态生成的导航菜单,包括活动链接的支持。</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li>使用 <code class="language-plaintext highlighter-rouge"><body></code> 选择<a href="https://github.com/poole/hyde#themes">八种可选配色主题</a>。</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li>使用 <code class="highlighter-rouge"><body></code> 选择<a href="https://github.com/poole/hyde#themes">八种可选配色主题</a>。</li> </ul> <p><a href="https://github.com/poole/hyde#readme">请阅读文档</a>了解更多。</p> @@ -184,27 +186,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2015/09/19/presenting-polyglot/index.html b/site/_site/zh-CN/2015/09/19/presenting-polyglot/index.html index 7896780fe..41225560e 100644 --- a/site/_site/zh-CN/2015/09/19/presenting-polyglot/index.html +++ b/site/_site/zh-CN/2015/09/19/presenting-polyglot/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/09/19/presenting-polyglot/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/09/19/presenting-polyglot/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/09/19/presenting-polyglot/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -161,7 +163,7 @@ <h2 id="富文本翻译">富文本翻译</h2> <p>一般来讲,富文本内容的多语言翻译很难实现。对一个 Jekyll 网站来说,多语言的短字符串或者某些语言的特定用语很难在显示上保持一致。</p> -<p><em>但现在却简单如斯</em>:只需在你的 <code class="language-plaintext highlighter-rouge">config.yml</code> 文件中,按照如下方式存储字符串:</p> +<p><em>但现在却简单如斯</em>:只需在你的 <code class="highlighter-rouge">config.yml</code> 文件中,按照如下方式存储字符串:</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="na">hello</span><span class="pi">:</span> <span class="na">en</span><span class="pi">:</span> <span class="s">Hello!</span> @@ -198,27 +200,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2015/11/14/polyglot-version-1-1/index.html b/site/_site/zh-CN/2015/11/14/polyglot-version-1-1/index.html index e029fd7e0..632df0b9a 100644 --- a/site/_site/zh-CN/2015/11/14/polyglot-version-1-1/index.html +++ b/site/_site/zh-CN/2015/11/14/polyglot-version-1-1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2015/11/14/polyglot-version-1-1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2015/11/14/polyglot-version-1-1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2015/11/14/polyglot-version-1-1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -152,27 +154,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2016/04/20/Polyglot-1.2.0/index.html b/site/_site/zh-CN/2016/04/20/Polyglot-1.2.0/index.html index 43b8429ed..8d1ddad9d 100644 --- a/site/_site/zh-CN/2016/04/20/Polyglot-1.2.0/index.html +++ b/site/_site/zh-CN/2016/04/20/Polyglot-1.2.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/04/20/Polyglot-1.2.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/04/20/Polyglot-1.2.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/04/20/Polyglot-1.2.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,13 +145,13 @@ <h1 class="post-title">Polyglot 1.2.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>此外,还请把 <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> 添加到你的网站的 <code class="language-plaintext highlighter-rouge">_config.yml</code> 的 gem 列表中。</p> +<p>此外,还请把 <code class="highlighter-rouge">jekyll-polyglot</code> 添加到你的网站的 <code class="highlighter-rouge">_config.yml</code> 的 gem 列表中。</p> <p>本版本主要是为接下来的新特性以及更好的多语言内容管理提供基础准备。此外,本版本还包括了一些新特性:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>请把这些标签和<a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">你的网站的 url</a> 一同放入你的 <code class="language-plaintext highlighter-rouge">includes</code> 文件夹下的 <code class="language-plaintext highlighter-rouge">head.html</code> 文件中,以此获得最大化的多语言站点 SEO 。其效果与如下 Liquid 代码等同:</p> +<p>请把这些标签和<a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">你的网站的 url</a> 一同放入你的 <code class="highlighter-rouge">includes</code> 文件夹下的 <code class="highlighter-rouge">head.html</code> 文件中,以此获得最大化的多语言站点 SEO 。其效果与如下 Liquid 代码等同:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -174,27 +176,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2016/12/16/Polyglot-1.2.4/index.html b/site/_site/zh-CN/2016/12/16/Polyglot-1.2.4/index.html index 3b1d070f0..24a030c65 100644 --- a/site/_site/zh-CN/2016/12/16/Polyglot-1.2.4/index.html +++ b/site/_site/zh-CN/2016/12/16/Polyglot-1.2.4/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2016/12/16/Polyglot-1.2.4/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2016/12/16/Polyglot-1.2.4/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2016/12/16/Polyglot-1.2.4/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -147,13 +149,13 @@ <h1 class="post-title">Polyglot 1.2.4</h1> <h3 id="支持绝对-url-的多语言翻译版本">支持绝对 URL 的多语言翻译版本</h3> -<p>Polyglot 现在会翻译你的 <code class="language-plaintext highlighter-rouge">site.url</code>,因此,绝对 URL 也会得到翻译了。</p> +<p>Polyglot 现在会翻译你的 <code class="highlighter-rouge">site.url</code>,因此,绝对 URL 也会得到翻译了。</p> <h3 id="支持对全部-jekyll-合集的翻译">支持对全部 Jekyll 合集的翻译</h3> <p><a href="https://jekyllrb.com/docs/collections/">Jekyll 合集</a>是一项 Jekyll 的全新特性。本次更新也会把所有现有合集都进行翻译,而不只有文章和页面。</p> -<h3 id="当-sitedatalang-存在时对-sitedata-的富文本使用语言特定的-_data-内容翻译">当 <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> 存在时,对 <code class="language-plaintext highlighter-rouge">site.data</code> 的富文本使用语言特定的 <code class="language-plaintext highlighter-rouge">_data</code> 内容翻译</h3> +<h3 id="当-sitedatalang-存在时对-sitedata-的富文本使用语言特定的-_data-内容翻译">当 <code class="highlighter-rouge">site.data[:lang]</code> 存在时,对 <code class="highlighter-rouge">site.data</code> 的富文本使用语言特定的 <code class="highlighter-rouge">_data</code> 内容翻译</h3> <p>根目录下的富文本会在生成时。之前如果想要渲染富文本内容,你需要按照如下方式使用:</p> @@ -163,13 +165,13 @@ <h3 id="当-sitedatalang-存在时对-sitedata-的富文本使用语言特定的 <figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> -<h3 id="i18n_headers-在留空时使用来自-siteurl-的默认值"><code class="language-plaintext highlighter-rouge">I18n_Headers</code> 在留空时使用来自 <code class="language-plaintext highlighter-rouge">site.url</code> 的默认值</h3> +<h3 id="i18n_headers-在留空时使用来自-siteurl-的默认值"><code class="highlighter-rouge">I18n_Headers</code> 在留空时使用来自 <code class="highlighter-rouge">site.url</code> 的默认值</h3> <p>用户现在可以在不指定特定 url 的情况下使用下列标签:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>这些标签将会使用你的 <code class="language-plaintext highlighter-rouge">site.url</code> 的默认值。</p> +<p>这些标签将会使用你的 <code class="highlighter-rouge">site.url</code> 的默认值。</p> </div> @@ -179,27 +181,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2017/07/23/Polyglot-1.3.0/index.html b/site/_site/zh-CN/2017/07/23/Polyglot-1.3.0/index.html index 7426a20a3..cb5e51d5c 100644 --- a/site/_site/zh-CN/2017/07/23/Polyglot-1.3.0/index.html +++ b/site/_site/zh-CN/2017/07/23/Polyglot-1.3.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2017/07/23/Polyglot-1.3.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2017/07/23/Polyglot-1.3.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2017/07/23/Polyglot-1.3.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -150,21 +152,21 @@ <h1 class="post-title">Polyglot 1.3.0</h1> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="递归式合并不同语言特定的-sitedata">递归式合并不同语言特定的 <code class="language-plaintext highlighter-rouge">site.data</code></h3> +<h3 id="递归式合并不同语言特定的-sitedata">递归式合并不同语言特定的 <code class="highlighter-rouge">site.data</code></h3> -<p>现在,在你的 <code class="language-plaintext highlighter-rouge">site.data</code> 目录下的特定语言内容将会递归地被合并在一起。也就是说,<code class="language-plaintext highlighter-rouge">active_lang</code> 的内容会优先于 <code class="language-plaintext highlighter-rouge">default_lang</code> 的内容呈现,也就是优先于非特定语言的内容。(<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> +<p>现在,在你的 <code class="highlighter-rouge">site.data</code> 目录下的特定语言内容将会递归地被合并在一起。也就是说,<code class="highlighter-rouge">active_lang</code> 的内容会优先于 <code class="highlighter-rouge">default_lang</code> 的内容呈现,也就是优先于非特定语言的内容。(<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<h3 id="未指定语言的文件仍然会被写入-default_lang-的站点根目录">未指定语言的文件仍然会被写入 <code class="language-plaintext highlighter-rouge">default_lang</code> 的站点根目录</h3> +<h3 id="未指定语言的文件仍然会被写入-default_lang-的站点根目录">未指定语言的文件仍然会被写入 <code class="highlighter-rouge">default_lang</code> 的站点根目录</h3> -<p>如果没有在 <code class="language-plaintext highlighter-rouge">languages</code> 中定义 <code class="language-plaintext highlighter-rouge">default_lang</code>,本功能会确保没有指定语言的文件(也就是被排除在本地化之外的文件)仍然会被写入站点根目录。(<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> +<p>如果没有在 <code class="highlighter-rouge">languages</code> 中定义 <code class="highlighter-rouge">default_lang</code>,本功能会确保没有指定语言的文件(也就是被排除在本地化之外的文件)仍然会被写入站点根目录。(<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="i18n_headers-性能提升以及修复"><code class="language-plaintext highlighter-rouge">i18n_headers</code> 性能提升以及修复</h3> +<h3 id="i18n_headers-性能提升以及修复"><code class="highlighter-rouge">i18n_headers</code> 性能提升以及修复</h3> -<p>现在,文档处理速度更快了。此外,修复了 <code class="language-plaintext highlighter-rouge">site.url</code> 被定义时的 <code class="language-plaintext highlighter-rouge">i18n_headers</code> 处理。(<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> +<p>现在,文档处理速度更快了。此外,修复了 <code class="highlighter-rouge">site.url</code> 被定义时的 <code class="highlighter-rouge">i18n_headers</code> 处理。(<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<h3 id="自定义站点配置文件中的-active_lang-键">自定义站点配置文件中的 <code class="language-plaintext highlighter-rouge">active_lang</code> 键</h3> +<h3 id="自定义站点配置文件中的-active_lang-键">自定义站点配置文件中的 <code class="highlighter-rouge">active_lang</code> 键</h3> -<p>这将允许 <code class="language-plaintext highlighter-rouge">active_lang</code> 使用自定义的键,使 Polyglot 可以和其他的插件与主题更好地配合使用。(<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> +<p>这将允许 <code class="highlighter-rouge">active_lang</code> 使用自定义的键,使 Polyglot 可以和其他的插件与主题更好地配合使用。(<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> @@ -174,27 +176,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2020/04/29/polyglot-1.3.2/index.html b/site/_site/zh-CN/2020/04/29/polyglot-1.3.2/index.html index a9cda88fd..d22e0d6e4 100644 --- a/site/_site/zh-CN/2020/04/29/polyglot-1.3.2/index.html +++ b/site/_site/zh-CN/2020/04/29/polyglot-1.3.2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/04/29/polyglot-1.3.2/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/04/29/polyglot-1.3.2/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/04/29/polyglot-1.3.2/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -149,13 +151,13 @@ <h1 class="post-title">Polyglot 1.3.2</h1> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-设置-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> 设置 setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-设置-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> 设置 setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="相对和绝对-url-的相对化逻辑优化">相对和绝对 url 的相对化逻辑优化</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -165,27 +167,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2020/07/19/polyglot-1.3.3/index.html b/site/_site/zh-CN/2020/07/19/polyglot-1.3.3/index.html index b9ffe0124..542b0afb0 100644 --- a/site/_site/zh-CN/2020/07/19/polyglot-1.3.3/index.html +++ b/site/_site/zh-CN/2020/07/19/polyglot-1.3.3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2020/07/19/polyglot-1.3.3/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2020/07/19/polyglot-1.3.3/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2020/07/19/polyglot-1.3.3/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Polyglot 1.3.3</h1> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">1.3.3 版本</a>推出!该版本修复了一个在<a href="https://github.com/untra/polyglot/issues/89">全新构建</a> 包含 Polyglot 的项目的情况下,运行 <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> 命令时发生的小问题。</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">1.3.3 版本</a>推出!该版本修复了一个在<a href="https://github.com/untra/polyglot/issues/89">全新构建</a> 包含 Polyglot 的项目的情况下,运行 <code class="highlighter-rouge">jekyll serve --incremental</code> 命令时发生的小问题。</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2021/02/07/polyglot-1.4.0/index.html b/site/_site/zh-CN/2021/02/07/polyglot-1.4.0/index.html index 4f245d326..7c3888284 100644 --- a/site/_site/zh-CN/2021/02/07/polyglot-1.4.0/index.html +++ b/site/_site/zh-CN/2021/02/07/polyglot-1.4.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/02/07/polyglot-1.4.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/02/07/polyglot-1.4.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/02/07/polyglot-1.4.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -143,15 +145,15 @@ <h1 class="post-title">Polyglot 1.4.0</h1> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="href-属性的静态去相对化"><code class="language-plaintext highlighter-rouge">href</code> 属性的静态去相对化</h2> +<h2 id="href-属性的静态去相对化"><code class="highlighter-rouge">href</code> 属性的静态去相对化</h2> <p>本版本新增了一个 Liquid 块标签 ` {% static_href %}href=”…”{% endstatic_href %} `。该块标签可用于创建不受 Polyglot 相对化影响的锚点标签中的href属性。</p> -<p>Jekyll-Polyglot 在相对化处理上有些生硬,所以如果你想要制作一些明确的静态 URL 内容(比如<a href="https://github.com/untra/polyglot/blob/master/site/_includes/sidebar.html#L40-L42">制作一个语言切换器</a>)该 Liquid 标签可以帮助你构建那些不会被扭曲的 <code class="language-plaintext highlighter-rouge">href="..."</code> 标签。</p> +<p>Jekyll-Polyglot 在相对化处理上有些生硬,所以如果你想要制作一些明确的静态 URL 内容(比如<a href="https://github.com/untra/polyglot/blob/master/site/_includes/sidebar.html#L40-L42">制作一个语言切换器</a>)该 Liquid 标签可以帮助你构建那些不会被扭曲的 <code class="highlighter-rouge">href="..."</code> 标签。</p> <h2 id="独占式网站语言生成">独占式网站语言生成</h2> -<p>Polyglot 1.4.0 添加了对 <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> 头文件字段的支持。如果对文档添加该头文件字段,将会限制 Jekyll 仅对指明的语言的子站点生成该文档。</p> +<p>Polyglot 1.4.0 添加了对 <code class="highlighter-rouge">lang-exclusive: [ ]</code> 头文件字段的支持。如果对文档添加该头文件字段,将会限制 Jekyll 仅对指明的语言的子站点生成该文档。</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">zh-CN'</span><span class="pi">]</span> @@ -165,7 +167,7 @@ <h2 id="重命名部分-liquid-标签">重命名部分 Liquid 标签</h2> <h2 id="想要看到你的语言吗">想要看到你的语言吗?</h2> -<p>我在募集愿意为 <a href="https://polyglot.untra.io/">Jekyll-Polyglot 主页</a> 提供属于您的母语版本的志愿者!如果您觉得本软件对您有用,且希望本官方站点以您的语言呈现,请在 <a href="https://github.com/untra/polyglot/issues">GitHub issues</a>上联系我。</p> +<p>我在募集愿意为 <a href="https://polyglot.untra.io/zh-CN/">Jekyll-Polyglot 主页</a> 提供属于您的母语版本的志愿者!如果您觉得本软件对您有用,且希望本官方站点以您的语言呈现,请在 <a href="https://github.com/untra/polyglot/issues">GitHub issues</a>上联系我。</p> </div> @@ -175,27 +177,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2021/04/18/polyglot-1.4.1/index.html b/site/_site/zh-CN/2021/04/18/polyglot-1.4.1/index.html index c64eb3c0c..30a6638ee 100644 --- a/site/_site/zh-CN/2021/04/18/polyglot-1.4.1/index.html +++ b/site/_site/zh-CN/2021/04/18/polyglot-1.4.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/04/18/polyglot-1.4.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/04/18/polyglot-1.4.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/04/18/polyglot-1.4.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,7 +153,7 @@ <h2 id="向我们讲俄语朋友们说声-привет">向我们讲俄语朋友 <h2 id="想要看到你的语言的特性吗">想要看到你的语言的特性吗?</h2> -<p>我在募集志愿者,为你的语言提供 <a href="https://polyglot.untra.io/">Jekyll-Polyglot 项目网站主页</a>的多语言支持!如果你觉得这款软件十分有用,且希望以你的语言呈现,请在 <a href="https://github.com/untra/polyglot/issues">github issues</a> 页面联系我。</p> +<p>我在募集志愿者,为你的语言提供 <a href="https://polyglot.untra.io/zh-CN/">Jekyll-Polyglot 项目网站主页</a>的多语言支持!如果你觉得这款软件十分有用,且希望以你的语言呈现,请在 <a href="https://github.com/untra/polyglot/issues">github issues</a> 页面联系我。</p> </div> @@ -161,27 +163,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2021/07/17/polyglot-1.5.0/index.html b/site/_site/zh-CN/2021/07/17/polyglot-1.5.0/index.html index 60b75c3cf..2ce24bfc6 100644 --- a/site/_site/zh-CN/2021/07/17/polyglot-1.5.0/index.html +++ b/site/_site/zh-CN/2021/07/17/polyglot-1.5.0/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2021/07/17/polyglot-1.5.0/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2021/07/17/polyglot-1.5.0/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2021/07/17/polyglot-1.5.0/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -182,27 +184,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2022-01-15-dutch-site-support/index.html b/site/_site/zh-CN/2022-01-15-dutch-site-support/index.html index 000c575f4..ac0d602ff 100644 --- a/site/_site/zh-CN/2022-01-15-dutch-site-support/index.html +++ b/site/_site/zh-CN/2022-01-15-dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022-01-15-dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022-01-15-dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022-01-15-dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">Dutch Site Support</h1> <span class="post-date"></span> - <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="language-plaintext highlighter-rouge">nl</code> dutch! Bedankt!</p> + <p>Thanks to github user <a href="https://github.com/PanderMusubi">@PanderMusubi</a> the site now supports <code class="highlighter-rouge">nl</code> dutch! Bedankt!</p> </div> diff --git a/site/_site/zh-CN/2022/01/15/dutch-site-support/index.html b/site/_site/zh-CN/2022/01/15/dutch-site-support/index.html index 667a07d25..32a669b12 100644 --- a/site/_site/zh-CN/2022/01/15/dutch-site-support/index.html +++ b/site/_site/zh-CN/2022/01/15/dutch-site-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/01/15/dutch-site-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/01/15/dutch-site-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/01/15/dutch-site-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -139,7 +141,7 @@ <h1> <div class="post"> <h1 class="post-title">网站荷兰语支持</h1> <span class="post-date">15 Jan 2022</span> - <p>感谢 GitHub 用户 <a href="https://github.com/PanderMusubi">@PanderMusubi</a>,本网站现已支持 <code class="language-plaintext highlighter-rouge">nl</code> 荷兰语!Bedankt!</p> + <p>感谢 GitHub 用户 <a href="https://github.com/PanderMusubi">@PanderMusubi</a>,本网站现已支持 <code class="highlighter-rouge">nl</code> 荷兰语!Bedankt!</p> </div> @@ -149,27 +151,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2022/10/01/polyglot-1.5.1/index.html b/site/_site/zh-CN/2022/10/01/polyglot-1.5.1/index.html index 95bc2ad66..8f7bf4d67 100644 --- a/site/_site/zh-CN/2022/10/01/polyglot-1.5.1/index.html +++ b/site/_site/zh-CN/2022/10/01/polyglot-1.5.1/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2022/10/01/polyglot-1.5.1/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2022/10/01/polyglot-1.5.1/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2022/10/01/polyglot-1.5.1/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -157,27 +159,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2023/02/27/korean-support/"> - Polyglot 网站朝鲜语支持上线 - <small>27 Feb 2023</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2023/02/27/korean-support/"> + Polyglot 网站朝鲜语支持上线 + <small>27 Feb 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/zh-CN/2022/01/15/dutch-site-support/"> + 网站荷兰语支持 + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2023/02/27/korean-support/index.html b/site/_site/zh-CN/2023/02/27/korean-support/index.html index 3a1aac60a..1d9722034 100644 --- a/site/_site/zh-CN/2023/02/27/korean-support/index.html +++ b/site/_site/zh-CN/2023/02/27/korean-support/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/2023/02/27/korean-support/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/02/27/korean-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/02/27/korean-support/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -151,27 +153,27 @@ <h2>Related Posts</h2> <li> <h3> - <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> - Polyglot 1.5.1 - <small>01 Oct 2022</small> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + <small>08 Jun 2023</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2022/01/15/dutch-site-support/"> - 网站荷兰语支持 - <small>15 Jan 2022</small> + <a href="/zh-CN/2022/10/01/polyglot-1.5.1/"> + Polyglot 1.5.1 + <small>01 Oct 2022</small> </a> </h3> </li> <li> <h3> - <a href="/zh-CN/2021/07/17/polyglot-1.5.0/"> - Polyglot 1.5.0 - <small>17 Jul 2021</small> + <a href="/zh-CN/2022/01/15/dutch-site-support/"> + 网站荷兰语支持 + <small>15 Jan 2022</small> </a> </h3> </li> diff --git a/site/_site/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/index.html b/site/_site/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/index.html new file mode 100644 index 000000000..818f8602d --- /dev/null +++ b/site/_site/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/index.html @@ -0,0 +1,209 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="zh-CN"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2023/06/08/polyglot-1.6.0-chinese-support/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"/> + + <title> + + Polyglot 1.6.0 以及简体中文支持 · Polyglot + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Polyglot 1.6.0 以及简体中文支持

+ +

Polyglot 网站 现已更新支持中文!

+ +

本次更新由 aturret 带来。他做出了包括插件 bug 修正、网站 bug 修正,以及整个网站的中文完全翻译在内的诸多贡献。

+ +

此外,现在可以通过 RubyGems 下载 jekyll-polyglot 1.6.0 了。

+ +

修复对冻结字符串进行相对化时的问题

+ +

Polyglot 先前使用 String::gsub! 进行字符串修正,导致在修正 .frozen? 字符串时出现错误。现在已通过在修改之前复制一份克隆的字符串修复此问题。

+ +

修复站点导航未被翻译的问题

+ +

之前,网站布局中 html 中存在拼写错误,导致无法正确翻译之前的翻页导航。现已修复。

+ +

中文语言支持

+ +

要向 aturret 的支持和欣赏说声大大的谢谢, polyglot.untra.io 现在支持 zh-CN 简体中文翻译了!

+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/a-really-long/permalink/index.html b/site/_site/zh-CN/a-really-long/permalink/index.html index 07cbc571c..065d6094f 100644 --- a/site/_site/zh-CN/a-really-long/permalink/index.html +++ b/site/_site/zh-CN/a-really-long/permalink/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/zh-CN/about/index.html b/site/_site/zh-CN/about/index.html index 83edf988e..ad78a9a04 100644 --- a/site/_site/zh-CN/about/index.html +++ b/site/_site/zh-CN/about/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/about/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/about/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/about/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/about/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/about/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/about/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/about/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/about/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/about/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/about/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/about/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/about/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/about/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/about/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/about/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/about/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/about/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/about/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/zh-CN/index.html b/site/_site/zh-CN/index.html index cb524704c..aa6881bdf 100644 --- a/site/_site/zh-CN/index.html +++ b/site/_site/zh-CN/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -138,6 +140,35 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/zh-CN/2023/06/08/polyglot-1.6.0-chinese-support/"> + Polyglot 1.6.0 以及简体中文支持 + </a> + </h1> + + <span class="post-date">08 Jun 2023</span> + + <p><a href="https://polyglot.untra.io/zh-CN/">Polyglot 网站</a> 现已更新支持中文!</p> + +<p>本次更新由 <strong><a href="https://github.com/aturret">aturret</a></strong> 带来。他做出了包括插件 bug 修正、网站 bug 修正,以及整个网站的中文完全翻译在内的诸多贡献。</p> + +<p>此外,现在可以通过 RubyGems 下载 <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.6.0">jekyll-polyglot 1.6.0</a> 了。</p> + +<h2 id="修复对冻结字符串进行相对化时的问题">修复对冻结字符串进行相对化时的问题</h2> + +<p>Polyglot 先前使用 <a href="https://apidock.com/ruby/String/gsub!">String::gsub!</a> 进行字符串修正,导致在修正 <code class="highlighter-rouge">.frozen?</code> 字符串时出现错误。现在已通过在修改之前复制一份克隆的字符串修复此问题。</p> + +<h2 id="修复站点导航未被翻译的问题">修复站点导航未被翻译的问题</h2> + +<p>之前,网站布局中 html 中存在拼写错误,导致无法正确翻译之前的翻页导航。现已修复。</p> + +<h2 id="中文语言支持">中文语言支持</h2> + +<p>要向 <strong>aturret</strong> 的支持和欣赏说声大大的谢谢, <a href="https://polyglot.untra.io/zh-CN/zh-CN">polyglot.untra.io</a> 现在支持 <code class="highlighter-rouge">zh-CN</code> 简体中文翻译了!</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/zh-CN/2023/02/27/korean-support/"> @@ -183,7 +214,7 @@ <h1 class="post-title"> <span class="post-date">15 Jan 2022</span> - <p>感谢 GitHub 用户 <a href="https://github.com/PanderMusubi">@PanderMusubi</a>,本网站现已支持 <code class="language-plaintext highlighter-rouge">nl</code> 荷兰语!Bedankt!</p> + <p>感谢 GitHub 用户 <a href="https://github.com/PanderMusubi">@PanderMusubi</a>,本网站现已支持 <code class="highlighter-rouge">nl</code> 荷兰语!Bedankt!</p> </div> @@ -233,36 +264,11 @@ <h2 id="想要提供帮助">想要提供帮助?</h2> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/zh-CN/2021/04/18/polyglot-1.4.1/"> - Polyglot 1.4.1 - </a> - </h1> - - <span class="post-date">18 Apr 2021</span> - - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">1.4.1 版本</a>的额外补丁版本已推出!</p> - -<h2 id="对-i18n_headers-的小修复">对 i18n_headers 的小修复</h2> - -<p>Cleanup 时所需的应变功能导致需要进行一些小修复和测试。</p> - -<h2 id="向我们讲俄语朋友们说声-привет">向我们讲俄语朋友们说声 Привет</h2> - -<p>网站现已添加俄语支持!</p> - -<h2 id="想要看到你的语言的特性吗">想要看到你的语言的特性吗?</h2> - -<p>我在募集志愿者,为你的语言提供 <a href="https://polyglot.untra.io/">Jekyll-Polyglot 项目网站主页</a>的多语言支持!如果你觉得这款软件十分有用,且希望以你的语言呈现,请在 <a href="https://github.com/untra/polyglot/issues">github issues</a> 页面联系我。</p> - - </div> - </div> <div class="pagination"> - <a class="pagination-item older" href="page2">Older</a> + <a class="pagination-item older" href="/zh-CN/page2">Older</a> <span class="pagination-item newer">Newer</span> diff --git a/site/_site/zh-CN/page2/index.html b/site/_site/zh-CN/page2/index.html index d55ed2801..1c4814582 100644 --- a/site/_site/zh-CN/page2/index.html +++ b/site/_site/zh-CN/page2/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/zh-CN/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/zh-CN/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/zh-CN/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/zh-CN/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/zh-CN/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/zh-CN/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/zh-CN/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/zh-CN/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/zh-CN/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/zh-CN/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/zh-CN/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/zh-CN/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/zh-CN/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/zh-CN/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page2/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,31 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/zh-CN/2021/04/18/polyglot-1.4.1/"> + Polyglot 1.4.1 + </a> + </h1> + + <span class="post-date">18 Apr 2021</span> + + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.4.1">1.4.1 版本</a>的额外补丁版本已推出!</p> + +<h2 id="对-i18n_headers-的小修复">对 i18n_headers 的小修复</h2> + +<p>Cleanup 时所需的应变功能导致需要进行一些小修复和测试。</p> + +<h2 id="向我们讲俄语朋友们说声-привет">向我们讲俄语朋友们说声 Привет</h2> + +<p>网站现已添加俄语支持!</p> + +<h2 id="想要看到你的语言的特性吗">想要看到你的语言的特性吗?</h2> + +<p>我在募集志愿者,为你的语言提供 <a href="https://polyglot.untra.io/zh-CN/">Jekyll-Polyglot 项目网站主页</a>的多语言支持!如果你觉得这款软件十分有用,且希望以你的语言呈现,请在 <a href="https://github.com/untra/polyglot/issues">github issues</a> 页面联系我。</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/zh-CN/2021/02/07/polyglot-1.4.0/"> @@ -151,15 +178,15 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<h2 id="href-属性的静态去相对化"><code class="language-plaintext highlighter-rouge">href</code> 属性的静态去相对化</h2> +<h2 id="href-属性的静态去相对化"><code class="highlighter-rouge">href</code> 属性的静态去相对化</h2> <p>本版本新增了一个 Liquid 块标签 ` {% static_href %}href=”…”{% endstatic_href %} `。该块标签可用于创建不受 Polyglot 相对化影响的锚点标签中的href属性。</p> -<p>Jekyll-Polyglot 在相对化处理上有些生硬,所以如果你想要制作一些明确的静态 URL 内容(比如<a href="https://github.com/untra/polyglot/blob/master/site/_includes/sidebar.html#L40-L42">制作一个语言切换器</a>)该 Liquid 标签可以帮助你构建那些不会被扭曲的 <code class="language-plaintext highlighter-rouge">href="..."</code> 标签。</p> +<p>Jekyll-Polyglot 在相对化处理上有些生硬,所以如果你想要制作一些明确的静态 URL 内容(比如<a href="https://github.com/untra/polyglot/blob/master/site/_includes/sidebar.html#L40-L42">制作一个语言切换器</a>)该 Liquid 标签可以帮助你构建那些不会被扭曲的 <code class="highlighter-rouge">href="..."</code> 标签。</p> <h2 id="独占式网站语言生成">独占式网站语言生成</h2> -<p>Polyglot 1.4.0 添加了对 <code class="language-plaintext highlighter-rouge">lang-exclusive: [ ]</code> 头文件字段的支持。如果对文档添加该头文件字段,将会限制 Jekyll 仅对指明的语言的子站点生成该文档。</p> +<p>Polyglot 1.4.0 添加了对 <code class="highlighter-rouge">lang-exclusive: [ ]</code> 头文件字段的支持。如果对文档添加该头文件字段,将会限制 Jekyll 仅对指明的语言的子站点生成该文档。</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="nn">---</span> <span class="na">lang-exclusive</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">zh-CN'</span><span class="pi">]</span> @@ -173,7 +200,7 @@ <h2 id="重命名部分-liquid-标签">重命名部分 Liquid 标签</h2> <h2 id="想要看到你的语言吗">想要看到你的语言吗?</h2> -<p>我在募集愿意为 <a href="https://polyglot.untra.io/">Jekyll-Polyglot 主页</a> 提供属于您的母语版本的志愿者!如果您觉得本软件对您有用,且希望本官方站点以您的语言呈现,请在 <a href="https://github.com/untra/polyglot/issues">GitHub issues</a>上联系我。</p> +<p>我在募集愿意为 <a href="https://polyglot.untra.io/zh-CN/">Jekyll-Polyglot 主页</a> 提供属于您的母语版本的志愿者!如果您觉得本软件对您有用,且希望本官方站点以您的语言呈现,请在 <a href="https://github.com/untra/polyglot/issues">GitHub issues</a>上联系我。</p> </div> @@ -186,7 +213,7 @@ <h1 class="post-title"> <span class="post-date">19 Jul 2020</span> - <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">1.3.3 版本</a>推出!该版本修复了一个在<a href="https://github.com/untra/polyglot/issues/89">全新构建</a> 包含 Polyglot 的项目的情况下,运行 <code class="language-plaintext highlighter-rouge">jekyll serve --incremental</code> 命令时发生的小问题。</p> + <p>Polyglot <a href="https://rubygems.org/gems/jekyll-polyglot/versions/1.3.3">1.3.3 版本</a>推出!该版本修复了一个在<a href="https://github.com/untra/polyglot/issues/89">全新构建</a> 包含 Polyglot 的项目的情况下,运行 <code class="highlighter-rouge">jekyll serve --incremental</code> 命令时发生的小问题。</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> @@ -217,13 +244,13 @@ <h1 class="post-title"> <li><a href="https://github.com/eighthave">eighthave</a></li> </ul> -<h3 id="lang_from_path-设置-setting-to-derive-document-lang-from-relative-path"><code class="language-plaintext highlighter-rouge">lang_from_path</code> 设置 setting to derive document lang from relative path</h3> +<h3 id="lang_from_path-设置-setting-to-derive-document-lang-from-relative-path"><code class="highlighter-rouge">lang_from_path</code> 设置 setting to derive document lang from relative path</h3> -<p>This release adds a new boolean configuration setting <code class="language-plaintext highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> +<p>This release adds a new boolean configuration setting <code class="highlighter-rouge">lang_from_path</code>. When set to true, this option tells polyglot to derive the base language from a matching subpath if the lang frontmatter is not set. This setting works well in conjunction with other translation maintenance tools such as <a href="https://po4a.org/">po4a</a>.</p> <h3 id="相对和绝对-url-的相对化逻辑优化">相对和绝对 url 的相对化逻辑优化</h3> -<p><code class="language-plaintext highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> +<p><code class="highlighter-rouge">excluded_from_localization</code> files will have trailing slashes added to their paths if they are directories. In addition, these files will be matched differently in the relativize and absolute url regex matchers. This will improve the accuracy of url relativization based on user feedback.</p> </div> @@ -247,64 +274,21 @@ <h1 class="post-title"> <li><a href="https://github.com/pserwylo">pserwylo</a></li> </ul> -<h3 id="递归式合并不同语言特定的-sitedata">递归式合并不同语言特定的 <code class="language-plaintext highlighter-rouge">site.data</code></h3> - -<p>现在,在你的 <code class="language-plaintext highlighter-rouge">site.data</code> 目录下的特定语言内容将会递归地被合并在一起。也就是说,<code class="language-plaintext highlighter-rouge">active_lang</code> 的内容会优先于 <code class="language-plaintext highlighter-rouge">default_lang</code> 的内容呈现,也就是优先于非特定语言的内容。(<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> - -<h3 id="未指定语言的文件仍然会被写入-default_lang-的站点根目录">未指定语言的文件仍然会被写入 <code class="language-plaintext highlighter-rouge">default_lang</code> 的站点根目录</h3> - -<p>如果没有在 <code class="language-plaintext highlighter-rouge">languages</code> 中定义 <code class="language-plaintext highlighter-rouge">default_lang</code>,本功能会确保没有指定语言的文件(也就是被排除在本地化之外的文件)仍然会被写入站点根目录。(<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> - -<h3 id="i18n_headers-性能提升以及修复"><code class="language-plaintext highlighter-rouge">i18n_headers</code> 性能提升以及修复</h3> - -<p>现在,文档处理速度更快了。此外,修复了 <code class="language-plaintext highlighter-rouge">site.url</code> 被定义时的 <code class="language-plaintext highlighter-rouge">i18n_headers</code> 处理。(<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> - -<h3 id="自定义站点配置文件中的-active_lang-键">自定义站点配置文件中的 <code class="language-plaintext highlighter-rouge">active_lang</code> 键</h3> - -<p>这将允许 <code class="language-plaintext highlighter-rouge">active_lang</code> 使用自定义的键,使 Polyglot 可以和其他的插件与主题更好地配合使用。(<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> - - </div> - - <div class="post"> - <h1 class="post-title"> - <a href="/zh-CN/2016/12/16/Polyglot-1.2.4/"> - Polyglot 1.2.4 - </a> - </h1> - - <span class="post-date">16 Dec 2016</span> - - <p>Polyglot 的全新版本现已推出。去试试吧!</p> - -<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> - -<p>本版本由 GitHub 用户 <a href="https://github.com/vlsi">vlsi</a> 的热心支持提供,他修复了一些 bug,并添加了下列新特性:</p> - -<h3 id="支持绝对-url-的多语言翻译版本">支持绝对 URL 的多语言翻译版本</h3> - -<p>Polyglot 现在会翻译你的 <code class="language-plaintext highlighter-rouge">site.url</code>,因此,绝对 URL 也会得到翻译了。</p> - -<h3 id="支持对全部-jekyll-合集的翻译">支持对全部 Jekyll 合集的翻译</h3> - -<p><a href="https://jekyllrb.com/docs/collections/">Jekyll 合集</a>是一项 Jekyll 的全新特性。本次更新也会把所有现有合集都进行翻译,而不只有文章和页面。</p> - -<h3 id="当-sitedatalang-存在时对-sitedata-的富文本使用语言特定的-_data-内容翻译">当 <code class="language-plaintext highlighter-rouge">site.data[:lang]</code> 存在时,对 <code class="language-plaintext highlighter-rouge">site.data</code> 的富文本使用语言特定的 <code class="language-plaintext highlighter-rouge">_data</code> 内容翻译</h3> - -<p>根目录下的富文本会在生成时。之前如果想要渲染富文本内容,你需要按照如下方式使用:</p> +<h3 id="递归式合并不同语言特定的-sitedata">递归式合并不同语言特定的 <code class="highlighter-rouge">site.data</code></h3> -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> +<p>现在,在你的 <code class="highlighter-rouge">site.data</code> 目录下的特定语言内容将会递归地被合并在一起。也就是说,<code class="highlighter-rouge">active_lang</code> 的内容会优先于 <code class="highlighter-rouge">default_lang</code> 的内容呈现,也就是优先于非特定语言的内容。(<a href="https://github.com/untra/polyglot/pull/59">#59</a>)</p> -<p>现在,富文本内容可以直接使用如下标签进行渲染:</p> +<h3 id="未指定语言的文件仍然会被写入-default_lang-的站点根目录">未指定语言的文件仍然会被写入 <code class="highlighter-rouge">default_lang</code> 的站点根目录</h3> -<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> +<p>如果没有在 <code class="highlighter-rouge">languages</code> 中定义 <code class="highlighter-rouge">default_lang</code>,本功能会确保没有指定语言的文件(也就是被排除在本地化之外的文件)仍然会被写入站点根目录。(<a href="https://github.com/untra/polyglot/pull/65">#65</a>)</p> -<h3 id="i18n_headers-在留空时使用来自-siteurl-的默认值"><code class="language-plaintext highlighter-rouge">I18n_Headers</code> 在留空时使用来自 <code class="language-plaintext highlighter-rouge">site.url</code> 的默认值</h3> +<h3 id="i18n_headers-性能提升以及修复"><code class="highlighter-rouge">i18n_headers</code> 性能提升以及修复</h3> -<p>用户现在可以在不指定特定 url 的情况下使用下列标签:</p> +<p>现在,文档处理速度更快了。此外,修复了 <code class="highlighter-rouge">site.url</code> 被定义时的 <code class="highlighter-rouge">i18n_headers</code> 处理。(<a href="https://github.com/untra/polyglot/pull/67">#67</a>)</p> -<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> +<h3 id="自定义站点配置文件中的-active_lang-键">自定义站点配置文件中的 <code class="highlighter-rouge">active_lang</code> 键</h3> -<p>这些标签将会使用你的 <code class="language-plaintext highlighter-rouge">site.url</code> 的默认值。</p> +<p>这将允许 <code class="highlighter-rouge">active_lang</code> 使用自定义的键,使 Polyglot 可以和其他的插件与主题更好地配合使用。(<a href="https://github.com/untra/polyglot/pull/68">#68</a>)</p> </div> @@ -312,11 +296,11 @@ <h3 id="i18n_headers-在留空时使用来自-siteurl-的默认值"><code class= <div class="pagination"> - <a class="pagination-item older" href="page3">Older</a> + <a class="pagination-item older" href="/zh-CN/page3">Older</a> - <a class="pagination-item newer" href="">Newer</a> + <a class="pagination-item newer" href="/zh-CN/">Newer</a> </div> diff --git a/site/_site/zh-CN/page3/index.html b/site/_site/zh-CN/page3/index.html index 5d5e46209..f7a226771 100644 --- a/site/_site/zh-CN/page3/index.html +++ b/site/_site/zh-CN/page3/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/zh-CN/es"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/zh-CN/de"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/zh-CN/fr"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/zh-CN/ru"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/zh-CN/nl"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/zh-CN/he"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/zh-CN/ko"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/zh-CN"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/zh-CN/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/zh-CN/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/zh-CN/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/zh-CN/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/zh-CN/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/zh-CN/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/zh-CN/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/zh-CN"/> <title> @@ -109,11 +109,13 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> <a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a> - <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/index.html"><small>view this page source on github</small></a> + <a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/master/site/page3/index.html"><small>view this page source on github</small></a> <small class="sidebar-nav-item">Currently v1.5.1</small> </nav> @@ -138,6 +140,49 @@ <h1> <div class="content container"> <div class="posts"> + <div class="post"> + <h1 class="post-title"> + <a href="/zh-CN/2016/12/16/Polyglot-1.2.4/"> + Polyglot 1.2.4 + </a> + </h1> + + <span class="post-date">16 Dec 2016</span> + + <p>Polyglot 的全新版本现已推出。去试试吧!</p> + +<figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> + +<p>本版本由 GitHub 用户 <a href="https://github.com/vlsi">vlsi</a> 的热心支持提供,他修复了一些 bug,并添加了下列新特性:</p> + +<h3 id="支持绝对-url-的多语言翻译版本">支持绝对 URL 的多语言翻译版本</h3> + +<p>Polyglot 现在会翻译你的 <code class="highlighter-rouge">site.url</code>,因此,绝对 URL 也会得到翻译了。</p> + +<h3 id="支持对全部-jekyll-合集的翻译">支持对全部 Jekyll 合集的翻译</h3> + +<p><a href="https://jekyllrb.com/docs/collections/">Jekyll 合集</a>是一项 Jekyll 的全新特性。本次更新也会把所有现有合集都进行翻译,而不只有文章和页面。</p> + +<h3 id="当-sitedatalang-存在时对-sitedata-的富文本使用语言特定的-_data-内容翻译">当 <code class="highlighter-rouge">site.data[:lang]</code> 存在时,对 <code class="highlighter-rouge">site.data</code> 的富文本使用语言特定的 <code class="highlighter-rouge">_data</code> 内容翻译</h3> + +<p>根目录下的富文本会在生成时。之前如果想要渲染富文本内容,你需要按照如下方式使用:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data[site.active_lang].richTextString }}</code></pre></figure> + +<p>现在,富文本内容可以直接使用如下标签进行渲染:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{{ site.data.richTextString }}</code></pre></figure> + +<h3 id="i18n_headers-在留空时使用来自-siteurl-的默认值"><code class="highlighter-rouge">I18n_Headers</code> 在留空时使用来自 <code class="highlighter-rouge">site.url</code> 的默认值</h3> + +<p>用户现在可以在不指定特定 url 的情况下使用下列标签:</p> + +<figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> + +<p>这些标签将会使用你的 <code class="highlighter-rouge">site.url</code> 的默认值。</p> + + </div> + <div class="post"> <h1 class="post-title"> <a href="/zh-CN/2016/04/20/Polyglot-1.2.0/"> @@ -151,13 +196,13 @@ <h1 class="post-title"> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="s">gem install jekyll-polyglot</span></code></pre></figure> -<p>此外,还请把 <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> 添加到你的网站的 <code class="language-plaintext highlighter-rouge">_config.yml</code> 的 gem 列表中。</p> +<p>此外,还请把 <code class="highlighter-rouge">jekyll-polyglot</code> 添加到你的网站的 <code class="highlighter-rouge">_config.yml</code> 的 gem 列表中。</p> <p>本版本主要是为接下来的新特性以及更好的多语言内容管理提供基础准备。此外,本版本还包括了一些新特性:</p> <h2 id="-i18n_headers-">{% I18n_Headers %}</h2> -<p>请把这些标签和<a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">你的网站的 url</a> 一同放入你的 <code class="language-plaintext highlighter-rouge">includes</code> 文件夹下的 <code class="language-plaintext highlighter-rouge">head.html</code> 文件中,以此获得最大化的多语言站点 SEO 。其效果与如下 Liquid 代码等同:</p> +<p>请把这些标签和<a href="https://github.com/untra/polyglot/blob/site/_includes/head.html#L6">你的网站的 url</a> 一同放入你的 <code class="highlighter-rouge">includes</code> 文件夹下的 <code class="highlighter-rouge">head.html</code> 文件中,以此获得最大化的多语言站点 SEO 。其效果与如下 Liquid 代码等同:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span> <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> @@ -223,7 +268,7 @@ <h2 id="富文本翻译">富文本翻译</h2> <p>一般来讲,富文本内容的多语言翻译很难实现。对一个 Jekyll 网站来说,多语言的短字符串或者某些语言的特定用语很难在显示上保持一致。</p> -<p><em>但现在却简单如斯</em>:只需在你的 <code class="language-plaintext highlighter-rouge">config.yml</code> 文件中,按照如下方式存储字符串:</p> +<p><em>但现在却简单如斯</em>:只需在你的 <code class="highlighter-rouge">config.yml</code> 文件中,按照如下方式存储字符串:</p> <figure class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="na">hello</span><span class="pi">:</span> <span class="na">en</span><span class="pi">:</span> <span class="s">Hello!</span> @@ -272,7 +317,7 @@ <h3 id="基于-poole-构建">基于 Poole 构建</h3> <ul> <li>完整的 Jekyll 安装所需内容(版式、配置、<a href="/zh-CN/404">404</a>、<a href="/zh-CN/atom.xml">RSS feed</a>、文章,以及<a href="/zh-CN/about">示例页面</a>)。</li> <li>对手机显示友好的界面和开发。</li> - <li>使用 CSS 中的 <code class="language-plaintext highlighter-rouge">rem</code> 单位轻松可伸缩的文本和组件大小。</li> + <li>使用 CSS 中的 <code class="highlighter-rouge">rem</code> 单位轻松可伸缩的文本和组件大小。</li> <li>支持多种多样的 HTML 标签。</li> <li>每篇文章下方有相关文章(Jekyll 实现的基于时间的排序)。</li> <li>语法高亮功能,感谢 Pygments(基于 Python 的代码片段高亮器)</li> @@ -284,8 +329,8 @@ <h3 id="hyde-的特性">Hyde 的特性</h3> <ul> <li>侧边栏支持文本模块和动态生成的导航菜单,包括活动链接的支持。</li> - <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="language-plaintext highlighter-rouge"><body></code> classes</li> - <li>使用 <code class="language-plaintext highlighter-rouge"><body></code> 选择<a href="https://github.com/poole/hyde#themes">八种可选配色主题</a>。</li> + <li>Two orientations for content and sidebar, default (left sidebar) and <a href="https://github.com/poole/lanyon#reverse-layout">reverse</a> (right sidebar), available via <code class="highlighter-rouge"><body></code> classes</li> + <li>使用 <code class="highlighter-rouge"><body></code> 选择<a href="https://github.com/poole/hyde#themes">八种可选配色主题</a>。</li> </ul> <p><a href="https://github.com/poole/hyde#readme">请阅读文档</a>了解更多。</p> @@ -302,36 +347,15 @@ <h3 id="下载">下载</h3> </div> - <div class="post"> - <h1 class="post-title"> - <a href="/zh-CN/2012/02/06/whats-jekyll/"> - Jekyll 是什么? - </a> - </h1> - - <span class="post-date">06 Feb 2012</span> - - <p><a href="http://jekyllrb.com">Jekyll</a> 是一款静态网站生成器,同时还是一款开源工具,可用于创建适用于各种形式及尺寸的简单却强大的网站。根据<a href="https://github.com/mojombo/jekyll/blob/master/README.markdown">Jekyll 的官方项目说明</a>:</p> - -<blockquote> - <p>Jekyll 是一个简单、具备博客功能的静态网站生成器。Jekyll 接收你的内容,渲染 Markdown 和 Liquid 模板,生成一个完整的静态网站,可以通过Apache、Nginx 或其他 Web 服务器进行提供服务。Jekyll 同时还是 GitHub Pages 背后所采用的引擎,你可以使用它来从你的 GitHub 代码仓库直接托管网站。</p> -</blockquote> - -<p>它是一款非常有用的工具,我们非常推荐您使用 Hyde 主题部署 Jekyll。</p> - -<p>若想了解更多,请<a href="https://github.com/mojombo/jekyll">查看项目的 GitHub 页面</a>。</p> - - </div> - </div> <div class="pagination"> - <span class="pagination-item older">Older</span> + <a class="pagination-item older" href="/zh-CN/page4">Older</a> - <a class="pagination-item newer" href="page2">Newer</a> + <a class="pagination-item newer" href="/zh-CN/page2">Newer</a> </div> diff --git a/site/_site/zh-CN/page4/index.html b/site/_site/zh-CN/page4/index.html new file mode 100644 index 000000000..011877311 --- /dev/null +++ b/site/_site/zh-CN/page4/index.html @@ -0,0 +1,188 @@ +<!DOCTYPE html> +<html lang="en-us"> + + <head> + <link href="http://gmpg.org/xfn/11" rel="profile"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> + <meta http-equiv="Content-Language" content="zh-CN"> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/zh-CN/es"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/zh-CN/de"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/zh-CN/fr"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/zh-CN/ru"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/zh-CN/nl"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/zh-CN/he"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/zh-CN/ko"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/zh-CN"/> + + <title> + + Polyglot · Straightforward I18n for Jekyll Blogs + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+

+ + Jekyll 是什么? + +

+ + + +

Jekyll 是一款静态网站生成器,同时还是一款开源工具,可用于创建适用于各种形式及尺寸的简单却强大的网站。根据Jekyll 的官方项目说明:

+ +
+

Jekyll 是一个简单、具备博客功能的静态网站生成器。Jekyll 接收你的内容,渲染 Markdown 和 Liquid 模板,生成一个完整的静态网站,可以通过Apache、Nginx 或其他 Web 服务器进行提供服务。Jekyll 同时还是 GitHub Pages 背后所采用的引擎,你可以使用它来从你的 GitHub 代码仓库直接托管网站。

+
+ +

它是一款非常有用的工具,我们非常推荐您使用 Hyde 主题部署 Jekyll。

+ +

若想了解更多,请查看项目的 GitHub 页面

+ +
+ +
+ + + +
+ + + + + diff --git a/site/_site/zh-CN/sample/index.html b/site/_site/zh-CN/sample/index.html index 31b9a0536..4a91d16e1 100644 --- a/site/_site/zh-CN/sample/index.html +++ b/site/_site/zh-CN/sample/index.html @@ -7,15 +7,15 @@ - - - - - - - - - + + + + + + + + + @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> diff --git a/site/_site/zh-CN/seo/index.html b/site/_site/zh-CN/seo/index.html index d96eef36c..666a48c68 100644 --- a/site/_site/zh-CN/seo/index.html +++ b/site/_site/zh-CN/seo/index.html @@ -7,15 +7,15 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta http-equiv="Content-Language" content="zh-CN"> -<link rel="alternate" hreflang="en" href="http://localhost:4000/seo/"/> -<link rel="alternate" hreflang="es" href="http://localhost:4000/es/seo/"/> -<link rel="alternate" hreflang="de" href="http://localhost:4000/de/seo/"/> -<link rel="alternate" hreflang="fr" href="http://localhost:4000/fr/seo/"/> -<link rel="alternate" hreflang="ru" href="http://localhost:4000/ru/seo/"/> -<link rel="alternate" hreflang="nl" href="http://localhost:4000/nl/seo/"/> -<link rel="alternate" hreflang="he" href="http://localhost:4000/he/seo/"/> -<link rel="alternate" hreflang="ko" href="http://localhost:4000/ko/seo/"/> -<link rel="alternate" hreflang="zh-CN" href="http://localhost:4000/zh-CN/seo/"/> +<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/seo/"/> +<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/seo/"/> +<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/seo/"/> +<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/seo/"/> +<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/seo/"/> +<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/seo/"/> +<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/seo/"/> +<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/seo/"/> +<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/seo/"/> <title> @@ -109,6 +109,8 @@ <h1> + + <a class="sidebar-nav-item" href=""></a> <a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a> @@ -140,18 +142,18 @@ <h1> <h1 class="page-title">SEO 方案</h1> <h1 id="使用-polyglot-的搜索引擎优化seo方案">使用 Polyglot 的搜索引擎优化(SEO)方案</h1> -<p>如果你已经安装了 <code class="language-plaintext highlighter-rouge">jekyll-polyglot</code> 包,把这些内容加入到你的网站的 <code class="language-plaintext highlighter-rouge">header</code> 标签中,可以让你的 Jekyll 轻松地获取更多的面向 Google 的 SEO 加成。</p> +<p>如果你已经安装了 <code class="highlighter-rouge">jekyll-polyglot</code> 包,把这些内容加入到你的网站的 <code class="highlighter-rouge">header</code> 标签中,可以让你的 Jekyll 轻松地获取更多的面向 Google 的 SEO 加成。</p> <h2 id="html-语言声明">HTML 语言声明</h2> <p>对每个 <a href="http://www.w3.org/International/geo/html-tech/tech-lang.html#ri20060630.133615821">W3C 国际化示范实例</a> -,你可以对每个页面都使用一个元数据标签设置默认语言。只需把如下内容添加到你的 <code class="language-plaintext highlighter-rouge">header</code> 标签中:</p> +,你可以对每个页面都使用一个元数据标签设置默认语言。只需把如下内容添加到你的 <code class="highlighter-rouge">header</code> 标签中:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><meta</span> <span class="na">http-equiv=</span><span class="s">"Content-Language"</span> <span class="na">content=</span><span class="s">"{{site.active_lang}}"</span><span class="nt">></span></code></pre></figure> <h2 id="使用-hreflang-替代标签实现多语言-seo">使用 hreflang 替代标签实现多语言 SEO</h2> -<p>你可以为你的站点简单地添加 <a href="https://support.google.com/webmasters/answer/189077?hl=en">hreflang 替代标签</a>,达成 Google 对多语言搜索的 SEO。添加下列内容到你的 <code class="language-plaintext highlighter-rouge">header</code> 标签中:</p> +<p>你可以为你的站点简单地添加 <a href="https://support.google.com/webmasters/answer/189077?hl=en">hreflang 替代标签</a>,达成 Google 对多语言搜索的 SEO。添加下列内容到你的 <code class="highlighter-rouge">header</code> 标签中:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><link</span> <span class="na">rel=</span><span class="s">"alternate"</span> <span class="na">hreflang=</span><span class="s">"{{site.default_lang}}"</span> @@ -167,7 +169,7 @@ <h2 id="使用-hreflang-替代标签实现多语言-seo">使用 hreflang 替代 <h2 id="一步到位">一步到位</h2> -<p>你可以通过把如下的标签直接添加到你的 <code class="language-plaintext highlighter-rouge">header.html</code> 文件中,以直接达成上述效果:</p> +<p>你可以通过把如下的标签直接添加到你的 <code class="highlighter-rouge">header.html</code> 文件中,以直接达成上述效果:</p> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers https://untra.github.com/polyglot %}</code></pre></figure> @@ -177,7 +179,7 @@ <h2 id="一步到位">一步到位</h2> <figure class="highlight"><pre><code class="language-html" data-lang="html">{% I18n_Headers %}</code></pre></figure> -<p>该标签会采用你默认的 <code class="language-plaintext highlighter-rouge">site.url</code>。</p> +<p>该标签会采用你默认的 <code class="highlighter-rouge">site.url</code>。</p> <p><br /></p> diff --git a/spec/jekyll/polyglot/patches/jekyll/site_spec.rb b/spec/jekyll/polyglot/patches/jekyll/site_spec.rb index 0a4e9536a..57f8e1d2d 100644 --- a/spec/jekyll/polyglot/patches/jekyll/site_spec.rb +++ b/spec/jekyll/polyglot/patches/jekyll/site_spec.rb @@ -1,6 +1,8 @@ require 'jekyll' require 'rspec/helper' require 'ostruct' +require 'rspec' + describe Site do before do @config = Jekyll::Configuration::DEFAULTS.dup @@ -11,6 +13,7 @@ @config['default_lang'] = @default_lang @config['exclude_from_localization'] = @exclude_from_localization @parallel_localization = @config['parallel_localization'] || true + @site = Site.new( Jekyll.configuration( 'languages' => @langs, @@ -42,6 +45,19 @@ expect(@document_url_regex).to_not match 'products/kefr/foobar.html' expect(@document_url_regex).to_not match 'properties/beachside/foo' end + it 'expect relativized_urls should handle different output' do + expected = "expected" + collection = Jekyll::Collection.new(@site, "test") + document = Jekyll::Document.new("about.en.md", :site => @site, :collection => collection) + document.output = expected + @site.relativize_urls(document, @relative_url_regex) + expect(document.output).to eq(expected) + + # strings can be frozen and still relativized + document.output.freeze + @site.relativize_urls(document, @relative_url_regex) + expect(document.output).to eq(expected) + end end describe @parallel_localization do