Sha256: 617151696080d76fa62e3f386bb54b8ae073c93289711d35f0a91dac19cc8d74

Contents?: true

Size: 911 Bytes

Versions: 4

Compression:

Stored size: 911 Bytes

Contents

# Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

en:
  date:
    formats:
      simple_date: "%B %d"
  time:
    formats:
      informal: "at %H:%M"
      default: "%a. %b. %d, '%y at %H:%M"
      just_time: "%I:%M %p"
      long: "%A %d %B %Y at %H:%M"
  # custom sections - the obove is provided by rails
  language_name: English
  
  are_you_sure: 'are you sure?'
  delete: 'delete'
  edit: 'edit'
  pages: 'pages'
  sections: 'sections'
  
  pages:
    create_new: 'create new page'
    create:
      notice: 'The page was successfully created.'
      warning: 'There was a problem saving the page'
    update:
      notice: 'The page was successfully updated.'
      warning: 'There was a problem saving the page'
    destroy:
      notice: 'The page was deleted'
  
  

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tkh_content-0.0.3.1 lib/generators/tkh_content/create_or_update_locales/templates/en.yml
tkh_content-0.0.3 lib/generators/tkh_content/create_or_update_locales/templates/en.yml
tkh_content-0.0.2 lib/generators/tkh_content/create_or_update_locales/templates/en.yml
tkh_content-0.0.1 lib/generators/tkh_content/create_or_update_locales/templates/en.yml