Skip to content

Commit

Permalink
Merge pull request #10 from devOMAR-2/main
Browse files Browse the repository at this point in the history
Support Arabic language
  • Loading branch information
schmeits authored Jul 9, 2024
2 parents d693c75 + bfe7565 commit 9e8b367
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/lang/ar/character-counter.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'character_separator' => ' / ',
'character_label' => 'حروف',
];

0 comments on commit 9e8b367

Please sign in to comment.