Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(locale): TH adjust name weighting
  • Loading branch information
munkeawtoast committed Mar 29, 2023
commit 6efc9c304957580044b9ba760c45c1cc5e263c76
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