Upload text.
This commit is contained in:
parent
86c9b5797d
commit
67066287fc
6 changed files with 6 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/includes/config.toml
|
||||
/.idea
|
||||
|
|
1
ReadMe.md
Normal file
1
ReadMe.md
Normal file
|
@ -0,0 +1 @@
|
|||
[](https://crowdin.com/project/djmixhostingsoftware)
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "utahsdjs/utahsdjs2025",
|
||||
"description": "description",
|
||||
"minimum-stability": "stable",
|
||||
"minimum-stability": "unstable",
|
||||
"version": "0.0.1",
|
||||
"license": "proprietary",
|
||||
"authors": [
|
||||
|
|
1
crowdin.yml
Normal file
1
crowdin.yml
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -1,7 +1,7 @@
|
|||
[app]
|
||||
name = "DJ Mix Hosting Software"
|
||||
logo = "about:blank"
|
||||
document_root = "/home/utahsdjs/web/beta.utahsdjs.com/public_html/"
|
||||
document_root = "/var/www/html/"
|
||||
timezone = "America/Los_Angeles"
|
||||
locale = "en_US"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
return [
|
||||
'welcome' => 'Welcome to Our Website!',
|
||||
'welcome' => 'Welcome to our Website!',
|
||||
'description' => 'This is a description in English.'
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue