Closed hasecilu closed 6 months ago
A simpler solution was to copy the contents of the file into a properly created empty file ... :wink:
@kaktusus ,
Does this fix affect crowdin? Is it safe to merge?
shai
This is unrelated, if there are new strings to translate I will generate them today and import them into Crowdin. For two weeks again, we can do import translations.
In addition, colleague hasecilu is a responsible person, knows what he does. We also cooperate together.
@kaktusus , Sounds great! @hasecilu Thanks!
This is unrelated, if there are new strings to translate I will generate them today and import them into Crowdin.
Actually the new string should be translated exactly the same way as the toolbar in order to not provoke errors, on Crowdin same strings are tied so should not be problems.
FSGetToolbarItem()
but should be the translated string.A while ago a tried to migrate translation script but I got errors from
pylupdate6
saying that there was an error on first line of some file, so I leftpylupdate5
. Today I investigate about it and it seems there was an extra special byte there that make it fail.hexdump
view the content of the files which was not empty, normally the output is null with empty files.sed
did the trick and now we're able to makepylupdate6
to parse the files.2
, update script and translation files to have the new translated string that solves error from1