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

@@ -2073,7 +2073,7 @@ class PmDynaform
$string = $string . "\"X-Poedit-Country: United States\\n\"\n"; $string = $string . "\"X-Poedit-Country: United States\\n\"\n";
$string = $string . "\"X-Poedit-SourceCharset: utf-8\\n\"\n"; $string = $string . "\"X-Poedit-SourceCharset: utf-8\\n\"\n";
$string = $string . "\"Content-Transfer-Encoding: 8bit\\n\"\n"; $string = $string . "\"Content-Transfer-Encoding: 8bit\\n\"\n";
$string = $string . "\"File-Name: processmaker.en.po\\n\"\n\n"; $string = $string . "\"File-Name: lurana.en.po\\n\"\n\n";
$n = count($this->dyn_conten_labels); $n = count($this->dyn_conten_labels);
for ($i = 0; $i < $n; $i++) { for ($i = 0; $i < $n; $i++) {

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff