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 72ea895 commit 1cfe155Copy full SHA for 1cfe155
test/index_test.js
@@ -281,6 +281,7 @@ tape.test('v5 compile', function(t) {
281
t.equal(compiler('v5').getBestMatchingLanguage('es-ES'), 'es-ES');
282
t.equal(compiler('v5').getBestMatchingLanguage('pt-PT'), 'pt-BR');
283
t.equal(compiler('v5').getBestMatchingLanguage('pt'), 'pt-BR');
284
+ t.equal(compiler('v5').getBestMatchingLanguage('pt-pt'), 'pt-BR');
285
t.end();
286
});
287
0 commit comments