Skip to content

Commit

Permalink
Added french to the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Aug 30, 2016
1 parent f092d64 commit e5495a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PlexRequests.UI/Views/Shared/Partial/_Navbar.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-language" aria-hidden="true"><span class="caret"></span></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="@url/culture?l=en&u=@Context.Request.Path">@UI.Layout_English</a></li>
<li><a href="@url/culture?l=fr&u=@Context.Request.Path">@UI.Layout_French</a></li>
<li><a href="@url/culture?l=nl&u=@Context.Request.Path">@UI.Layout_Dutch</a></li>
<li><a href="@url/culture?l=es&u=@Context.Request.Path">@UI.Layout_Spanish</a></li>
<li><a href="@url/culture?l=de&u=@Context.Request.Path">@UI.Layout_German</a></li>
Expand Down

0 comments on commit e5495a1

Please sign in to comment.