File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ enum Locale: string
1212
1313 case English = 'en ' ;
1414
15+ case Japanese = 'ja ' ;
16+
1517 case Italian = 'it ' ;
1618
1719 case Portuguese = 'pt_BR ' ;
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ public function boot(): void
2323 $ this ->mergeConfigFrom ($ profanifyBasePath .'/profanities/da.php ' , 'profanify-da ' );
2424 $ this ->mergeConfigFrom ($ profanifyBasePath .'/profanities/en.php ' , 'profanify-en ' );
2525 $ this ->mergeConfigFrom ($ profanifyBasePath .'/profanities/it.php ' , 'profanify-it ' );
26+ $ this ->mergeConfigFrom ($ profanifyBasePath .'/profanities/ja.php ' , 'profanify-ja ' );
2627 $ this ->mergeConfigFrom ($ profanifyBasePath .'/profanities/nl.php ' , 'profanify-nl ' );
2728 $ this ->mergeConfigFrom ($ profanifyBasePath .'/profanities/pt_BR.php ' , 'profanify-pt_BR ' );
2829
You can’t perform that action at this time.
0 commit comments