From 4f1935fbf206cf9d11137cd04b6f5fbdf21a3b5d Mon Sep 17 00:00:00 2001 From: Miguel N Date: Tue, 1 Sep 2020 21:08:12 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b7a3eb..d1c7654 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Raspberry Teams - The Simple Staff Application Manager v 0.1.0 +# Raspberry Teams - The Simple Staff Application Manager v 0.1.0 [![Crowdin](https://badges.crowdin.net/raspberry-staff-manager/localized.svg)](https://crowdin.com/project/raspberry-staff-manager) ## The quick and pain-free staff application manager Have you ever gotten tired of managing your Minecraft server/network's applications through Discord (or anything else) and having to scroll through hundreds of new messages just to find that one applicant's username? From 6bf0d9f373ecb01757931a601306c8db1d739d07 Mon Sep 17 00:00:00 2001 From: Miguel Nogueira Date: Tue, 1 Sep 2020 23:18:38 +0100 Subject: [PATCH 2/2] Remove Heredoc from messages for better compatibility --- resources/lang/en/messages.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/en/messages.php b/resources/lang/en/messages.php index a50e684..9c15ea1 100644 --- a/resources/lang/en/messages.php +++ b/resources/lang/en/messages.php @@ -106,11 +106,11 @@ return [ 'txt_application' => 'Application', 'application_closed' => 'Applications Closed', 'application_closed_intro' => 'Hello there!', - 'application_closed_intro_line2' => << ' + We are currently not hiring any new staff members at the moment. If you\'d like to apply, check out our Discord\'s announcement channel for news when a new position opens. - Our application cycle usually lasts two weeks, so if you're seeing this, it's because it finished, and new one will begin soon. -EOT, + Our application cycle usually lasts two weeks, so if you\'re seeing this, it\'s because it finished, and new one will begin soon. + ', 'where_work' => 'Where you\'ll work', 'join_team' => 'Join The Team', 'join_team_cta' => 'Join the team today and help out network grow and prosper!', @@ -272,10 +272,10 @@ EOT, 'banned' => 'Banned', 'active' => 'Active', 'no_reg' => 'There are no registered players!', - 'no_reg_exp' => << " Registered players are those without a staff role in the team management application. There may be other users registered in the platform, but they won't be displayed here. -EOT, +", 'see_staff' => 'See Staff Members' ], @@ -284,11 +284,11 @@ EOT, 'application_form' => 'Application Form', 'select_form' => 'Select a form...', - 'no_form_error' => << " You cannot create a vacancy without any forms with which people would apply. create a form first, then, create a vacancy. A single form is allowed to have multiple vacancies, so you can attach future vacancies to the same form if you'd like. -EOT, +", 'new_pos' => 'NEW POSITION', 'empty_pos_warning' => 'Nothing to see here! Open some vacancies first. This will get applicants pouring in! (hopefully)', 'manage_forms' => 'MANAGE APPLICATION FORMS',