Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions _includes/2020/templates/Body.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ class Body {
static function render($fields = []) {
echo '<div class="main">';
echo '<div id="section2"><div class="wrapper">';
echo <<<END
<div id="locale-not-internationalized">This page has not yet been updated for languages other than English. <a href='/about/get-involved'>Help us do this</a></div>
<div id="locale-not-localized">This page is not yet available in your selected language. <a href='https://translate.keyman.com'>Help us translate this page</a></div>
END;
}
}
4 changes: 2 additions & 2 deletions _includes/2020/templates/Foot.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
declare(strict_types=1);

namespace Keyman\Site\com\keyman\templates;

require_once(__DIR__ . "/../../autoload.php");
use Keyman\Site\Common\ImageRandomizer;
use Keyman\Site\Common\KeymanVersion;
use Keyman\Site\Common\KeymanHosts;
Expand All @@ -17,7 +17,7 @@ static function render(array $fields = []) {
?>

<div id="locale-not-internationalized">This page has not yet been updated for languages other than English. <a href='/about/get-involved'>Can you help make this happen?</a></div>
<div id="locale-not-localized">This page is not yet available in your selected language. <a href='https://translate.keyman.com'>Help us translate this page</a></div>
<div id="locale-not-localized">This page is not yet available in your selected language. <a href='https://translate.keyman.com/project/keymancom'>Help us translate this page</a></div>

</div>
</div>
Expand Down
Loading