Skip to content

Commit cdf1f11

Browse files
authored
Merge pull request #328 from keymanapp/chore/update-langtags-json
chore: Update langtags.json to 2026-02-03 release (v1.4)
2 parents 17cecd7 + 363c1b3 commit cdf1f11

4 files changed

Lines changed: 37603 additions & 18522 deletions

File tree

tests/Search20Test.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,11 @@ public function testSearchResultForKeyboardsBcp47Tag()
150150
$json = $this->s->GetSearchMatches(null, 'sencoten', 1, 1);
151151
$json = json_decode(json_encode($json));
152152
$this->schema->in($json);
153-
$this->assertEquals(3, $json->context->totalRows);
153+
$this->assertEquals(2, $json->context->totalRows);
154154
$this->assertEquals('fv_sencoten', $json->keyboards[0]->id);
155-
$this->assertEquals('language', $json->keyboards[0]->match->type);
156-
$this->assertEquals('str-latn', $json->keyboards[0]->match->tag);
155+
// is now "languages": {"str": {}}
156+
//$this->assertEquals('language', $json->keyboards[0]->match->type);
157+
//$this->assertEquals('str-latn', $json->keyboards[0]->match->tag);
157158
}
158159

159160
public function testSearchByLanguageName()

0 commit comments

Comments
 (0)