Perhaps, I have tried messing with the plugins folders and changing the en-US to en-AU. Doesn't seem to do anything. Must be something in a different config file.
If you want, you could head over to the GitHub repo and ask to help "translate" it. IDK if that's really the right word, what with the languages being nearly the same :p
The server is runnning, i see data and my device says "I dont' understand ..." which is fine, I know weather, wolfram and some other you need API's. My plugins folder is actually as you have shown, yet if I ask "what time is it?" Siri would respond with "Sorry I don't understand what time is it" If I say Hi, she says "Sorry I don't understand what Hi means" I thought Time should of worked out of the box, mine does not.
Wait. Are you even able to get the server running? Can you connect with your iDevice, and have you installed the certificate? Because only 3 of the extensions that come with the server can't work right out of the box. You need to set those up. Before you edit anything, tell me what exactly you did to find out it didn't work.
Never mind, I fixed it. Anyway, in your plugin.conf file, make sure that it looks like this: # here you can configure which plugins are loaded # # The order in which they appear defines the order in which they are queried for responses to speech # The plugin must be in the plugins folder # Do not add the .py ending here time smalltalk examplePlugin startRequestHandler note weather If you install other plugins, all you have to do is take the plugin name and put it in the plugin.conf file without the .py extension. For example, I make a plugin called "MarryMe.py". I would open the plugin.conf file and add "MarryMe" to the next available line.
Sorry but my computer is kinda screwed up right now so it'll have to wait til tomorrow or maybe later today. I think I know what the problem is but I'll need to be sure so you don't have to reinstall the server.
Can't get any to work, all the default ones that come in the Plugins folder. (https://github.com/Eichhoernchen/SiriServer/tree/master/plugins)