namlook / ember-eureka

Ember client for Eureka applications
MIT License
3 stars 0 forks source link

i18n: pluralize models #37

Closed namlook closed 10 years ago

namlook commented 10 years ago

If nothing is specified, an 's' is added.

{
  Category: {
    title: {
      en: {
        plural: 'Categories'
      },
      fr: {
        single: 'Catégorie',
        plural: 'Catégories'
      }
    }
  }
}