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
|
/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",
|
"name": "utahsdjs/utahsdjs2025",
|
||||||
"description": "description",
|
"description": "description",
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "unstable",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"license": "proprietary",
|
"license": "proprietary",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
1
crowdin.yml
Normal file
1
crowdin.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{}
|
|
@ -1,7 +1,7 @@
|
||||||
[app]
|
[app]
|
||||||
name = "DJ Mix Hosting Software"
|
name = "DJ Mix Hosting Software"
|
||||||
logo = "about:blank"
|
logo = "about:blank"
|
||||||
document_root = "/home/utahsdjs/web/beta.utahsdjs.com/public_html/"
|
document_root = "/var/www/html/"
|
||||||
timezone = "America/Los_Angeles"
|
timezone = "America/Los_Angeles"
|
||||||
locale = "en_US"
|
locale = "en_US"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'welcome' => 'Welcome to Our Website!',
|
'welcome' => 'Welcome to our Website!',
|
||||||
'description' => 'This is a description in English.'
|
'description' => 'This is a description in English.'
|
||||||
];
|
];
|
Loading…
Add table
Add a link
Reference in a new issue