ISSUE-200 Remove the processmaker.en.po files

This commit is contained in:
Brayan Pereyra
2025-09-09 15:35:48 +00:00
parent f7c0689ddf
commit 5f4a7ad087
4 changed files with 2 additions and 106672 deletions

View File

@@ -434,7 +434,7 @@ class Translation extends BaseTranslation
G::mk_dir( dirname( $this->envFilePath ) );
}
$translationsPath = PATH_CORE . "content" . PATH_SEP . 'translations' . PATH_SEP;
$basePOFile = $translationsPath . 'english' . PATH_SEP . 'processmaker.en.po';
$basePOFile = $translationsPath . 'english' . PATH_SEP . 'lurana.en.po';
$params = self::getInfoFromPOFile( $basePOFile );
$this->addTranslationEnvironment( $params['LOCALE'], $params['HEADERS'], $params['COUNT'] );