Greetings!
Just noticed from ide/src/design/codeEditor.ec that,and was wondering what's the advantage using $ before string literals?
Thanks.
Regards,
Sam
$ before string literals
Re: $ before string literals
Hi Sam,
This is for internationalization purposes.
Strings that are meant to be internationalized have $ before them, and they will show up in the translation templates (the .pot files).
It is also possible to specify a context this way: $"context"."English string"
I thought I emailed you about the translations before?
Check out the translation system @ https://translations.launchpad.net/ecere/trunk
Cheers!
Jerome
This is for internationalization purposes.
Strings that are meant to be internationalized have $ before them, and they will show up in the translation templates (the .pot files).
It is also possible to specify a context this way: $"context"."English string"
I thought I emailed you about the translations before?
Check out the translation system @ https://translations.launchpad.net/ecere/trunk
Cheers!
Jerome