refactor: refactored non-specific strings on homepage
The homepage has organization-specific strings, that aren't translated and are in Portuguese. These haven't been touched.
This commit is contained in:
@@ -3,7 +3,13 @@
|
||||
|
||||
<!-- Copyright - DO NOT REMOVE WITHOUT PERMISSION -->
|
||||
<div class="footer-copyright text-center py-3">
|
||||
<a href="{{ config('app.url') }}"> {{ config('app.name') . ' ' . config('app.release') }} © {{ now()->year }} - {{__('messages.footer_copy')}}. Took {{ round(microtime(true) - LARAVEL_START, 3) }} seconds.</a>
|
||||
{!! __('<a href=":appUrlConfigValue"> :appNameConfigValue :appReleaseConfigValue © :currentYear - All Rights Reserved. Took :pageLoadTimeMillis seconds.</a>', [
|
||||
'appUrlConfigValue' => config('app.url'),
|
||||
'appNameConfigValue' => config('app.name'),
|
||||
'appReleaseConfigValue' => config('app.release'),
|
||||
'currentYear' => now()->year,
|
||||
'pageLoadTimeMillis' => round(microtime(true) - LARAVEL_START, 3)
|
||||
]) !!}
|
||||
</div>
|
||||
<!-- Copyright -->
|
||||
<!-- GNU General Public License (https://www.gnu.org/licenses/gpl-3.0.en.html) Built by Miguel N. -->
|
||||
|
@@ -113,12 +113,10 @@
|
||||
<div class="container text-center white-text">
|
||||
<div class="white-text text-center wow fadeInUp">
|
||||
<h2>{{config('app.name')}}</h2>
|
||||
<h5>Seja bem-vindo ao site oficial da Games Club</h5>
|
||||
<h5>{{ __('Welcome to the Games Club Recruitment Portal!') }}</h5>
|
||||
<br>
|
||||
<p>A Games Club é uma comunidade brasileira que busca trazer um experiência própria e exclusiva para cada participante, temos o intuito de se tornar uma comunidade forte, grande, bem respeitada e, além disso tudo se tornar uma segunda família para muitas pessoas.</p>
|
||||
<br>
|
||||
<p>Aqui você se preocupará apenas nas gameplays e em fazer novas amizades para suas jogatinas, até mesmo para trocar ideias e jogar conversa fora.</p>
|
||||
<p>Atendemos todos os públicos, somos uma comunidade de jogos mais não se limitamos somente a jogos.</p>
|
||||
<p>{{ __('We process applications for our Discord server\'s management team here. If you have any questions, don\'t hesistate to contact our support team! Take a look at the open jobs below.') }}</p>
|
||||
<p>{!! __('If you\'d like to learn more about our community, make sure to visit our <a href=":mainWebsiteUrlConfigValue" target="_blank">main website</a>!', ['mainWebsiteUrlConfigValue' => config('app.sitehomepage')]) !!}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user