Clip-Stack icon indicating copy to clipboard operation
Clip-Stack copied to clipboard

Improve translation file

Open ghost opened this issue 10 years ago • 1 comments

Hi.

Escape characters are not translatable. But some strings (pref_notification_priority_*) have them. I don't include "'" that has far as I know can not be avoided with the default Android translation system. But the other ones can be avoided, and it would make life easier for potential non-programmer translators.

I am also wondering why there is a string (toast_front_string) that is empty.

Regards.

ghost avatar Mar 23 '15 21:03 ghost

Hi, thanks for your translate.

"toast_front_string" is a useless code and I forgot to remove it.

Yes, it's a bad behavior to add '\n' in translate file. But I don't know how to control the layout of PreferenceActivity...

With '\n': screenshot0

Without '\n' screenshot1

heruoxin avatar Mar 24 '15 15:03 heruoxin