Code Duplication    Length = 8-8 lines in 2 locations

languages/classes/LanguageIu.php 1 location

@@ 90-97 (lines=8) @@
87
		'ɫii' => 'ᖡ', 'ɫu' => 'ᖢ', 'ɫuu' => 'ᖣ', 'ɫa' => 'ᖤ', 'ɫaa' => 'ᖥ',
88
	];
89
90
	function loadDefaultTables() {
91
		$this->mTables = [
92
			'lowercase' => new ReplacementArray( $this->mUpperToLowerCaseLatin ),
93
			'ike-cans' => new ReplacementArray( $this->mToSyllabics ),
94
			'ike-latn' => new ReplacementArray( $this->mToLatin ),
95
			'iu' => new ReplacementArray()
96
		];
97
	}
98
99
	/**
100
	 * rules should be defined as -{Syllabic | Latin-} -or-

languages/classes/LanguageShi.php 1 location

@@ 66-73 (lines=8) @@
63
		'ẓ' => 'ⵥ', 'ʷ' => 'ⵯ', 'ɣ' => 'ⵖ', 'v' => 'ⵠ', 'p' => 'ⵒ',
64
	];
65
66
	function loadDefaultTables() {
67
		$this->mTables = [
68
			'lowercase' => new ReplacementArray( $this->mUpperToLowerCaseLatin ),
69
			'shi-tfng' => new ReplacementArray( $this->mToTifinagh ),
70
			'shi-latn' => new ReplacementArray( $this->mToLatin ),
71
			'shi' => new ReplacementArray()
72
		];
73
	}
74
75
	/**
76
	 * rules should be defined as -{Tifinagh | Latin-} -or-