camsys / onebusaway-nyc-atstop

21 stars 15 forks source link

App: Multilingual support #18

Closed laidig closed 5 years ago

laidig commented 9 years ago

I've been asked if the app is multilingual, which it currently is not

https://github.com/angular-translate/angular-translate seems like a pretty nifty thing to try out. First, all of the text would need to be found and marked up in English. Then, those bits of text would be abstracted into their own js file. That file would likely see a lot of contributions. Finally, language support in HumanizeDuration should be activated.

khfayzullaev commented 9 years ago

:+1: Will work on it!

khfayzullaev commented 9 years ago

I have added the angular-translate library recently. Now, we need extend it. Check this 2f684a1036a3856521e4d4b8696f80cc47ae9383 out!

laidig commented 9 years ago

Can you make this change in a branch? It's going to need a bit work on the front end

-----Original Message----- From: "Khurshid Fayzullaev" notifications@github.com Sent: ‎6/‎17/‎2015 7:19 AM To: "camsys/onebusaway-nyc-atstop" onebusaway-nyc-atstop@noreply.github.com Cc: "Tony Laidig" laidig@gmail.com Subject: Re: [onebusaway-nyc-atstop] App: Multilingual support (#18)

I have added the angular-translate library recently. Now, we need extend it. Check this 2f684a1 out! — Reply to this email directly or view it on GitHub.

khfayzullaev commented 9 years ago

Here it is! https://github.com/camsys/onebusaway-nyc-atstop/tree/multilanguage

khfayzullaev commented 5 years ago

Closing the issue because it has not had recent activity.