Hi, a quick note to tell you that one piece of Mangos Translation Toolset is done.
This tool, DatabaseManager, helps you maintain up to date your databases with the latest mangos schema. i'ts usefull in development environment or after a backup.
Point this tool to your mangos.exe folder and to your mangos sql-updates folder (the one you used for compiling) and you're done.
example : (place in the same folder than your mangos.exe)
MTT.DatabaseManager.exe /sqlRepo "C:\\@FrenchW\\Mangos\\Devel\\_Git\\FrenchW\\mangos\\sql" /WhatIf
(/WhatIf will swith into simulation mode > creates a global .sql script file)
Some help : MTT.DatabaseManager.exe /?
The tools updates any database version, any backup to your latest schema.
It could be downloaded here :
http://github.com/FrenchW/Mangos-Translations-ToolSets/downloads
The whole toolbox can be localized. Take a look at messages.resx files and send me your own.
Of course, as it is a git repo on github, you can apply for help ! It'll be a pleasure :
http://github.com/FrenchW/Mangos-Translations-ToolSets
Hope this helps !