22 lines
569 B
YAML
22 lines
569 B
YAML
# Sample localization file for English. Add more files in this directory for other locales.
|
|
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
|
|
|
en:
|
|
hello: "Hello world"
|
|
activerecord:
|
|
attributes:
|
|
post:
|
|
approver: "You"
|
|
approver_id: "You"
|
|
post_flag:
|
|
creator: "You"
|
|
creator_id: "You"
|
|
post_vote:
|
|
user: "You"
|
|
user_id: "You"
|
|
post_appeal:
|
|
creator: "You"
|
|
creator_id: "You"
|
|
post_disapproval:
|
|
post: "You"
|
|
post_id: "You" |