0neGal / viper

Launcher+Updater for TF|2 Northstar
https://0negal.github.io/viper
GNU General Public License v3.0
152 stars 21 forks source link

bug: Missing Linux launch related Spanish localizations #242

Open 0neGal opened 4 months ago

0neGal commented 4 months ago

It seems I managed to miss this when merging #229, but the Spanish localizations only has 2 of the titles for the new toasts instead of all of them + the text... This is where I recommend using npm run langs:localize over manually editing :p

Though, I suppose this is my fault for never getting around to making some CI/CD for checking localizations... This is now added with 5ddec75

Specifically these are missing (@XNovaDelta):

es.json is missing:
  gui.toast.title.missing_steam
  gui.toast.title.missing_flatpak
  gui.toast.title.missing_flatpak_steam
  gui.toast.desc.failed_launch_command
  gui.toast.desc.missing_launch_command
  gui.toast.desc.missing_steam
  gui.toast.desc.missing_flatpak
  gui.toast.desc.missing_flatpak_steam
0neGal commented 4 months ago

Well, I got curious, and discovered I accidentally broke the checking of the localization files when publishing a build (ccde19d8), the entire reason why I never noticed this when releasing, that issue is fixed now: 877d0e5

whoopsie