viper icon indicating copy to clipboard operation
viper copied to clipboard

bug: Missing Linux launch related Spanish localizations

Open 0neGal opened this issue 1 year ago • 1 comments

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 avatar Jul 23 '24 09:07 0neGal

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

0neGal avatar Jul 23 '24 10:07 0neGal

Superseded by #256

0neGal avatar Dec 20 '24 21:12 0neGal