Install amiranagram/localizator into dev setup to identify translatable strings,
Show locale on the debug frame, Detect the browsers language, Documentation on translating PLA, and Some missed translatable strings
This commit is contained in:
@@ -44,6 +44,12 @@
|
||||
<td>Root URL</td>
|
||||
<td>{{ request()->root() }}</td>
|
||||
</tr>
|
||||
|
||||
<!-- Locale -->
|
||||
<tr>
|
||||
<td>Locale</td>
|
||||
<td>{{ __('locale') }} [{{ config('app.locale') }}]</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user