Hi there,
I want to translate the text content of a bunch of SVG files. I thought of using the same mechanism that we use for the Inkscape tutorials, but I can't find much information about how it works. The workflow I'm thinking of is:
- Extract the strings from the SVG into .po files
- Translate the .po files
- Put the translated strings back into the SVG files.
Can you help me work this out, please?
Thank you.