Skip to content

Wrong text extraction #48

@PatrizioG

Description

@PatrizioG

GetText.Extractor version: 1.8.7+bff42fb416

In our code we concatenate strings in this way:
lblArtCode.Text += " - " + ds.Current.Name;

and the correct call to extract is:
localizer.TextTranslator("Correct call to my localization method");

Calling GetText.Extractor -as TextTranslator erroneously add the string " - " to messages.pot

#: ..\example.cs:1
msgid " - "
msgstr ""

#: ..\example.cs:2
msgid "Correct call to my localization method"
msgstr ""

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions