Skip to content

Missing string values should be exported as null rather than an empty string #35

Closed
@spiffyjr

Description

@spiffyjr

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 "".

Activity

pbrejdak

pbrejdak commented on May 30, 2017

@pbrejdak

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.

biesbjerg

biesbjerg commented on Sep 16, 2019

@biesbjerg
Owner

Closed with 97e8937

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @biesbjerg@spiffyjr@pbrejdak

        Issue actions

          Missing string values should be exported as null rather than an empty string · Issue #35 · biesbjerg/ngx-translate-extract