Approval.

This commit is contained in:
2025-01-31 22:19:59 +00:00
committed by md translation bot
parent f50b81106a
commit 53c09e7856
14 changed files with 602 additions and 0 deletions

10
te/navigation.php Normal file
View File

@ -0,0 +1,10 @@
<?PHP
declare(strict_types = 1);
$nav = array (
'home' => 'Home',
'museum' => 'Museum',
'collection' => 'Collection',
'object' => 'Object',
'topics' => 'Topics',
'contact' => 'Contact',
);