Path: | lib/features/interface_shortcut.rb |
Last Update: | Sun Aug 26 16:50:39 +0200 2007 |
This feature makes the contens of the ArkanisDevelopment::SimpleLocalization::Language module accessable in a module named Langs. This saves some typing work.
If the Langs module conflicts with another module just don‘t load this feature by excluding it from the feature list:
simple_localization :language => :de, :except => :language_shortcut
or
simple_localization :language => :de, :language_shortcut => false
This feature does not use sections from the lanuage file.
Localization | = | ArkanisDevelopment::SimpleLocalization::Language | Shortcut moduleThis feature makes the contens of the ArkanisDevelopment::SimpleLocalization::Language module accessable in a module named Langs. This saves some typing work.If the Langs module conflicts with another module just don‘t load this feature by excluding it from the feature list: simple_localization :language => :de, :except => :language_shortcut or simple_localization :language => :de, :language_shortcut => false Used sections of the language fileThis feature does not use sections from the lanuage file. |