kodi-game / kodi-game-scripting

Scripting for Kodi Game add-ons
GNU General Public License v2.0
5 stars 9 forks source link

Remove version from summary #114

Closed garbear closed 1 year ago

garbear commented 1 year ago

Description

While splitting the Vice cores I noticed that when the add-on name/version changed, the summary wasn't updated - it uses the existing summary string instead of "generating" a new one with the up-to-date name and version.

However, even sporadic string updates can wreak havoc on an unsuspecting weblate, so best to remove version from the summary string entirely.

How has this been tested?

In the process of rolling out to all add-ons.

Example commits:

garbear commented 1 year ago

All core summaries have now been updated successfully. We learned that all language strings should be synced immediately before the full CI run.