From 67066287fcb4ff5ddd0826ee163503a36b78bf80 Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Mon, 29 Apr 2024 19:37:00 -0700 Subject: [PATCH] Upload text. --- .gitignore | 1 + ReadMe.md | 1 + composer.json | 2 +- crowdin.yml | 1 + includes/config.toml.default | 2 +- locale/en_US/messages.php | 2 +- 6 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 ReadMe.md create mode 100644 crowdin.yml diff --git a/.gitignore b/.gitignore index 5b7ffc2..70a46a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /includes/config.toml +/.idea diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..fc62843 --- /dev/null +++ b/ReadMe.md @@ -0,0 +1 @@ +[![Crowdin](https://badges.crowdin.net/djmixhostingsoftware/localized.svg)](https://crowdin.com/project/djmixhostingsoftware) \ No newline at end of file diff --git a/composer.json b/composer.json index 6e2dbcf..7bfd914 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "utahsdjs/utahsdjs2025", "description": "description", - "minimum-stability": "stable", + "minimum-stability": "unstable", "version": "0.0.1", "license": "proprietary", "authors": [ diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/crowdin.yml @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/includes/config.toml.default b/includes/config.toml.default index 1c007ac..992336e 100644 --- a/includes/config.toml.default +++ b/includes/config.toml.default @@ -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" diff --git a/locale/en_US/messages.php b/locale/en_US/messages.php index 5d54a7c..c7caa2a 100644 --- a/locale/en_US/messages.php +++ b/locale/en_US/messages.php @@ -1,5 +1,5 @@ 'Welcome to Our Website!', + 'welcome' => 'Welcome to our Website!', 'description' => 'This is a description in English.' ]; \ No newline at end of file