Skip to content

Commit

Permalink
chore: set the Italian language as default
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jun 21, 2024
1 parent dc5b4da commit 93cd523
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ game("gta5")

description("A DMV School for players to get their drivers license")

version("1.0.0")
version("1.0.1")

lua54("yes")

Expand All @@ -24,13 +24,13 @@ client_scripts({
"client/main.lua",
})

ui_page("html/ui.html")
ui_page("html/ui_it.html")

files({
"html/ui.html",
"html/ui_it.html",
"html/dmv.png",
"html/styles.css",
"html/questions.js",
"html/questions_it.js",
"html/scripts.js",
"html/debounce.min.js",
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ var tableauQuestion = [
question: "Se stai andando a 80 km/h, e ti stai avvicinando a una zona residenziale devi::",
propositionA: "Accellerare",
propositionB: "Mantieni la velocità, se non sorpassi altri veicoli",
propositionC: "Ralenti",
propositionC: "Rallenti",
propositionD: "Mantieni la velocità",
reponse: "C"
},

{
question: "Se al semaforo stai svoltaando a destra, ma vedi un pedone cosa fai:",
question: "Se al semaforo stai svoltando a destra, ma vedi un pedone cosa fai:",
propositionA: "Superi il pedone",
propositionB: "Controlli che non ci siano altri veicoli in giro",
propositionC: "Aspetti che il pedone abbia attraversato",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h2>Progressi</h2>
</div>

<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
<script src="questions.js" type="text/javascript"></script>
<script src="questions_it.js" type="text/javascript"></script>
<script src="scripts.js" type="text/javascript"></script>
<script src="debounce.min.js" type="text/javascript"></script>

Expand Down

0 comments on commit 93cd523

Please sign in to comment.