Added support for romanian language, both for Romania and for Moldova.

This commit is contained in:
Rares Chioreanu 2017-10-11 15:03:22 +03:00 committed by Arandi López
parent 6a598bad26
commit 2be8a83024
4 changed files with 236 additions and 0 deletions

113
src/dict/ro-md.php Normal file
View File

@ -0,0 +1,113 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| These are the most used romanian sweare words. I also added some common
| ortogtaphical mistakes, common to people who might use them.
|--------------------------------------------------------------------------
| Provided by @rchioreanu
|
*/
'pula',
'pule',
'pizda',
'pizde',
'homalau',
'homalai',
'pizdoc',
'pizdar',
'pizdari',
'pizdoci',
'pizdoace',
'fut',
'futere',
'futi',
'futem',
'futeti',
'futu-i',
'futui',
'cur',
'futu-ti',
'futa-ti',
'futa-te',
'futate',
'fututi',
'futati',
'tu-ti',
'futu-te-as',
'fututeas',
'tuti',
'coi',
'coaie',
'coaiele',
'coae',
'cur',
'curva',
'curvar',
'curve',
'curvari',
'gaoaza',
'gaoaze',
'plm',
'kkt',
'cacat',
'cacati',
'mata',
'ma-ta',
'matii',
'ma-tii',
'mati',
'ma-ti',
'muie',
'laba',
'labar',
'labarule',
'labari',
'labarilor',
'bulangiu',
'bulagniule',
'fustangiu',
'fustangiule',
'tigan',
'tigane',
'tiganu',
'tigani',
'tiganilor',
'muist',
'muistule',
'muisti',
'muistilor',
'poponar',
'poponarule',
'poponari',
'poponarilor',
'gaurist',
'gauristule',
'gauristi',
'gauristilor',
'muista',
'muisto',
'muiste',
'muistelor',
'puta',
'pute',
'cacamas',
'caca-m-as',
'curule',
'labagiu',
'labagiule',
'pis',
'pisat',
'pisatule',
'pisatilor',
'balconar',
'fofoloanca',
'martalog',
'martolog',
'panarama',
'pisa-m-as',
'pisamas'
];

113
src/dict/ro.php Normal file
View File

@ -0,0 +1,113 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| These are the most used romanian sweare words. I also added some common
| ortogtaphical mistakes, common to people who might use them.
|--------------------------------------------------------------------------
| Provided by @rchioreanu
|
*/
'pula',
'pule',
'pizda',
'pizde',
'homalau',
'homalai',
'pizdoc',
'pizdar',
'pizdari',
'pizdoci',
'pizdoace',
'fut',
'futere',
'futi',
'futem',
'futeti',
'futu-i',
'futui',
'cur',
'futu-ti',
'futa-ti',
'futa-te',
'futate',
'fututi',
'futati',
'tu-ti',
'futu-te-as',
'fututeas',
'tuti',
'coi',
'coaie',
'coaiele',
'coae',
'cur',
'curva',
'curvar',
'curve',
'curvari',
'gaoaza',
'gaoaze',
'plm',
'kkt',
'cacat',
'cacati',
'mata',
'ma-ta',
'matii',
'ma-tii',
'mati',
'ma-ti',
'muie',
'laba',
'labar',
'labarule',
'labari',
'labarilor',
'bulangiu',
'bulagniule',
'fustangiu',
'fustangiule',
'tigan',
'tigane',
'tiganu',
'tigani',
'tiganilor',
'muist',
'muistule',
'muisti',
'muistilor',
'poponar',
'poponarule',
'poponari',
'poponarilor',
'gaurist',
'gauristule',
'gauristi',
'gauristilor',
'muista',
'muisto',
'muiste',
'muistelor',
'puta',
'pute',
'cacamas',
'caca-m-as',
'curule',
'labagiu',
'labagiule',
'pis',
'pisat',
'pisatule',
'pisatilor',
'balconar',
'fofoloanca',
'martalog',
'martolog',
'panarama',
'pisa-m-as',
'pisamas'
];

View File

@ -0,0 +1,5 @@
<?php
return [
'profane' => ':attribute are un continut vulgar'
];

View File

@ -0,0 +1,5 @@
<?php
return [
'profane' => ':attribute are un continut vulgar'
];