On Wed, 3 Jun 2015, Ilya Enkovich wrote: > Spec files are not scanned by translator. I tried to split this spec > into two parts to move message into a header file but with no success. > Any ideas how it can be done?
If a spec in a .c or .h file contains %e or %n immediately followed by the message text (the message text being in the same string as the %e / %n - not split up with macros, etc.), then exgettext should extract the message for translation. -- Joseph S. Myers jos...@codesourcery.com