Skip to content

Commit 4187a3b

Browse files
committed
task update
1 parent 2493073 commit 4187a3b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

packages/api/src/rooms/CountryRoom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class CountryRoom extends Room<CountryRoomState> {
3535
map: options.map,
3636
hasBorders: options.hasBorders,
3737
maxPoints: parseInt(options.maxPoints, 10) || 10,
38-
roundTime: parseInt(options.roundTime, 10) || 15,
38+
roundTime: parseInt(options.roundTime, 10) || 20,
3939
hasIslands: options.hasIslands,
4040
isPublic: options.isPublic,
4141
hasStrictMatches: options.hasStrictMatches,

packages/web/i18n/de.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const de = {
99
t: {
1010
players: "Spieler",
1111
online: "online",
12-
13-
12+
13+
1414
copyLink: "Link kopieren",
1515
searchingPlayers: 'Suche nach Spielern...',
1616
searchingForPlayers: 'Suche nach offenen Spielen...',
@@ -38,7 +38,6 @@ export const de = {
3838
other: 'Sonstiges',
3939
loading: 'Lade...',
4040
madewithlove: 'Gemacht mit ',
41-
players: 'Spieler',
4241
opensource: 'Open Source.',
4342
imprint: 'Impressum',
4443
privacy: 'Datenschutz',

packages/web/i18n/en.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const en = {
1010
t: {
1111
players: "Players",
1212
online: "online",
13-
13+
1414
wePlay: "We're playing",
1515
copyLinkAndGo: 'Copy the link below and share it with your friends.',
1616
gohome: 'Home',
@@ -27,7 +27,6 @@ export const en = {
2727
other: 'Other',
2828
loading: 'Loading...',
2929
madewithlove: 'Made with ',
30-
players: 'Players',
3130
opensource: 'Open source.',
3231
adfree: 'Forever.',
3332
sponsor: 'Donate',

0 commit comments

Comments
 (0)