File tree Expand file tree Collapse file tree 2 files changed +83
-8
lines changed
__tests__/models/__snapshots__ Expand file tree Collapse file tree 2 files changed +83
-8
lines changed Original file line number Diff line number Diff line change 3
3
exports [` NameGenerator yields deterministic results 1` ] = `
4
4
Array [
5
5
"King Alfonso",
6
- "Pachacuti ",
7
- "Phung Hung ",
6
+ "Wenceslaus I ",
7
+ "Louis VI ",
8
8
"King Alfonso",
9
- "Raden Wijaya ",
10
- "Alp Tarkhan ",
11
- "Shield Jaguar II ",
12
- "Axayactl ",
13
- "Gunderic ",
14
- "Rurik I ",
9
+ "Ly Nhan Tong ",
10
+ "Boleslaw III Wrymouth ",
11
+ "Smoking Squirrel ",
12
+ "Cuitlauac ",
13
+ "Maravarman I ",
14
+ "Bartolomeu Dias ",
15
15
]
16
16
` ;
Original file line number Diff line number Diff line change @@ -514,6 +514,81 @@ class NameGenerator {
514
514
"Roger II of Sicily" ,
515
515
"William II of Apulia" ,
516
516
"Frederick Roger II" ,
517
+ // Polish
518
+ "Mieszko I" ,
519
+ "Boleslaw the Brave" ,
520
+ "Kazimierz the Restorer" ,
521
+ "Sieciech" ,
522
+ "Boleslaw III Wrymouth" ,
523
+ "Duke Henryk the Pious" ,
524
+ "Kazimierz III the Great" ,
525
+ "Wladyslaw II Jagiello" ,
526
+ "Jadwiga" ,
527
+ "Zawisza the Black" ,
528
+ "Zbigniew Olesnicki" ,
529
+ "Kazimierz IV Jagiellon" ,
530
+ "Jan I Olbracht" ,
531
+ "Zygmunt I Stary" ,
532
+ // Bohemians
533
+ "Svatopluk I" ,
534
+ "Wenceslaus the Good" ,
535
+ "Boleslaus the Cruel" ,
536
+ "Bretislaus I" ,
537
+ "Vratislaus II" ,
538
+ "Ottokar I" ,
539
+ "Wenceslaus the One-Eyed" ,
540
+ "Premysl Ottokar II" ,
541
+ "John the Blind" ,
542
+ "Emperor Karel IV" ,
543
+ "Jan Zizka" ,
544
+ "Jan Hus" ,
545
+ "Emperor Sigismund" ,
546
+ "Ladislaus Postumus" ,
547
+ // Dravidians
548
+ "Jayasimha" ,
549
+ "Vikramaditya I" ,
550
+ "Kadungon" ,
551
+ "Govinda III" ,
552
+ "Amoghavarsha" ,
553
+ "Srimara Srivallabha" ,
554
+ "Vijayalaya" ,
555
+ "Rajaraja Chola" ,
556
+ "Rajendra Chola" ,
557
+ "Kulothunga" ,
558
+ "Vijayabahu" ,
559
+ "Maravarman I" ,
560
+ "Harihara I" ,
561
+ "Krishna Devaraya" ,
562
+ //Bengalis
563
+ "Shashanka" ,
564
+ "Gopala" ,
565
+ "Dharmapala" ,
566
+ "Devapala" ,
567
+ "Harjjaravarman" ,
568
+ "Rajyapala" ,
569
+ "Mahipala" ,
570
+ "Ramapala" ,
571
+ "Samanta Sena" ,
572
+ "Lakshmana Sena" ,
573
+ "Ilyas Shah" ,
574
+ "Ghiyasuddin Azam Shah" ,
575
+ "Nasiruddin Mahmud Shah" ,
576
+ "Alauddin Husain Shah" ,
577
+ // Gurjaras
578
+ "Nagabhata" ,
579
+ "Vatsaraja" ,
580
+ "Mihira Bhoja" ,
581
+ "Mahenderpal" ,
582
+ "Sindhuraja" ,
583
+ "Madanavarman" ,
584
+ "Siddhraj Jaisingh" ,
585
+ "Prithviraj Chauhan" ,
586
+ "Nagarjuna" ,
587
+ "Jayachandra" ,
588
+ "Govind Tai" ,
589
+ "Maharana Pratap" ,
590
+ "Rana Sanga" ,
591
+ "Raja Shiladitya" ,
517
592
] ;
518
593
519
594
private seed : number ;
You can’t perform that action at this time.
0 commit comments