Skip to content

Commit

Permalink
feat(person): add Portuguese BR Language to western zodiac sign (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minozzzi committed Feb 11, 2023
1 parent 99308d4 commit fd96094
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locales/pt_BR/person/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import prefix from './prefix';
import sex from './sex';
import suffix from './suffix';
import title from './title';
import western_zodiac_sign from './western_zodiac_sign';

const person: PersonDefinitions = {
female_first_name,
Expand All @@ -27,6 +28,7 @@ const person: PersonDefinitions = {
sex,
suffix,
title,
western_zodiac_sign,
};

export default person;
14 changes: 14 additions & 0 deletions src/locales/pt_BR/person/western_zodiac_sign.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default [
'Aquário',
'Peixes',
'Áries',
'Touro',
'Gêmeos',
'Câncer',
'Leão',
'Virgem',
'Libra',
'Escorpião',
'Sagitário',
'Capricórnio',
];

0 comments on commit fd96094

Please sign in to comment.