Hi,

On Wed, May 11, 2011 at 7:00 AM, Kenneth Gonsalves
<[email protected]> wrote:
> hi,
>
> can anyone suggest a very quick and easy way of doing this?

       I haven't worked much on translation as such. But if you choose
type it as "somestring" and then use substitute option for
substituting "somestring" with {% trans "somestring" %}, then you can
do either

1) M-x replace-string
           Give the string you want to replace, sometring in this case
and then the string to replace it with, {% trans "somestring" %} in
this case. This would replace All occurrences of somestring with {%
trans "somestring" %}.

2) M-x query-replace
          Same as above, except that it highlights each occurrence one
by one and asks if you need to replace. You can press 'y' or 'n' and
keep going.


      Sorry if you meant something else and the reply is not relevant. Thanks

-- 
Thank you
Balachandran Sivakumar

Arise Awake and stop not till the goal is reached.

Mail: [email protected]
Blog: http://benignbala.wordpress.com/
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to