We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99308d4 commit fd96094Copy full SHA for fd96094
src/locales/pt_BR/person/index.ts
@@ -14,6 +14,7 @@ import prefix from './prefix';
14
import sex from './sex';
15
import suffix from './suffix';
16
import title from './title';
17
+import western_zodiac_sign from './western_zodiac_sign';
18
19
const person: PersonDefinitions = {
20
female_first_name,
@@ -27,6 +28,7 @@ const person: PersonDefinitions = {
27
28
sex,
29
suffix,
30
title,
31
+ western_zodiac_sign,
32
};
33
34
export default person;
src/locales/pt_BR/person/western_zodiac_sign.ts
@@ -0,0 +1,14 @@
1
+export default [
2
+ 'Aquário',
3
+ 'Peixes',
4
+ 'Áries',
5
+ 'Touro',
6
+ 'Gêmeos',
7
+ 'Câncer',
8
+ 'Leão',
9
+ 'Virgem',
10
+ 'Libra',
11
+ 'Escorpião',
12
+ 'Sagitário',
13
+ 'Capricórnio',
+];
0 commit comments