Upload text.

This commit is contained in:
Cody Cook 2024-04-29 19:37:00 -07:00
commit 67066287fc
6 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/includes/config.toml /includes/config.toml
/.idea

1
ReadMe.md Normal file
View file

@ -0,0 +1 @@
[![Crowdin](https://badges.crowdin.net/djmixhostingsoftware/localized.svg)](https://crowdin.com/project/djmixhostingsoftware)

View file

@ -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
View file

@ -0,0 +1 @@
{}

View file

@ -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"

View file

@ -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.'
]; ];