aslagle / reactive-table

A reactive table designed for Meteor
https://atmospherejs.com/aslagle/reactive-table
Other
328 stars 137 forks source link

Could I use "TAPi18n" instead of "anti:i18n"? #398

Closed thearabbit closed 8 years ago

thearabbit commented 8 years ago

I use Tapi18n, so I would like to translate to km

// reactive-table.km.i18n.json
{
  "reactiveTable": {
    "filter": "ស្វែងរក",
    "columns": "ជួរឈរ",
    "show": "បង្ហាញ",
    "rowsPerPage": "ជួរដេកក្នុងមួយទំព័រ",
    "page": "ទំព័រ",
    "of": "នៃ"
  }
}

But don't work, please help me.

aslagle commented 8 years ago

Sorry, anti:i18n is still the only option. See https://github.com/aslagle/reactive-table/issues/181. You can use tap:i18n for the rest of your app but add the anti:i18n package and set the language for reactive-table.

thearabbit commented 8 years ago

Now I install anti:i18n, it work fine. Thanks