easyeffects icon indicating copy to clipboard operation
easyeffects copied to clipboard

DeepFilter: Missing translations

Open Digitalone1 opened this issue 2 years ago • 6 comments
trafficstars

The translations for this new plugin are missing. The ui builder has not been added to the files to be translated. I think It should be added also the C++ file where is present the status massage for the missing plugin/ladspa wrapper (similar to RNNoise).

Digitalone1 avatar Oct 17 '23 15:10 Digitalone1

The ui builder has not been added to the files to be translated.

Yes.

I think It should be added also the C++ file where is present the status massage for the missing plugin/ladspa wrapper (similar to RNNoise).

The rnnoise file is there because it does direct calls to _() for the translation strings. I do not remember deepfilternet code doing that.

wwmm avatar Oct 17 '23 15:10 wwmm

The rnnoise file is there because it does direct calls to _() for the translation strings. I do not remember deepfilternet code doing that.

Really? I saw a message like the one for RNNoise when I didn't have the deepfilter plugin from AUR installed.

Digitalone1 avatar Oct 17 '23 15:10 Digitalone1

I saw a message like the one for RNNoise when I didn't have the deepfilter plugin from AUR installed.

I do not remember exactly where in the code the message dialog is loaded. At least direct calls to _() with strings to be translated inside it I did not see.

wwmm avatar Oct 17 '23 15:10 wwmm

I do not remember exactly where in the code the message dialog is loaded. At least direct calls to _() with strings to be translated inside it I did not see.

I will try to make a search.

Digitalone1 avatar Oct 17 '23 15:10 Digitalone1

The rnnoise file is there because it does direct calls to _() for the translation strings. I do not remember deepfilternet code doing that.

I think deepfilter is calling this: https://github.com/wwmm/easyeffects/blob/master/src/ui_helpers.cpp#L72

So it should be ok. Maybe you want to make a custom message for deepfilter like it's done for rnnoise here? https://github.com/wwmm/easyeffects/blob/master/src/ui_helpers.cpp#L76

Digitalone1 avatar Oct 17 '23 15:10 Digitalone1

Maybe you want to make a custom message for deepfilter like it's done for rnnoise here?

Yes. They are in an identical situation.

wwmm avatar Oct 17 '23 15:10 wwmm