From b41479c91e6685511c1f8ba8586106b322073b62 Mon Sep 17 00:00:00 2001 From: Ben Sanders Date: Sun, 2 Aug 2026 09:49:25 -0400 Subject: added statscounter code --- vendor/bundle/ruby/3.4.0/gems/i18n-1.15.2/lib/i18n/locale.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vendor/bundle/ruby/3.4.0/gems/i18n-1.15.2/lib/i18n/locale.rb (limited to 'vendor/bundle/ruby/3.4.0/gems/i18n-1.15.2/lib/i18n/locale.rb') diff --git a/vendor/bundle/ruby/3.4.0/gems/i18n-1.15.2/lib/i18n/locale.rb b/vendor/bundle/ruby/3.4.0/gems/i18n-1.15.2/lib/i18n/locale.rb new file mode 100644 index 0000000..c4078e6 --- /dev/null +++ b/vendor/bundle/ruby/3.4.0/gems/i18n-1.15.2/lib/i18n/locale.rb @@ -0,0 +1,8 @@ +# frozen_string_literal: true + +module I18n + module Locale + autoload :Fallbacks, 'i18n/locale/fallbacks' + autoload :Tag, 'i18n/locale/tag' + end +end -- cgit v1.2.3