copy invite and tests

This commit is contained in:
Alberto Xamin 2020-12-13 11:43:03 +01:00
parent c9e63f1fdd
commit b6b8dd7dbf
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2
3 changed files with 12 additions and 2 deletions

10
.github/workflows/tests.yaml vendored Normal file
View 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

View File

@ -52,7 +52,7 @@
"pick_a_card": "FLIP A CARD", "pick_a_card": "FLIP A CARD",
"to_defend_from": "TO DEFEND YOURSELF FROM", "to_defend_from": "TO DEFEND YOURSELF FROM",
"submit": "Submit", "submit": "Submit",
"copy": "Copy", "copy": "Copy invite",
"chat": { "chat": {
"chat": "Chat", "chat": "Chat",
"joined": "{0} joined the lobby", "joined": "{0} joined the lobby",

View File

@ -52,7 +52,7 @@
"pick_a_card": "ESTRAI UNA CARTA", "pick_a_card": "ESTRAI UNA CARTA",
"to_defend_from": "PER DIFENDERTI DA", "to_defend_from": "PER DIFENDERTI DA",
"submit": "Invia", "submit": "Invia",
"copy": "Copia", "copy": "Copia invito",
"chat": { "chat": {
"chat": "Chat", "chat": "Chat",
"joined": "{0} è entrato nella stanza", "joined": "{0} è entrato nella stanza",