Is it possible to use Poedit to read from XML files but only the labels? -


i've found working code lang definitions xml files code:
language: xml list of extensions separated semicolons: *.xml parser command: xgettext -lc --extract-all -o %o %c %f item in keywords list: item in input files list: %f source code charset: --from-code=%c

however code gives name part too, don't want. have idea how filter "label" only?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -