@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | const NEGATIVE = '-'; // Negative numbers |
| 21 | 21 | |
| 22 | 22 | // "Target" strings, when translating numbers |
| 23 | - const ALM = "\xD8\x9C"; // Arabic Letter Mark |
|
| 23 | + const ALM = "\xD8\x9C"; // Arabic Letter Mark |
|
| 24 | 24 | const APOSTROPHE = '’'; |
| 25 | 25 | const ARAB_DECIMAL = "\xD9\xAB"; |
| 26 | 26 | const ARAB_GROUP = "\xD9\xAC"; |
@@ -114,14 +114,14 @@ discard block |
||
| 114 | 114 | return $this->script()->direction(); |
| 115 | 115 | } |
| 116 | 116 | |
| 117 | - /** |
|
| 118 | - * A locale must define an endonym. |
|
| 119 | - * |
|
| 120 | - * @return string |
|
| 121 | - */ |
|
| 122 | - abstract public function endonym(); |
|
| 117 | + /** |
|
| 118 | + * A locale must define an endonym. |
|
| 119 | + * |
|
| 120 | + * @return string |
|
| 121 | + */ |
|
| 122 | + abstract public function endonym(); |
|
| 123 | 123 | |
| 124 | - /** |
|
| 124 | + /** |
|
| 125 | 125 | * A sortable version of the locale name. For example, “British English” |
| 126 | 126 | * might sort as “ENGLISH, BRITISH” to keep all the variants of English together. |
| 127 | 127 | * |
@@ -146,11 +146,11 @@ discard block |
||
| 146 | 146 | } |
| 147 | 147 | } |
| 148 | 148 | |
| 149 | - /** |
|
| 150 | - * A locale must define a language. |
|
| 151 | - * |
|
| 152 | - * @return LanguageInterface |
|
| 153 | - */ |
|
| 149 | + /** |
|
| 150 | + * A locale must define a language. |
|
| 151 | + * |
|
| 152 | + * @return LanguageInterface |
|
| 153 | + */ |
|
| 154 | 154 | abstract public function language(); |
| 155 | 155 | |
| 156 | 156 | /** |
@@ -11,25 +11,25 @@ |
||
| 11 | 11 | * @license GPLv3+ |
| 12 | 12 | */ |
| 13 | 13 | class LocaleArTn extends LocaleAr { |
| 14 | - public function numberSymbols() { |
|
| 15 | - return array( |
|
| 16 | - self::GROUP => self::DOT, |
|
| 17 | - self::DECIMAL => self::COMMA, |
|
| 18 | - self::NEGATIVE => self::LTR_MARK . '-', |
|
| 19 | - ); |
|
| 20 | - } |
|
| 14 | + public function numberSymbols() { |
|
| 15 | + return array( |
|
| 16 | + self::GROUP => self::DOT, |
|
| 17 | + self::DECIMAL => self::COMMA, |
|
| 18 | + self::NEGATIVE => self::LTR_MARK . '-', |
|
| 19 | + ); |
|
| 20 | + } |
|
| 21 | 21 | |
| 22 | - protected function numerals() { |
|
| 23 | - $latin = new ScriptLatn(); |
|
| 22 | + protected function numerals() { |
|
| 23 | + $latin = new ScriptLatn(); |
|
| 24 | 24 | |
| 25 | - return $latin->numerals(); |
|
| 26 | - } |
|
| 25 | + return $latin->numerals(); |
|
| 26 | + } |
|
| 27 | 27 | |
| 28 | - protected function percentFormat() { |
|
| 29 | - return '%s' . self::LTR_MARK . self::PERCENT . self::LTR_MARK; |
|
| 30 | - } |
|
| 28 | + protected function percentFormat() { |
|
| 29 | + return '%s' . self::LTR_MARK . self::PERCENT . self::LTR_MARK; |
|
| 30 | + } |
|
| 31 | 31 | |
| 32 | - public function territory() { |
|
| 32 | + public function territory() { |
|
| 33 | 33 | return new TerritoryTn; |
| 34 | 34 | } |
| 35 | 35 | } |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | return '166'; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | - public function unicodeName() { |
|
| 20 | - return 'Adlam'; |
|
| 21 | - } |
|
| 19 | + public function unicodeName() { |
|
| 20 | + return 'Adlam'; |
|
| 21 | + } |
|
| 22 | 22 | } |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | return '313'; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | - public function unicodeName() { |
|
| 20 | - return 'Masaram_Gondi'; |
|
| 21 | - } |
|
| 19 | + public function unicodeName() { |
|
| 20 | + return 'Masaram_Gondi'; |
|
| 21 | + } |
|
| 22 | 22 | } |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | return '219'; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | - public function unicodeName() { |
|
| 20 | - return 'Osage'; |
|
| 21 | - } |
|
| 19 | + public function unicodeName() { |
|
| 20 | + return 'Osage'; |
|
| 21 | + } |
|
| 22 | 22 | } |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | return '520'; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | - public function unicodeName() { |
|
| 20 | - return 'Tangut'; |
|
| 21 | - } |
|
| 19 | + public function unicodeName() { |
|
| 20 | + return 'Tangut'; |
|
| 21 | + } |
|
| 22 | 22 | } |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | return '128'; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | - public function unicodeName() { |
|
| 20 | - return 'Elymaic'; |
|
| 21 | - } |
|
| 19 | + public function unicodeName() { |
|
| 20 | + return 'Elymaic'; |
|
| 21 | + } |
|
| 22 | 22 | } |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | return '332'; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | - public function unicodeName() { |
|
| 20 | - return 'Marchen'; |
|
| 21 | - } |
|
| 19 | + public function unicodeName() { |
|
| 20 | + return 'Marchen'; |
|
| 21 | + } |
|
| 22 | 22 | } |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | return '499'; |
| 17 | 17 | } |
| 18 | 18 | |
| 19 | - public function unicodeName() { |
|
| 20 | - return 'Nushu'; |
|
| 21 | - } |
|
| 19 | + public function unicodeName() { |
|
| 20 | + return 'Nushu'; |
|
| 21 | + } |
|
| 22 | 22 | } |