From 4a83ac26c2454de4b414ff29ce894bc21e263f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zapa=C5=9Bnik?= <9281806+adamzapasnik@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:04:46 +0000 Subject: [PATCH 1/2] Rename yaml files to yml to fix i18n loading --- config/locales/{de.yaml => de.yml} | 0 config/locales/{en.yaml => en.yml} | 0 config/locales/{es.yaml => es.yml} | 0 config/locales/{fr.yaml => fr.yml} | 0 config/locales/{zh.yaml => zh.yml} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename config/locales/{de.yaml => de.yml} (100%) rename config/locales/{en.yaml => en.yml} (100%) rename config/locales/{es.yaml => es.yml} (100%) rename config/locales/{fr.yaml => fr.yml} (100%) rename config/locales/{zh.yaml => zh.yml} (100%) diff --git a/config/locales/de.yaml b/config/locales/de.yml similarity index 100% rename from config/locales/de.yaml rename to config/locales/de.yml diff --git a/config/locales/en.yaml b/config/locales/en.yml similarity index 100% rename from config/locales/en.yaml rename to config/locales/en.yml diff --git a/config/locales/es.yaml b/config/locales/es.yml similarity index 100% rename from config/locales/es.yaml rename to config/locales/es.yml diff --git a/config/locales/fr.yaml b/config/locales/fr.yml similarity index 100% rename from config/locales/fr.yaml rename to config/locales/fr.yml diff --git a/config/locales/zh.yaml b/config/locales/zh.yml similarity index 100% rename from config/locales/zh.yaml rename to config/locales/zh.yml From 63910fe9cff4a23c5d80ce3529eefd219ce1a894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zapa=C5=9Bnik?= <9281806+adamzapasnik@users.noreply.github.com> Date: Tue, 14 Apr 2026 06:21:02 +0000 Subject: [PATCH 2/2] Fix tests --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 912d669..53f2827 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -9,7 +9,7 @@ require 'rspec/collection_matchers' require 'validates_hostname' -I18n.load_path += Dir[File.expand_path('../config/locales/*.yaml', __dir__)] +I18n.load_path += Dir[File.expand_path('../config/locales/*.yml', __dir__)] RSpec.configure do |config| # Enable flags like --only-failures and --next-failure