Skip to content
/ Gava Public
forked from zitreF/JavaInPolish

Java translator from German to English! 🫠

Notifications You must be signed in to change notification settings

BenHerbst/Gava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gava - Java in German




German Version created by Ben Herbst: https://www.benherbst.de/

Example code in German:

öffentlich klasse Beispiel {
    öffentlich statisch leer main(String[] args) {
        zeichenkette alphabet = "abcdefghijklmnopqrstuvwxyz";
        falls (alphabet.istGleich(alphabet)) {
            System.out.drucken("wahr");
        } sonst {
            System.out.drucken("falsch");
        }
    }
}

All supported German words:

während - while

falls - if

wahr - true

falsch - false

öffentlich - public

privat - private

geschützt - protected

statisch - static

leer - void

stopp - break

weiter - continue

wechsel - switch

klasse - class

zeichenkette - String

final - final

null - null

versuch - try

fangen - catch

gleicht - equals

drucken - print

sonst - else

Credits

Thanks to zitreF for creating the Polish version which I forked for german!

About

Java translator from German to English! 🫠

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%