Translating WMDE's attribution generator
At the moment we do not support HTML files.
To be enabled on translatewiki.net you have to fill the usual requirements such as ensuring that provided translations will be used and reach users in timely manner and providing message documentation for contextual information.
That's a pity, as 4 of the 5 file are html files. Any workaround for that?
We fulfil the usual requirements, as it is in our highest interest to have the tool translate. Message documentation for contextual information will be provided, of course.
Can't you convert them to a set of .json files (or .po+.mo if you don't like json)?
Well, the idea of all this was to make the re-import as easy as possible.
There are tools that can be integrated in the build process to extract Gettet pot files (maybe json as well, I haven't researched) and rebuild the translated html files.
One idea is to forgo having the html files as primary format and use some templating system or static file generator system to generate the html files from the json files. Something like this would be easy to write for a programmer as well.
Alternatively you could write a FileFormatSupport class for your HTML format, but I am afraid it wouldn't be very re-usable and would have maintenance costs.