Sha256: 505c91c9458ca4bfcaa7d4ee98e47e6dde019f5c7b10f47ce6c2b9ffb4676db8
Contents?: true
Size: 369 Bytes
Versions: 7
Compression:
Stored size: 369 Bytes
Contents
# encoding: utf-8 Zen::Language::Translation.add do |trans| trans.language = 'en' trans.name = 'permissions' trans.translate do |t| t['titles.index'] = 'Permissions' t['permissions.show'] = 'Show permissions' t['permissions.edit'] = 'Edit permissions' t['buttons.allow_all'] = 'Allow all' t['buttons.deny_all'] = 'Deny all' end end
Version data entries
7 entries across 7 versions & 1 rubygems