You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fallbacks for ngx-translate don't consider an empty string as undefined (rightfully so, imo). I prose changing empty strings to export as null rather than "".
Is this can be merged? It's really annoying because using "" instead of null causing displaying literally nothing, however with null it's display value to translate which is better in my thinking, at least add it as param to extract command.
Activity
null
instead of""
for undefined strings #36pbrejdak commentedon May 30, 2017
Is this can be merged? It's really annoying because using
""
instead ofnull
causing displaying literally nothing, however withnull
it's display value to translate which is better in my thinking, at least add it as param to extract command.biesbjerg commentedon Sep 16, 2019
Closed with 97e8937
fix: Fix alphabetical order of extracted keys (biesbjerg#35)