Skip to content

Commit

Permalink
chore: 🌐 Add translations (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturBa authored Apr 28, 2021
1 parent bc2b7e0 commit bce12f9
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 72 deletions.
9 changes: 2 additions & 7 deletions apps/spotify/src/app/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ <h2 i18n="login.subtitle">Sign along with us!</h2>
<div class="authorize">
<h3 i18n="login.authorize_info">Authorize with Spotify</h3>
{{ error?.message }}
<button
mat-raised-button
(click)="auth()"
color="accent"
i18n="login.authorize"
>
<button mat-raised-button (click)="auth()" color="accent">
<div class="button-content">
<img src="/assets/Spotify_Icon_RGB_White.png" />
Authorize
<p i18n="login.authorize">Authorize</p>
</div>
</button>
</div>
Expand Down
Loading

0 comments on commit bce12f9

Please sign in to comment.