Skip to content

Fix timezone data dependency on Windows with Ruby 4 and add Toki Pona - #4005

Open
rimsky-yamatov wants to merge 1 commit into
ruby:masterfrom
rimsky-yamatov:master
Open

Fix timezone data dependency on Windows with Ruby 4 and add Toki Pona#4005
rimsky-yamatov wants to merge 1 commit into
ruby:masterfrom
rimsky-yamatov:master

Conversation

@rimsky-yamatov

@rimsky-yamatov rimsky-yamatov commented Sep 10, 2026

Copy link
Copy Markdown

Summary

Add the timezone data dependency required for the website to build on Windows with Ruby 4, and add Toki Pona support to the website.

Problem

When running the development server on Windows with Ruby 4, Jekyll fails because TZInfo cannot find a timezone data source.

In addition, Toki Pona content was added to the website and needs to be included in this change.

Changes

  • Add tzinfo-data as a dependency.
  • Allow the Jekyll development server to find timezone data on Windows.
  • Add Toki Pona language support and related website content.
  • Add the necessary Toki Pona translations and localization data.

Testing

Tested with:

  • Windows
  • Ruby 4
  • bundle exec rake serve

The Jekyll development server now proceeds without the TZInfo::DataSourceNotFound error.

The newly added Toki Pona content was also checked to ensure it is included correctly in the website.

@rimsky-yamatov
rimsky-yamatov requested a review from a team as a code owner September 10, 2026 06:36
@GabrielLidenor

GabrielLidenor commented Sep 11, 2026

Copy link
Copy Markdown

Hey @rimsky-yamatov

PR description says you only fixed the timezone, but it also adds translations to Toki Pona.

Could you please separate the changes into two PRs ? One for the timezone fix and another for the translations ? That would make your PR a lot easier to review :)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants