Skip to content

Commit

Permalink
Revert PHP detect language
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomozart committed May 13, 2024
1 parent 1e8c661 commit 5c00e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ODT/ODTmeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct() {
'meta:creation-date' => $dateTime->format("Y-m-d\\TH::i:s"),
'dc:creator' => 'Generated',
'dc:date' => $dateTime->format("Y-m-d\\TH::i:s"),
'dc:language' => $conf['lang'],
'dc:language' => 'en-US',
'meta:editing-cycles' => '1',
'meta:editing-duration' => 'PT0S',
);
Expand Down

0 comments on commit 5c00e8d

Please sign in to comment.