We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fc02e commit 053df6aCopy full SHA for 053df6a
test/unit/container_test.js
@@ -46,7 +46,7 @@ describe('Container', () => {
46
expect(container.translation()).to.be.instanceOf(Translation)
47
expect(container.translation().loaded).to.be.true
48
expect(container.translation().I).to.eql('io')
49
- expect(container.translation().value('contexts').Feature).to.eql('Caratteristica')
+ expect(container.translation().value('contexts').Feature).to.eql('Funzionalità')
50
})
51
52
it('should create French translation', () => {
0 commit comments