Skip to content

Commit 0732abd

Browse files
authored
Merge pull request #313 from keymanapp/fix/312-select-first-matching-language-in-langtag-canonicalization
fix: select existing tag name in langtag canonicalization
2 parents 4c1b005 + 5f536d7 commit 0732abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/db/build/search-prepare-data-4.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SELECT DISTINCT
1414
null,
1515
t.region,
1616
t.regionname,
17-
kl.description,
17+
t.name,
1818
0,
1919
kl.script_id,
2020
kl.bcp47

0 commit comments

Comments
 (0)