From 98dd4024c2f10ff172a8bc52ac734830e3006309 Mon Sep 17 00:00:00 2001 From: Jannik Tappert Date: Thu, 16 May 2024 10:42:07 +0200 Subject: [PATCH] Changed pull back to english since there isnt enough space for a german word that makes sense and most if not all german players understand "pull" --- src/locales/de/egg.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/de/egg.ts b/src/locales/de/egg.ts index 06786c34296..b88b500b99e 100644 --- a/src/locales/de/egg.ts +++ b/src/locales/de/egg.ts @@ -16,6 +16,6 @@ export const egg: SimpleTranslationEntries = { "selectMachine": "Wähle eine Maschine", "notEnoughVouchers": "Du hast nicht genug Ei-Gutscheine!", "tooManyEggs": "Du hast schon zu viele Eier!", - "pull": "Ziehen", - "pulls": "Ziehungen", + "pull": "Pull", + "pulls": "Pulls", } as const; \ No newline at end of file