Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

avarteqgmbh/i18n_namespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i18n_namespace

I18n.namespace = :administrator

# with a namespace set, these are the lookup keys
# administrator.home.index.content
# home.index.content
t('home.index.content')

# your namespace can be an array too
I18n.namespace = [:administrator, :special_club]

# administrator.special_club.home.index.content
# administrator.home.index.content
# home.index.content

About

I18n namespace injection with fallback functionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages