@@ -318,6 +318,9 @@ |
||
318 | 318 | $this->compressAccordingToEnglishData($this->englishMaps[$countryCode], $mappings); |
319 | 319 | } |
320 | 320 | |
321 | + /** |
|
322 | + * @param string $textFile |
|
323 | + */ |
|
321 | 324 | private function getEnglishDataPath($textFile) |
322 | 325 | { |
323 | 326 | return "en" . DIRECTORY_SEPARATOR . substr($textFile, 3); |