Re: Multi Language Support

2017-01-17 Thread tony tam
Did you see the note in the README: "Note that language files and translator is not included in SwaggerUI by default. You need to add them manually.” What does your browser console say? You really need to share details if you want help... > On Jan 17, 2017, at 11:24 PM, pradeep thota wrote:

Re: Multi Language Support

2017-01-17 Thread pradeep thota
Hi, I had placed the below lines in my index.html But even then my UI is not translated to russian. Is there anything more i need to do? On Wednesday, 18 January 2017 11:14:04 UTC+5:30, tony tam wrote: > > Look at the swagger-ui repository: > > https://github.com/swagger-api/swagger-ui#loca

Swagger editor codegen update? Windows not supported?

2017-01-17 Thread James
Hey, The swagger editor seems to have updated its server codegen tool over the weekend (at least for Python) and I can't run the generated servers on windows anymore. I think a linux environment is assumed now. I keep getting the following error: python-flask-se

Re: Multi Language Support

2017-01-17 Thread tony tam
Look at the swagger-ui repository: https://github.com/swagger-api/swagger-ui#localization-and-translation > On Jan 17, 2017, at 9:31 PM, pradeep thota wrote: > > Hi, > > Is there any support for multiple languages in swa

Re: Localization support in Swagger

2017-01-17 Thread pradeep thota
Hi, I am also looking for the same. Please guide me if u got any info on this. thanks in advnace. On Friday, 7 October 2016 18:52:19 UTC+5:30, vinay kumar wrote: > > Hi, > > Does swagger support localization? If yes, can someone point me to the > steps to enable the same. Also, please do let me

Multiple Languages

2017-01-17 Thread pradeep thota
Hi, Is there any support for multiple languages in swagger UI? If its available, please guide me to use it. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an

Multi Language Support

2017-01-17 Thread pradeep thota
Hi, Is there any support for multiple languages in swagger UI? If its available, please guide me to use it. Thanks in advance. Regards, Pradeep Thota. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receivi

Having input parameters generated in json when using FromUri

2017-01-17 Thread Rem
Hello, I am using FromUri to bind my request with WebAPI as follow : In my core: type Info= { Id: double Label: string City : string Property1 : string } In my controller: [] [] [>)>] [] [] member this.GetInfos([] *p:Info*) = let results = getInfos p le

Re: Build custom module project without maven

2017-01-17 Thread lsarni
Thanks, I ended up doing it by hand with a bat. El martes, 17 de enero de 2017, 0:42:48 (UTC-3), tony tam escribió: > > I think the answer is “do it the old fashioned way—manually”. Of course > you can still build it, but you’ll have to get the dependencies on your > own, and add them to the cl