Skip to content

Commit

Permalink
Improved the questions of the videogames generators
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289845 committed Apr 18, 2024
1 parent f9418a1 commit c414f65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions questionGenerator/src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ question.capital = What's the capital of %s?
question.size = What's the size of %s?
question.governmentHead = Who's the current head of the government of %s?
question.director = Who's the director of the %s %s?
question.videogame.developer = Who were the developers of %s?
question.videogame.publisher = Who was the publisher of %s?
question.videogame.developer = Who were the developers of the videogame %s?
question.videogame.publisher = Who was the publisher of the videogame %s?
4 changes: 2 additions & 2 deletions questionGenerator/src/main/resources/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ question.capital = What's the capital of %s?
question.size = What's the size of %s?
question.governmentHead = Who's the current head of the government of %s?
question.director = Who's the director of the %s %s?
question.videogame.developer = Who were the developers of %s?
question.videogame.publisher = Who was the publisher of %s?
question.videogame.developer = Who were the developers of the videogame %s?
question.videogame.publisher = Who was the publisher of the videogame %s?
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ question.capital = ¿Cuál es la capital de %s?
question.size = ¿Cuál es el área (km cuadrados) de %s?
question.governmentHead = ¿Quién es el actual jefe de gobierno de %s?
question.director = ¿Quién es el director de la %s %s?
question.videogame.developer = ¿Quién desarolló %s?
question.videogame.developer = ¿Quién desarolló el videojuego %s?
question.videogame.publisher = ¿Cuál fue la distribuidora del videojuego %s?

0 comments on commit c414f65

Please sign in to comment.