From 1a02220ffc9d9493e831179963f89be7ab093429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Wed, 23 Mar 2022 14:18:37 +0100 Subject: [PATCH] Update en.yml --- lib/lang/en.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/lang/en.yml b/lib/lang/en.yml index d73318d..2fa98b2 100644 --- a/lib/lang/en.yml +++ b/lib/lang/en.yml @@ -1,3 +1,6 @@ +available: 'Available games:' +no_games: 'No games found' + yaml_unspecified: 'You need to specify a path to a YAML file' game_by: 'A game by $author' start: 'Start' @@ -16,4 +19,4 @@ selection: 'Make a selection (number):' not_number: 'Not a number selection' invalid: 'Invalid selection' -error_loading: 'An exception has occured while loading the game from the YAML file:' \ No newline at end of file +error_loading: 'An exception has occured while loading the game from the YAML file'