Skip to content

Commit 053df6a

Browse files
committed
support NL
1 parent 72fc02e commit 053df6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/container_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('Container', () => {
4646
expect(container.translation()).to.be.instanceOf(Translation)
4747
expect(container.translation().loaded).to.be.true
4848
expect(container.translation().I).to.eql('io')
49-
expect(container.translation().value('contexts').Feature).to.eql('Caratteristica')
49+
expect(container.translation().value('contexts').Feature).to.eql('Funzionalità')
5050
})
5151

5252
it('should create French translation', () => {

0 commit comments

Comments
 (0)