Rails Localization (i18n) - English & Arabic

Installation
SKILL.md

Rails Localization Skill (English & Arabic)

This skill provides comprehensive guidance for implementing internationalization (i18n) in Ruby on Rails applications with proper support for English and Arabic languages.

Core Principles

Arabic Localization is NOT Just Translation

Arabic localization requires cultural and linguistic adaptation, not direct translation:

  1. Right-to-Left (RTL) Layout: Arabic reads right-to-left
  2. Pluralization: Arabic has 6 plural forms (zero, one, two, few, many, other)
  3. Gender Agreement: Arabic nouns and adjectives have grammatical gender
  4. Number Formatting: Arabic uses Eastern Arabic numerals (٠١٢٣٤٥٦٧٨٩) or Western (0123456789)
  5. Date Formatting: Hijri calendar support may be needed
  6. Cultural Context: Greetings, formality levels, and idioms differ significantly

Project Setup

Related skills

More from kaakati/rails-enterprise-dev

Installs
GitHub Stars
8
First Seen