Commit f71014a 1 parent 131b51a commit f71014a Copy full SHA for f71014a
File tree 8 files changed +21
-7
lines changed
8 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
return [
4
4
5
+ 'page.title.dashboard ' => 'Dashboard ' ,
6
+ 'page.title.home ' => 'Home ' ,
7
+ 'page.title.notfound ' => 'Not found ' ,
8
+ 'page.title.account ' => 'My Account ' ,
9
+ 'page.title.login ' => 'Login ' ,
10
+ 'page.title.register ' => 'Register ' ,
11
+
5
12
'menu.home ' => 'Home ' ,
6
13
'menu.dashboard ' => 'Dashboard ' ,
7
14
'button.yes ' => 'Yes ' ,
Original file line number Diff line number Diff line change 2
2
3
3
return [
4
4
5
+ 'page.title.dashboard ' => 'Tableau de bord ' ,
6
+ 'page.title.home ' => 'Accueil ' ,
7
+ 'page.title.notfound ' => 'Non trouvé ' ,
8
+ 'page.title.account ' => 'Mon compte ' ,
9
+ 'page.title.login ' => 'Authenfitication ' ,
10
+ 'page.title.register ' => 'Enregistrement ' ,
11
+
5
12
'menu.home ' => 'Accueil ' ,
6
13
'menu.dashboard ' => 'Tableau de bord ' ,
7
14
'button.yes ' => 'Oui ' ,
Original file line number Diff line number Diff line change 1
1
@extends (' default' )
2
2
3
- @section (' pagetitle' ) Login - EdPaste @endsection
3
+ @section (' pagetitle' ) {{ __ ( ' edpaste.page.title.login ' ) } } - EdPaste @endsection
4
4
5
5
@section (' navbar' )
6
6
<li class =" nav-item" ><a href =" /" class =" nav-link" >{{ __ (' edpaste.menu.home' ) } } </a ></li >
Original file line number Diff line number Diff line change 1
1
@extends (' default' )
2
2
3
- @section (' pagetitle' ) Register - EdPaste @endsection
3
+ @section (' pagetitle' ) {{ __ ( ' edpaste.page.title.register ' ) } } - EdPaste @endsection
4
4
5
5
@section (' navbar' )
6
6
<li class =" nav-item" ><a href =" /" class =" nav-link" >{{ __ (' edpaste.menu.home' ) } } </a ></li >
Original file line number Diff line number Diff line change 1
1
@extends (' default' )
2
2
3
- @section (' pagetitle' ) Not found - EdPaste @endsection
3
+ @section (' pagetitle' ) {{ __ ( ' edpaste.page.title.notfound ' ) } } - EdPaste @endsection
4
4
5
5
@section (' navbar' )
6
6
Original file line number Diff line number Diff line change 1
1
@extends (' default' )
2
2
3
- @section (' pagetitle' ) My Account - EdPaste @endsection
3
+ @section (' pagetitle' ) {{ __ ( ' edpaste.page.title.account ' ) } } - EdPaste @endsection
4
4
5
5
@section (' navbar' )
6
6
<li class =" nav-item" ><a href =" /" class =" nav-link" >{{ __ (' edpaste.menu.home' ) } } </a ></li >
Original file line number Diff line number Diff line change 1
1
@extends (' default' )
2
2
3
- @section (' pagetitle' ) Dashboard - EdPaste @endsection
3
+ @section (' pagetitle' ) {{ __ ( ' edpaste.page.title.dashboard ' ) } } - EdPaste @endsection
4
4
5
5
@section (' navbar' )
6
6
<li class =" nav-item" ><a href =" /" class =" nav-link" >{{ __ (' edpaste.menu.home' ) } } </a ></li >
29
29
@section (' content' )
30
30
<div class =" container" >
31
31
<div class =" row" >
32
- <h2 class =" text-center display-4" >Dashboard </h2 >
32
+ <h2 class =" text-center display-4" >{{ __ ( ' edpaste.page.title.dashboard ' ) } } </h2 >
33
33
<table class =" table table-striped table-hover" >
34
34
<thead >
35
35
<tr >
Original file line number Diff line number Diff line change 1
1
@extends (' default' )
2
2
3
- @section (' pagetitle' ) Home - EdPaste @endsection
3
+ @section (' pagetitle' ) {{ __ ( ' edpaste.page.title.home ' ) } } - EdPaste @endsection
4
4
5
5
@section (' navbar' )
6
6
<li class =" nav-item active" ><a href =" #" class =" nav-link" >{{ __ (' edpaste.menu.home' ) } } </a ></li >
You can’t perform that action at this time.
0 commit comments