Skip to content

Commit

Permalink
feat(locale): TH adjust name weighting
Browse files Browse the repository at this point in the history
  • Loading branch information
munkeawtoast committed Mar 29, 2023
1 parent edf6395 commit 6efc9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/th/person/name.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default [
{ value: '{{person.firstName}} {{person.lastName}}', weight: 100 },
{ value: '{{person.firstName}} {{person.lastName}}', weight: 99 },
{
value: '{{person.prefix}} {{person.firstName}} {{person.lastName}}',
weight: 1,
Expand Down

0 comments on commit 6efc9c3

Please sign in to comment.