Update some things.

This commit is contained in:
Rico Sta. Cruz 2013-08-24 15:42:48 +08:00
parent f6e2a4f418
commit b252c4cf57
1 changed files with 12 additions and 0 deletions

View File

@ -51,3 +51,15 @@ http://api.rubyonrails.org/classes/ActionView/Helpers/DateHelper.html
= form_for @post, :multipart => true do |f|
= f.file_field :picture
### i18n
t('folders')
t('folders.save')
l(Time.now)
t('x_files', count: files.count)
# files:
# one: 'one file'
# other: '%{count} files'