Skip to content

Commit

Permalink
feat: update proton path not found exception
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyadd committed Jul 8, 2024
1 parent 63b9384 commit 6bf7bbb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ You can download prebuilt binaries directly from [**GitHub releases**](https://g
The LaLa Launcher for Linux relies on [**Proton**](https://github.com/ValveSoftware/Proton) to run trainers. To use trainers, you must:
- Install Steam and set up Proton.
- Have the game already installed.
- Make sure the game uses Proton.

For user who uses [Flatpak Steam](https://flathub.org/apps/com.valvesoftware.Steam), you also need to:
- Add AppImage LaLa as a Non-Steam game.
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"newVersion": "\uD83D\uDD25 Neue Version {latestVersion} verfügbar!",
"upToDate": "\uD83C\uDF89 Bereits aktuell",
"downloadAddress": "Download-Adresse:",
"protonPathNotFound": "Proton-Pfad nicht gefunden.\n\nBitte stelle sicher, dass Proton installiert ist.\n\nAktueller Pfad: {protonPath}",
"protonPathNotFound": "Proton-Pfad nicht gefunden.\n\nBitte stelle sicher, dass Proton installiert ist und das Spiel Proton verwendet.\n\nAktueller Pfad: {protonPath}",
"trainerPathNotFound": "Trainerpfad nicht gefunden.\n\nAktueller Pfad: {trainerPath}",
"steamPathNotFound": "Steam Pfad nicht gefunden.\n\nDu kannst den Pfad in den Einstellungen angeben.\n\nAktueller Pfad: {steamPath}\n\nStandardpfad: {defaultPath}",
"gamePathNotFound": "Spielpfad nicht gefunden. Bitte stelle sicher, dass das Spiel installiert ist.\n\nStelle bei Nicht-Steam Spielen oder benutzerdefinierten Trainern sicher, dass das Spiel ausgeführt wird.\n\nAktueller Pfad: {gamePath}",
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"newVersion": "\uD83D\uDD25 New Version {latestVersion} available!",
"upToDate": "\uD83C\uDF89 Already up to date",
"downloadAddress": "Download Address:",
"protonPathNotFound": "Proton path not found.\n\nPlease ensure Proton is installed.\n\nCurrent Path: {protonPath}",
"protonPathNotFound": "Proton path not found.\n\nPlease ensure Proton is installed and the game uses Proton.\n\nCurrent Path: {protonPath}",
"trainerPathNotFound": "Trainer path not found.\n\nCurrent Path: {trainerPath}",
"steamPathNotFound": "Steam path not found.\n\nYou can specify the path in the settings.\n\nCurrent Path: {steamPath}\n\nDefault Path: {defaultPath}",
"gamePathNotFound": "Game path not found. Please ensure the game is installed.\n\nFor non-Steam games or custom trainers, make sure the game is running.\n\nCurrent Path: {gamePath}",
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_zh.arb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"newVersion": "\uD83D\uDD25 新版本 {latestVersion} 可更新!",
"upToDate": "\uD83C\uDF89 已是最新版本",
"downloadAddress": "下载地址:",
"protonPathNotFound": "未找到Proton路径。\n\n请确认已安装Proton。\n\n当前路径为: {protonPath}",
"protonPathNotFound": "未找到Proton路径。\n\n请确认已安装Proton并且游戏使用proton。\n\n当前路径为: {protonPath}",
"trainerPathNotFound": "未找到修改器路径。\n\n当前路径为: {trainerPath}",
"steamPathNotFound": "未找到Steam路径。\n\n您可以在设置中指定路径。\n\n当前路径为: {steamPath}\n\n默认路径为: {defaultPath}",
"gamePathNotFound": "游戏路径未找到。请确保游戏已安装。\n\n对于非Steam游戏或者自定义修改器,请确保游戏已启动。\n\n当前路径为: {gamePath}",
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import 'widget/custom_setting_dialog.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
localStorage.initCacheManager();
// TODO: proton path not found update
// TODO: Readme Update (don't forget ch and de)
// TODO: steam deck gaming mode
// TODO: new feature
// TODO: sd card read
Expand Down

0 comments on commit 6bf7bbb

Please sign in to comment.