mirror of
https://github.com/saintly2k/FoOlSlideX.git
synced 2025-02-20 11:13:13 +08:00
11 lines
185 B
PHP
11 lines
185 B
PHP
<?php
|
|
|
|
$lang = [
|
|
"info" => [
|
|
"name" => "English",
|
|
"author" => "Saintly & S-VHS",
|
|
"website" => "https://h33t.moe",
|
|
"updated" => "30.03.2023"
|
|
]
|
|
];
|