Skip to content

Commit

Permalink
Fixed typos(pls help me find more I'm illiterate)
Browse files Browse the repository at this point in the history
  • Loading branch information
klushy225 authored Apr 18, 2024
1 parent a79708e commit a8c8464
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions code/procs/accents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -925,9 +925,9 @@ proc/random_accent()

var/list/phrase = list(
"excuse me" = "entschuldigung",
"yes sir" = "javol",
"yes maam" = "javol",
"yes ma'am" = "javol",
"yes sir" = "jawohl",
"yes maam" = "jawohl",
"yes ma'am" = "jawohl",
"good morning" = "guten morgen",
"good day" = "guten tag",
"good afternoon" = "guten tag",
Expand Down
18 changes: 8 additions & 10 deletions strings/language/german.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ object@=objekt
oh@=aeh
old@=alt
one@=eins
orange@=orangen
oven@=backoven
orange@=orange
oven@=backofen
over@=uber
paper@=papier
pasta@=nudeln
Expand All @@ -151,20 +151,18 @@ sausage@=bratwurst
shame@=scham
shameful@=schamvoll
she@=sie
shit@=sheisse
shitcurity@=scheipolizei
shit@=scheisse
shiteater@=scheissfresser
shitsec@=scheisspolizei
shoe@=shu
shoes@=schue
shoe@=schuh
shoes@=schuhe
sir@=her
snow@=schnee
son@=sohn
sorry@=entschuldigung
soup@=suppe
sour@=sauer
stone@=stein
stones@=steinen
stones@=steine
strong@=stark
sugar@=zucker
sun@=sonne
Expand Down Expand Up @@ -194,15 +192,15 @@ when@=wann
wonderful@=wunderbar
worm@=wurm
yes@=ja
yessir@=javol
yessir@=jawohl
yogurt@=joghurt
yummy@=lecker
right@=recht
true@=rightig
false@=falsch
head@=kopf
care@=kare
sweet@=suss
sweet@=suess
grass@=glas
ice@=eis
mustard@=senf
Expand Down

0 comments on commit a8c8464

Please sign in to comment.