core icon indicating copy to clipboard operation
core copied to clipboard

Fixes #1479: always translate to the last requested language

Open El-Ahmed opened this issue 1 year ago • 1 comments
trafficstars

The current behavior:

The language change event would fire whenever a new translation was loaded. When requesting a translation, if another translation is loading, the system would wait for it to finish and return that instead of the translation of the most recent set language.

This Pull Request addresses this by:

Fixing the issue mentioned in #1479. Adding a test to ensure the fix works as expected.

El-Ahmed avatar May 26 '24 15:05 El-Ahmed

Is it going to be merged soon ? This fix would be very welcome ... Thx to @El-Ahmed

adessilly avatar Jul 01 '24 13:07 adessilly

Fixed in @ngx-translate/core@16

CodeAndWeb avatar Nov 03 '24 11:11 CodeAndWeb