llaske / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
15 stars 49 forks source link

Add tooltip on Exercise button #12

Closed AvinashAgarwal14 closed 5 years ago

AvinashAgarwal14 commented 5 years ago

On hovering over play, edit and delete button tooltip appears after this PR.

llaske commented 5 years ago

Strings should be localized.

AvinashAgarwal14 commented 5 years ago

Do I need to add "Play", "Edit" and "Delete" and their translation to en.json, es.json, fr.json?

AvinashAgarwal14 commented 5 years ago

@llaske I have added the translations to the localization files, please review it once.

llaske commented 5 years ago

Nice. Thanks.