abhikmitra / ng-joyride

Angular Joyride Directive for creating custom introductions to websites
126 stars 68 forks source link

Localization support is needed #48

Open onurakman opened 8 years ago

onurakman commented 8 years ago

Localization support is needed, static texts must be replaceable

captainkovalsky commented 8 years ago

I did it by replacing text dynamically. I use messageId instead of text and translate it with intl-react .

Disane87 commented 8 years ago

+1