We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a32fb0 commit 416a4ecCopy full SHA for 416a4ec
lang/ar/suffix.php
@@ -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