Code Duplication    Length = 3-3 lines in 2 locations

languages/ConverterRule.php 2 locations

@@ 311-313 (lines=3) @@
308
					// or -{-|zh:WordZh;zh-tw:WordTw}-
309
					// to introduce a custom mapping between
310
					// words WordZh and WordTw in the whole text
311
					if ( $manLevel[$v] == 'bidirectional' ) {
312
						$this->mConvTable[$v][$bidtable[$vo]] = $bidtable[$v];
313
					}
314
					if ( $manLevel[$vo] == 'bidirectional' ) {
315
						$this->mConvTable[$vo][$bidtable[$v]] = $bidtable[$vo];
316
					}
@@ 314-316 (lines=3) @@
311
					if ( $manLevel[$v] == 'bidirectional' ) {
312
						$this->mConvTable[$v][$bidtable[$vo]] = $bidtable[$v];
313
					}
314
					if ( $manLevel[$vo] == 'bidirectional' ) {
315
						$this->mConvTable[$vo][$bidtable[$v]] = $bidtable[$vo];
316
					}
317
				}
318
				$vmarked[] = $v;
319
			}