editor_tinymce empty strings

editor_tinymce empty strings

by Andrea Bicciolo -
အကြောင်းပြန်မှု အရေအတွက်: 7
Language pack maintainers ၏ ရုပ်ပုံ

The component editor_tinymce shows some empty strings, such as "advanced:anchor_delta_width" and "advanced:anchor_delta_height", etc.

 

Are thos strings to be removed or not ?

Andrea Bicciolo ထံသို့ အကြောင်းပြန်ရာတွင်

Re: editor_tinymce empty strings

by Helen Foster -

Hi Andrea,

Ralf has reported this issue as MDL-23768. I think the strings will most likely be deleted when David has chance to look at the issue.

Helen Foster ထံသို့ အကြောင်းပြန်ရာတွင်

Re: editor_tinymce empty strings

by David Mudrák -
Language pack maintainers ၏ ရုပ်ပုံ
David Mudrák ထံသို့ အကြောင်းပြန်ရာတွင်

Re: editor_tinymce empty strings

by David Mudrák -
Language pack maintainers ၏ ရုပ်ပုံ

... and by the way - sorry I still have not finished a tool that fetches the upstream localization of TinyMCE. As you may know, TinyMCE is already translated, we have just several own strings added. So you may decide to just wait for me to integrate their strings into AMOS.

David Mudrák ထံသို့ အကြောင်းပြန်ရာတွင်

Re: editor_tinymce empty strings

by Ralf Hilgenstock -
Language pack maintainers ၏ ရုပ်ပုံ

Hello David

thanks for the information.  I tried to add an '0' to the fields. they are saved but appear in the list of strings to translate because the english string is empty.

 

 

ralf

Ralf Hilgenstock ထံသို့ အကြောင်းပြန်ရာတွင်

Re: editor_tinymce empty strings

by David Mudrák -
Language pack maintainers ၏ ရုပ်ပုံ

Good spot Ralf!

I just fixed the code so that that the strings translated to '0' (which PHP evaluates to empty value) are considered not-missing. Also, I modified the logic so that if the English original is empty, the empty translation is not reported as missing string.