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 ""
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 TextTranslatorerroneously add the string" - "to messages.pot