lib/ripple/translation.rb in ripple-0.8.0.beta2 vs lib/ripple/translation.rb in ripple-0.8.0

- old
+ new

@@ -12,12 +12,14 @@ # See the License for the specific language governing permissions and # limitations under the License. require 'ripple' module Ripple + # Adds i18n translation/string-lookup capabilities. module Translation include Riak::Util::Translation + # The scope of i18n keys to search (:ripple). def i18n_scope :ripple end end end