interface_shortcut.rb

Path: lib/features/interface_shortcut.rb
Last Update: Sun Aug 26 16:50:39 +0200 2007

Shortcut module

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

Used sections of the language file

This feature does not use sections from the lanuage file.

Constants

Localization = ArkanisDevelopment::SimpleLocalization::Language  

Shortcut module

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

Used sections of the language file

This feature does not use sections from the lanuage file.

[Validate]