Hi Dne Fri, 14 Nov 2014 10:46:04 +0100 Maarten Huijsmans <[email protected]> napsal(a):
> I work for Mobile Vikings and recently we've switched to Weblate for the > translations of our Websites. Next month we'll start using Weblate for our > apps as well. Android & iOS are supported. I've seen that the translation > toolkit supports .rc files but will Weblate also supports localized files > of Windows Phone Apps: .resw? > > If not we'll implement the support for .resw and open a pull request. This format is not supported by translate-toolkit, a library we use for parsing translations. This is tracked at their issue tracker: https://github.com/translate/translate/issues/396 In the issue, there is even some basic implementation which you can use as a starting point. Adding support to Weblate is pretty simple then, either it will work through translate-toolkit format autodetection or minimal glue is needed, see example: https://github.com/nijel/weblate/blob/master/weblate/trans/formats.py#L749 -- Michal Čihař | http://cihar.com | http://blog.cihar.com
pgpk9vKpc68T2.pgp
Description: OpenPGP digital signature
_______________________________________________ Weblate mailing list [email protected] https://lists.cihar.com/cgi-bin/mailman/listinfo/weblate
