forked from OpenNeo/impress
i18n for users#top_contributors
This commit is contained in:
parent
fea0b42a17
commit
1356fdaa0c
3 changed files with 18 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
- title 'Top Contributors'
|
||||
- title t('.header')
|
||||
= will_paginate @users
|
||||
%table#top-contributors
|
||||
%thead
|
||||
%tr
|
||||
%th{:scope => 'column'} Rank
|
||||
%th{:scope => 'column'} User
|
||||
%th{:scope => 'column'} Points
|
||||
%th{:scope => 'column'}= t('.rank')
|
||||
%th{:scope => 'column'}= t('.user')
|
||||
%th{:scope => 'column'}= t('.points')
|
||||
%tbody
|
||||
- @users.each_with_index do |user, rank|
|
||||
%tr
|
||||
|
|
|
@ -71,3 +71,10 @@ en-meep:
|
|||
swf_asset_suffix: "on a new body meep"
|
||||
pet_type_suffix: "for the first meep"
|
||||
pet_state_prefix: "a new meep for"
|
||||
|
||||
users:
|
||||
top_contributors:
|
||||
header: Top Conmeeputors
|
||||
rank: Reep
|
||||
user: Meepit
|
||||
points: Peeps
|
||||
|
|
|
@ -72,3 +72,10 @@ en:
|
|||
swf_asset_suffix: "on a new body type"
|
||||
pet_type_suffix: "for the first time"
|
||||
pet_state_prefix: "a new pose for"
|
||||
|
||||
users:
|
||||
top_contributors:
|
||||
header: Top Contributors
|
||||
rank: Rank
|
||||
user: User
|
||||
points: Points
|
||||
|
|
Loading…
Reference in a new issue