Tag : custom language
Home » Posts tagged custom language"
I am working on writing my own custom language (Yiddish) which resembles de. I found de to be mainly in main/say.c. I am a novice when it comes to c. Would changing:} else if (!strncasecmp(lang, de, 2)) {to:} else if (!strncasecmp(lang, de, 2) ||!strncasecmp(la..