Skip to content

Commit

Permalink
fix: first_name file in en_GH locale (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
wael-fadlallah committed Nov 18, 2022
1 parent 1796559 commit dfd74f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/locales/en_GH/person/first_name.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export default ['{{person.female_first_name}}', '{{person.male_first_name}}'];
import female_first_name from './female_first_name';
import male_first_name from './male_first_name';

export default [...new Set([...female_first_name, ...male_first_name])];

0 comments on commit dfd74f2

Please sign in to comment.