- Translated new strings. - Fixed gammar issue/typo. - Fixed strings format form (`{0}`).
* Update Vietnamese translation - Fixed mistake in #8654: Changed new line to `\n` instead of `\r\n`. - Update and translate new strings. * Add SITUVNgcd as contributor
Events.fire(Trigger.unitCommandChange)
* Added `Events.fire(Trigger.unitCommandChange)` and `boolean fireInRebuildCommand` Added `Events.fire(Trigger.unitCommandChange)` to **left click - select** and **right click - remove**. Added `boolean fireInRebuildCommand` to prevent infinite event loop with `rebuildCommand`. * Remove useless `fireInRebuildCommand` flag.