StringsLint icon indicating copy to clipboard operation
StringsLint copied to clipboard

False positive - strings with comments

Open jamiehunt opened this issue 4 years ago • 1 comments

Strings with same-line comments appear to produce false missing violations Partial Violation: Localized string "my_string" is missing in locale "ja" (partial)

en/Localizable.strings

"my_string" = "Foo bar...";

ja/Localizable.strings

"my_string" = "フーバー"; // Some comment

jamiehunt avatar Sep 19 '21 21:09 jamiehunt

Hi @jamiehunt ! Thanks for reporting this issue.

Are comments supposed to be added inline? I never saw them used like that inside a .strings. file.

dral3x avatar Sep 27 '21 12:09 dral3x