We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a1c7e commit 507cd42Copy full SHA for 507cd42
app/code/Magento/Translation/Model/FileManager.php
@@ -110,6 +110,6 @@ public function updateTranslationFileContent($content)
110
*/
111
public function getTranslationFileVersion()
112
{
113
- return sha1($this->getTranslationFileTimestamp() . $this->getTranslationFilePath());
+ return sha1(sha1_file($this->getTranslationFileFullPath()) . $this->getTranslationFilePath());
114
}
115
0 commit comments