• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

panter / vue-i18next / 238 / 1
99%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/examples/perf/ws-6.2.2
DEFAULT BRANCH: master
Ran 28 Jan 2019 09:01AM UTC
Files 7
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Jan 2019 08:57AM UTC coverage: 99.647%. Remained the same
238.1

push

travis-ci

claudiocro
feat: new directives api for 'wait' and 't'

BREAKING CHANGE: Refactor and cleanup the whole project.

Removed the options language, we use the i18next implemantation to controll the language.

```js

// Before
{ path: 'helloPerson', language: 'de', args: { name: this.name } }

// After
{ path: 'helloPerson', args: { name: this.name, lng: 'de' } }
```

The option `getComponentNamespace` has been removed in favor of `componentNamespace`.

```js
// Before
const vueI18Next = new VueI18Next(i18next, {
  getComponentNamespace: () => ({ namespace: "comp-ns", loadNamespace: true })
});

// After
const vueI18Next = new VueI18Next(i18next, {
  componentNamespace: "comp-ns"
});
```

121 of 122 branches covered (99.18%)

Branch coverage included in aggregate %.

161 of 161 relevant lines covered (100.0%)

36.01 hits per line

Source Files on job 238.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 227
  • Travis Job 238.1
  • 97de7e26 on github
  • Prev Job for on features/next (#236.1)
  • Next Job for on features/next (#240.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc