generated from pestphp/pest-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: split words by language (#8)
This Pull Request splits words by language. It also adds a first version of the Italian stop-words configuration. --------- Co-authored-by: JonPurvis <[email protected]>
- Loading branch information
1 parent
603ac39
commit eda1382
Showing
3 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
// SHOULD ALL WORDS BE lowercase! | ||
|
||
return [ | ||
'cazzo', | ||
'dioporco', | ||
'dio porco', | ||
'diocane', | ||
'dio cane', | ||
'dio can', // Veneto's version | ||
'porcamadonna', | ||
'porca madonna', | ||
'porcodio', | ||
'porco dio', | ||
'stocazzo', | ||
'vaffanculo', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters