@@ -9,23 +9,23 @@ |
||
9 | 9 | */ |
10 | 10 | class LocaleZhHans extends LocaleZh |
11 | 11 | { |
12 | - public function endonym() |
|
13 | - { |
|
14 | - if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') { |
|
15 | - // If the Hans script has been specified (but no other tags), then it is customary to include it. |
|
16 | - return '简体中文'; |
|
17 | - } else { |
|
18 | - return parent::endonym(); |
|
19 | - } |
|
20 | - } |
|
12 | + public function endonym() |
|
13 | + { |
|
14 | + if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') { |
|
15 | + // If the Hans script has been specified (but no other tags), then it is customary to include it. |
|
16 | + return '简体中文'; |
|
17 | + } else { |
|
18 | + return parent::endonym(); |
|
19 | + } |
|
20 | + } |
|
21 | 21 | |
22 | - public function languageTag() |
|
23 | - { |
|
24 | - if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') { |
|
25 | - // If the Hans script has been specified (but no other tags), then it is customary to include it. |
|
26 | - return 'zh-Hans'; |
|
27 | - } else { |
|
28 | - return parent::languageTag(); |
|
29 | - } |
|
30 | - } |
|
22 | + public function languageTag() |
|
23 | + { |
|
24 | + if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') { |
|
25 | + // If the Hans script has been specified (but no other tags), then it is customary to include it. |
|
26 | + return 'zh-Hans'; |
|
27 | + } else { |
|
28 | + return parent::languageTag(); |
|
29 | + } |
|
30 | + } |
|
31 | 31 | } |
@@ -11,7 +11,7 @@ discard block |
||
11 | 11 | { |
12 | 12 | public function endonym() |
13 | 13 | { |
14 | - if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') { |
|
14 | + if (get_class($this) === __NAMESPACE__.'\LocaleZhHans') { |
|
15 | 15 | // If the Hans script has been specified (but no other tags), then it is customary to include it. |
16 | 16 | return '简体中文'; |
17 | 17 | } else { |
@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | |
22 | 22 | public function languageTag() |
23 | 23 | { |
24 | - if (get_class($this) === __NAMESPACE__ . '\LocaleZhHans') { |
|
24 | + if (get_class($this) === __NAMESPACE__.'\LocaleZhHans') { |
|
25 | 25 | // If the Hans script has been specified (but no other tags), then it is customary to include it. |
26 | 26 | return 'zh-Hans'; |
27 | 27 | } else { |
@@ -11,26 +11,26 @@ |
||
11 | 11 | */ |
12 | 12 | class LocaleRw extends AbstractLocale implements LocaleInterface |
13 | 13 | { |
14 | - public function endonym() |
|
15 | - { |
|
16 | - return 'Kinyarwanda'; |
|
17 | - } |
|
14 | + public function endonym() |
|
15 | + { |
|
16 | + return 'Kinyarwanda'; |
|
17 | + } |
|
18 | 18 | |
19 | - public function endonymSortable() |
|
20 | - { |
|
21 | - return 'KINYARWANDA'; |
|
22 | - } |
|
19 | + public function endonymSortable() |
|
20 | + { |
|
21 | + return 'KINYARWANDA'; |
|
22 | + } |
|
23 | 23 | |
24 | - public function language() |
|
25 | - { |
|
26 | - return new LanguageRw(); |
|
27 | - } |
|
24 | + public function language() |
|
25 | + { |
|
26 | + return new LanguageRw(); |
|
27 | + } |
|
28 | 28 | |
29 | - public function numberSymbols() |
|
30 | - { |
|
31 | - return array( |
|
32 | - self::GROUP => self::DOT, |
|
33 | - self::DECIMAL => self::COMMA, |
|
34 | - ); |
|
35 | - } |
|
29 | + public function numberSymbols() |
|
30 | + { |
|
31 | + return array( |
|
32 | + self::GROUP => self::DOT, |
|
33 | + self::DECIMAL => self::COMMA, |
|
34 | + ); |
|
35 | + } |
|
36 | 36 | } |
@@ -11,8 +11,8 @@ |
||
11 | 11 | */ |
12 | 12 | class LocaleSoEt extends LocaleSo |
13 | 13 | { |
14 | - public function territory() |
|
15 | - { |
|
16 | - return new TerritoryEt(); |
|
17 | - } |
|
14 | + public function territory() |
|
15 | + { |
|
16 | + return new TerritoryEt(); |
|
17 | + } |
|
18 | 18 | } |
@@ -11,18 +11,18 @@ |
||
11 | 11 | */ |
12 | 12 | class LocaleBez extends AbstractLocale implements LocaleInterface |
13 | 13 | { |
14 | - public function endonym() |
|
15 | - { |
|
16 | - return 'Hibena'; |
|
17 | - } |
|
14 | + public function endonym() |
|
15 | + { |
|
16 | + return 'Hibena'; |
|
17 | + } |
|
18 | 18 | |
19 | - public function endonymSortable() |
|
20 | - { |
|
21 | - return 'HIBENA'; |
|
22 | - } |
|
19 | + public function endonymSortable() |
|
20 | + { |
|
21 | + return 'HIBENA'; |
|
22 | + } |
|
23 | 23 | |
24 | - public function language() |
|
25 | - { |
|
26 | - return new LanguageBez(); |
|
27 | - } |
|
24 | + public function language() |
|
25 | + { |
|
26 | + return new LanguageBez(); |
|
27 | + } |
|
28 | 28 | } |
@@ -11,8 +11,8 @@ |
||
11 | 11 | */ |
12 | 12 | class LocaleEsPy extends LocaleEs |
13 | 13 | { |
14 | - public function territory() |
|
15 | - { |
|
16 | - return new TerritoryPy(); |
|
17 | - } |
|
14 | + public function territory() |
|
15 | + { |
|
16 | + return new TerritoryPy(); |
|
17 | + } |
|
18 | 18 | } |
@@ -11,8 +11,8 @@ |
||
11 | 11 | */ |
12 | 12 | class LocaleFrTd extends LocaleFr |
13 | 13 | { |
14 | - public function territory() |
|
15 | - { |
|
16 | - return new TerritoryTd(); |
|
17 | - } |
|
14 | + public function territory() |
|
15 | + { |
|
16 | + return new TerritoryTd(); |
|
17 | + } |
|
18 | 18 | } |
@@ -11,13 +11,13 @@ |
||
11 | 11 | */ |
12 | 12 | class LocaleYueHant extends LocaleYue |
13 | 13 | { |
14 | - public function endonym() |
|
15 | - { |
|
16 | - return '粤语'; |
|
17 | - } |
|
14 | + public function endonym() |
|
15 | + { |
|
16 | + return '粤语'; |
|
17 | + } |
|
18 | 18 | |
19 | - public function script() |
|
20 | - { |
|
21 | - return new ScriptHant(); |
|
22 | - } |
|
19 | + public function script() |
|
20 | + { |
|
21 | + return new ScriptHant(); |
|
22 | + } |
|
23 | 23 | } |
@@ -11,8 +11,8 @@ |
||
11 | 11 | */ |
12 | 12 | class LocaleSwUg extends LocaleSw |
13 | 13 | { |
14 | - public function territory() |
|
15 | - { |
|
16 | - return new TerritoryUg(); |
|
17 | - } |
|
14 | + public function territory() |
|
15 | + { |
|
16 | + return new TerritoryUg(); |
|
17 | + } |
|
18 | 18 | } |
@@ -11,26 +11,26 @@ |
||
11 | 11 | */ |
12 | 12 | class LocaleDyo extends AbstractLocale implements LocaleInterface |
13 | 13 | { |
14 | - public function endonym() |
|
15 | - { |
|
16 | - return 'joola'; |
|
17 | - } |
|
14 | + public function endonym() |
|
15 | + { |
|
16 | + return 'joola'; |
|
17 | + } |
|
18 | 18 | |
19 | - public function endonymSortable() |
|
20 | - { |
|
21 | - return 'JOOLA'; |
|
22 | - } |
|
19 | + public function endonymSortable() |
|
20 | + { |
|
21 | + return 'JOOLA'; |
|
22 | + } |
|
23 | 23 | |
24 | - public function language() |
|
25 | - { |
|
26 | - return new LanguageDyo(); |
|
27 | - } |
|
24 | + public function language() |
|
25 | + { |
|
26 | + return new LanguageDyo(); |
|
27 | + } |
|
28 | 28 | |
29 | - public function numberSymbols() |
|
30 | - { |
|
31 | - return array( |
|
32 | - self::GROUP => self::NBSP, |
|
33 | - self::DECIMAL => self::COMMA, |
|
34 | - ); |
|
35 | - } |
|
29 | + public function numberSymbols() |
|
30 | + { |
|
31 | + return array( |
|
32 | + self::GROUP => self::NBSP, |
|
33 | + self::DECIMAL => self::COMMA, |
|
34 | + ); |
|
35 | + } |
|
36 | 36 | } |