2

How to give multiline & single line comment in translation PO file ?

I am not able to give multiline comment in po translation file in odoo , I have to comment 2000 line code at once So how can it done ?

sakib keriwala
  • 129
  • 3
  • 14
  • Do you have an example of that line? I suppose your code is like a message too long. The original text may be wrapped in the PO file. – Tarod Sep 15 '15 at 10:26
  • What editor are you using? – ChesuCR Sep 15 '15 at 11:04
  • You can just remove them – ChesuCR Sep 15 '15 at 11:06
  • I am using gedit @ChesuCR , I have not permission to remove because it will be used in future , so I have to make it in comment , it is 2000 lines of code – sakib keriwala Sep 23 '15 at 07:07
  • OK, then you can use some other editor with more features, like sublime or eclipse. You can create a shortcut to comment 2000 lines at the same time. – ChesuCR Sep 23 '15 at 08:29
  • by using other editors , in translation arabic it gives a reverse string opposite of I found in google translate , so for the perfect string I have to use gedit only , I have sublime but it gives me opposite output of gedit in arabic that is wrong – sakib keriwala Sep 23 '15 at 08:44

1 Answers1

0

According to these docs, multi-line comments aren't possible in PO files.

Will Sheppard
  • 3,272
  • 2
  • 31
  • 41