1
0
Fork 0
pixelfed/resources/views/site/language.blade.php

20 lines
606 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Language</h3>
</div>
<hr>
<div class="alert alert-info font-weight-bold">Were still working on localization support!</div>
<p class="lead">Current Locale: <span class="font-weight-bold">{{App::getLocale()}}</span></p>
<p class="lead">Select from one of the supported languages:</p>
<ul class="list-group">
<a class="list-group-item font-weight-bold" href="/i/lang/en">English</a>
</ul>
@endsection
@push('meta')
<meta property="og:description" content="Language">
@endpush