aardappel / treesheets

TreeSheets : Free Form Data Organizer (see strlen.com/treesheets)
zlib License
2.5k stars 185 forks source link

Change multiline string literals `xgettext` misses #627

Closed georgeraraujo closed 2 months ago

georgeraraujo commented 2 months ago

https://github.com/aardappel/treesheets/pull/622 reverted part of what https://github.com/aardappel/treesheets/pull/281 did, so do it again. The rationale is here.

Fixed as described in the wikidump of the Audacity Wiki as of March 31, 2023 that can be found in the Internet Archive.

aardappel commented 2 months ago

Ahh.. yeah that is an unfortunate side effect of clang-format.. wish we could turn that off. @t2b3

tobiolo commented 2 months ago

I currently see no convenient way: https://clang.llvm.org/docs/ClangFormatStyleOptions.html

One option would be to rescind the column limit but maybe not worth it because the side effects outweighing the preservation of the text strings. I am not sure.

tobiolo commented 2 months ago

Thanks for the quick fix and sorry for having missed out these side effects with the translatable strings.