0neGal / viper

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

i18n: add missing localization strings #193

Closed 0neGal closed 1 year ago

0neGal commented 1 year ago

Most of these have just been piling up, waiting for an upcoming release, so I could do them all in one PR, instead of several others...

Strings to localize:

"general.running": "Running",

"tooltip.close": "Close Viper",
"tooltip.minimize": "Minimize Viper",
"tooltip.settings": "Settings",
"tooltip.pages.viper": "Viper",
"tooltip.pages.northstar": "Northstar",
"tooltip.pages.titanfall": "Titanfall 2"

The strings themselves are already in their respective localization files, however they're empty! All of them are at the bottom of the files. I only did this to allow for this PR to be able to even be created.