{"id":13612056,"url":"https://github.com/vwochnik/jekyll-language-plugin","last_synced_at":"2026-03-06T11:01:23.388Z","repository":{"id":56878626,"uuid":"46088156","full_name":"vwochnik/jekyll-language-plugin","owner":"vwochnik","description":"Jekyll 3.0-compatible multi-language plugin for posts, pages and includes","archived":false,"fork":false,"pushed_at":"2019-03-20T04:31:17.000Z","size":459,"stargazers_count":117,"open_issues_count":10,"forks_count":45,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-30T23:28:30.605Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vwochnik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-12T23:49:50.000Z","updated_at":"2025-05-25T03:31:22.000Z","dependencies_parsed_at":"2022-08-20T11:40:32.915Z","dependency_job_id":null,"html_url":"https://github.com/vwochnik/jekyll-language-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vwochnik/jekyll-language-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-language-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-language-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-language-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-language-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vwochnik","download_url":"https://codeload.github.com/vwochnik/jekyll-language-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-language-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30173344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T20:00:21.764Z","updated_at":"2026-03-06T11:01:23.369Z","avatar_url":"https://github.com/vwochnik.png","language":"Ruby","funding_links":[],"categories":["Multi Language / Multi Lingual"],"sub_categories":[],"readme":"# Jekyll Language Plugin [![Gem Version](https://badge.fury.io/rb/jekyll-language-plugin.png)](http://badge.fury.io/rb/jekyll-language-plugin)\n\n\u003e Jekyll 3.0-compatible multi-language plugin for posts, pages and includes\n\n\u003cdiv align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/vwochnik/jekyll-language-plugin/master/images/jekyll-i18n-logo.png\" width=\"480\" height=\"143\" alt=\"Jekll Language Plugin\"\u003e\u003c/div\u003e\n\nJekyll Language Plugin is an internationalization plugin for [Jekyll][jekyll]. It diversifies pages, posts and includes that have been optimized for the use with this plugin into different languages which are organized into subdirectories named after the language name.\n\nThis plugin has been developed with user-simplicity in mind. It does not require a complex setup process unlike some other internationalization plugins.\n\n## Features\n\n* Translates pages and posts into multiple languages\n* Supports all template languages that your Liquid pipeline supports.\n* Uses liquid tags in your HTML for including translated strings and language-specific includes.\n* Supports localized dates via liquid filter\n* Supports localized URLs\n* Works with `jekyll serve --watch`\n* Supports includes translated into multiple languages\n* Includes language and date translations for 82 languages\n\n## Installation\n\nThis plugin is available as a [RubyGem][ruby-gem].\n\nAdd this line to your application's `Gemfile`:\n\n```\ngem 'jekyll-language-plugin'\n```\n\nAnd then execute the `bundle` command to install the gem.\n\nAlternatively, you can also manually install the gem using the following command:\n\n```\n$ gem install jekyll-language-plugin\n```\n\nAfter the plugin has been installed successfully, add the following lines to your `_config.yml` in order to tell Jekyll to use the plugin:\n\n```\ngems:\n- jekyll-language-plugin\n```\n\n## Getting Started\n\nThe [repository's wiki][wiki] contains detailed information on how to get [started using the plugin][getting-started].\n\n# Example Site\n\nThis repository contains a ready-to-use example site using this plugin in the `example` subdirectory. Check it out and run `bundle install` followed by `bundle exec jekyll build` to build the site.\n\n# Contribute\n\nFork this repository, make your changes and then issue a pull request. If you find bugs or have new ideas that you do not want to implement yourself, file a bug report.\n\n# Copyright\n\nCopyright (c) 2015 Vincent Wochnik.\n\nLicense: MIT\n\n[jekyll]: https://github.com/mojombo/jekyll\n[ruby-gem]: https://rubygems.org/gems/jekyll-language-plugin\n[wiki]: //github.com/vwochnik/jekyll-language-plugin/wiki\n[getting-started]: //github.com/vwochnik/jekyll-language-plugin/wiki/Getting-Started\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwochnik%2Fjekyll-language-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvwochnik%2Fjekyll-language-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwochnik%2Fjekyll-language-plugin/lists"}