Skip to content

Commit

Permalink
Merge pull request MyEtherWallet#940 from nigeon/mercury
Browse files Browse the repository at this point in the history
Catalan translation
  • Loading branch information
tayvano authored Aug 28, 2017
2 parents 7d3b40c + 97f089b commit 7531de6
Show file tree
Hide file tree
Showing 3 changed files with 660 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
<ul class="dropdown-menu" ng-show="dropdown">
<li><a ng-class="{true:'active'}[curLang=='Català']" ng-click="changeLanguage('ca','Català' )"> Català </a></li>
<li><a ng-class="{true:'active'}[curLang=='Deutsch']" ng-click="changeLanguage('de','Deutsch' )"> Deutsch </a></li>
<li><a ng-class="{true:'active'}[curLang=='Ελληνικά']" ng-click="changeLanguage('el','Ελληνικά' )"> Ελληνικά </a></li>
<li><a ng-class="{true:'active'}[curLang=='English']" ng-click="changeLanguage('en','English' )"> English </a></li>
Expand Down
Loading

0 comments on commit 7531de6

Please sign in to comment.