forked from VitaliiTsilnyk/NGettext
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
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 ""