Areko:
	- Fix value update
	- Change approximate number display
	- Update Notes
	- Add License file
	- Fix uninitialized table..
	- Change tooltip text
	- The dataObject has now his own table.
	- Move functions around
	- Make the counter function more reliable
	- Remove unused code
	- Add AceLocale-3.0
	- Finished localization code
	- Initial commit
	How the Tracking works:
	
	Blizzard tracks the invasion progress with a hidden faction.
	The problem is we can not access a hidden faction, so we need an another way
	to track the progress.
	
	Every time you kill a mob where can give you reputation the `UPDATE_FACTION` event
	is called, even with hidden factions.
	
	So we start to log `UPDATE_FACTION` events when we are in a zone where mobs gives us
	the reputation where we want. The problem now is that we don't know if we get reputation
	because we killed a desired mob or due a quest.
	This is why we log with `COMBAT_LOG_EVENT_UNFILITERED` `UNIT_DIED` and compare
	this two events.
