theoldreader / i18n

Localizations for The Old Reader
http://theoldreader.com
Other
21 stars 52 forks source link

Localize moment.js #8

Closed krasnoukhov closed 11 years ago

krasnoukhov commented 11 years ago

Hi @zemlanin, We're using moment.js to display local time in our web interface. I've picked ru, pt, es translations from github, but seems there are no uk translation. Could you please translate it and notify me? I've set up russian translation for ukrainian users as a temporary solution. Localizations are located here. Anyway, thank you for your help.

zemlanin commented 11 years ago

Sure, I'll help

On Mon, Jan 21, 2013 at 8:22 PM, Dmitry Krasnoukhov < notifications@github.com> wrote:

Hi @zemlanin https://github.com/zemlanin, We're using moment.js http://momentjs.com/ to display local time in our web interface. I've picked ru, pt, es translations from github, but seems there are no uk translation. Could you please translate it and notify me? I've set up russian translation for ukrainian users as a temporary solution. Localizations are located herehttps://github.com/timrwood/moment/tree/master/lang . Anyway, thank you for your help.

— Reply to this email directly or view it on GitHubhttps://github.com/krasnoukhov/theoldreader-i18n/issues/8#issuecomment-12510565.

Антон Веринов http://zemlan.in

zemlanin commented 11 years ago

I don't know when they will accept my pull request, so here it is https://github.com/timrwood/moment/pull/591

krasnoukhov commented 11 years ago

I see you added support to use it only with node.js, is this right? We use it on a client side, our backend written in Ruby.

krasnoukhov commented 11 years ago

@zemlanin But anyway i see you've added tests, so i think you approached to your job seriously :+1:

zemlanin commented 11 years ago

Yeah, only with node.js, I've had no idea about Ruby. :ok_hand:

krasnoukhov commented 11 years ago

Please just take a look on ru.js, it written to work both in browser and under node :)

zemlanin commented 11 years ago

Try first commit of timrwood/moment#591 (https://github.com/zemlanin/moment/commit/a8b395da275c290e632b2aab72afabf094c90848)

zemlanin commented 11 years ago

moment.js's repo structure blows me away with its inconsistency

krasnoukhov commented 11 years ago

Thanks, i've used your first commit. Sorry for this. Ukrainian translation is already deployed on production.