Skip to content

Commit 2fe447c

Browse files
authored
Merge pull request #1 from ishado/patch-1
Create suffix.php for ar
2 parents 6a32fb0 + 416a4ec commit 2fe447c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

lang/ar/suffix.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Human readable numbers
8+
|--------------------------------------------------------------------------
9+
|
10+
| Human readable numbers are used to display numbers in a more readable
11+
| Source: https://www.unicode.org/cldr/cldr-aux/charts/28/verify/numbers/ar.html
12+
|
13+
*/
14+
15+
'' => '',
16+
'k' => 'ألف',
17+
'm' => 'مليون',
18+
'b' => 'مليار',
19+
't' => 'تريليون',
20+
];

0 commit comments

Comments
 (0)