1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

pt locales

This commit is contained in:
Mike Perham 2018-11-14 13:52:30 -08:00
parent 8bdd1d8f3d
commit 2d0106ecac

View file

@ -7,7 +7,7 @@ Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how t
HEAD
-------------
- Add JA translation, see issues [#3949](https://github.com/mperham/sidekiq/issues/3949) and [#3951](https://github.com/mperham/sidekiq/issues/3951) to add your own language.
- Add PT and JA translations, see issues [#3949](https://github.com/mperham/sidekiq/issues/3949) and [#3951](https://github.com/mperham/sidekiq/issues/3951) to add your own language.
- Fix elapsed time calculations to use monotonic clock [#4000, sj26]
- Fix edge case where flapping leadership would cause old periodic
jobs to be fired once [#3974]