add translation tip
This commit is contained in:
parent
307ce461db
commit
f3857311d5
@ -147,7 +147,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.randomTip = `tip_${1+Math.floor(Math.random() * 6)}`
|
this.randomTip = `tip_${1+Math.floor(Math.random() * 7)}`
|
||||||
if (localStorage.getItem('username'))
|
if (localStorage.getItem('username'))
|
||||||
this.username = localStorage.getItem('username')
|
this.username = localStorage.getItem('username')
|
||||||
else {
|
else {
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"tip_4": "Dodge City, High Noon, Fistful Of Cards included!",
|
"tip_4": "Dodge City, High Noon, Fistful Of Cards included!",
|
||||||
"tip_5": "Found a bug? Message us on discord!",
|
"tip_5": "Found a bug? Message us on discord!",
|
||||||
"tip_6": "Now with a discord server!",
|
"tip_6": "Now with a discord server!",
|
||||||
|
"tip_7": "If you want to help us translate the game in your language, ping us on discord!",
|
||||||
"online_players": "Online players: ",
|
"online_players": "Online players: ",
|
||||||
"choose_username": "Pick an username:",
|
"choose_username": "Pick an username:",
|
||||||
"available_lobbies": "Available Lobbies:",
|
"available_lobbies": "Available Lobbies:",
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"tip_4": "Dodge City, High Noon, Fistful Of Cards inclusi!",
|
"tip_4": "Dodge City, High Noon, Fistful Of Cards inclusi!",
|
||||||
"tip_5": "Se trovi un bug comunicacelo su discord!",
|
"tip_5": "Se trovi un bug comunicacelo su discord!",
|
||||||
"tip_6": "Adesso con un server discord!",
|
"tip_6": "Adesso con un server discord!",
|
||||||
|
"tip_7": "Se vuoi aiutarci a tradurre il gioco nella tua lingua scrivicelo su discord!",
|
||||||
"online_players": "Giocatori online: ",
|
"online_players": "Giocatori online: ",
|
||||||
"choose_username": "Scegli un username:",
|
"choose_username": "Scegli un username:",
|
||||||
"available_lobbies": "Stanze disponibili:",
|
"available_lobbies": "Stanze disponibili:",
|
||||||
|
Loading…
Reference in New Issue
Block a user