Skip to content

Commit

Permalink
feat(locale): TH update 4
Browse files Browse the repository at this point in the history
  • Loading branch information
munkeawtoast committed Mar 12, 2023
1 parent 1cb651d commit d3dfec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locales/th/person/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ import type { PersonDefinitions } from '../../..';
import female_first_name from './female_first_name';
import last_name from './last_name';
import male_first_name from './male_first_name';
import name_ from './name';

const person: PersonDefinitions = {
female_first_name,
last_name,
male_first_name,
name: name_,
};

export default person;

0 comments on commit d3dfec4

Please sign in to comment.