copy invite and tests
This commit is contained in:
parent
c9e63f1fdd
commit
b6b8dd7dbf
10
.github/workflows/tests.yaml
vendored
Normal file
10
.github/workflows/tests.yaml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
name: Test Pull requests
|
||||
on:
|
||||
pull_request:
|
||||
jobs:
|
||||
test_build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Unified Docker image
|
||||
run: docker build . --file Dockerfile
|
@ -52,7 +52,7 @@
|
||||
"pick_a_card": "FLIP A CARD",
|
||||
"to_defend_from": "TO DEFEND YOURSELF FROM",
|
||||
"submit": "Submit",
|
||||
"copy": "Copy",
|
||||
"copy": "Copy invite",
|
||||
"chat": {
|
||||
"chat": "Chat",
|
||||
"joined": "{0} joined the lobby",
|
||||
|
@ -52,7 +52,7 @@
|
||||
"pick_a_card": "ESTRAI UNA CARTA",
|
||||
"to_defend_from": "PER DIFENDERTI DA",
|
||||
"submit": "Invia",
|
||||
"copy": "Copia",
|
||||
"copy": "Copia invito",
|
||||
"chat": {
|
||||
"chat": "Chat",
|
||||
"joined": "{0} è entrato nella stanza",
|
||||
|
Loading…
Reference in New Issue
Block a user