# svenfuchs/rails-i18n

Repository for collecting Locale data for Ruby on Rails I18n as well as other interesting, Rails related I18n stuff

Repository: https://github.com/svenfuchs/rails-i18n
Canonical: https://ross.abutalabs.com/products/rails-i18n
Homepage: http://rails-i18n.org
Language: Ruby
License: MIT
License Family: permissive
Last push: 2026-08-25T09:49:52+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 6607, "days_push": 8, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4033, forks 2689 (observed 2026-08-28T04:08:32.811270+00:00)

## What it is
A Ruby gem that centralizes locale data for Ruby on Rails' I18n API, providing translations, pluralization rules, transliteration, and ordinal rules for many locales. It ships as a Rails gem and can also be installed manually by copying locale YAML files.

## Use cases
- localize a Rails app into multiple languages
- get pluralization rules for many locales in Rails
- add ordinal number rules to Rails i18n
- find locale YAML files for Rails config/locales
- transliterate non-Latin strings in Rails
- restrict loaded locales in a Rails app

## When to choose
- you are building a Rails app that needs translations for common locale data
- you want community-maintained pluralization and transliteration rules instead of writing your own
- you need locale files for many languages out of the box

## When to avoid
- you are not using Ruby on Rails or the Ruby i18n gem
- you need application-specific UI string translations, which this repo does not provide
- you need internationalization for a non-Ruby framework

## Facets
- artifact type: library
- maturity: active
- function: internationalization, templating
- domain: web-development, backend
- platform: ruby
- tags: rails, locale-data, pluralization, transliteration, i18n, gem, localization, web-server

## Member repositories
- svenfuchs/rails-i18n (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:32.811270+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:23:50.092021+00:00, confidence not recorded.
  - readme: https://github.com/svenfuchs/rails-i18n (fetched 2026-08-28T04:08:32.811270+00:00, sha 072c1aca5800)
  - homepage: http://rails-i18n.org (fetched 2026-08-29T09:16:24.405510+00:00, sha 89caa74170e7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
