I am in a rush right now and can't seem to find the answer i"m looking for.
I have a wordpress website that has english and french versions. I see it is using Multi site language switcher to flip between the different sites.
WHen i look in the template files, i see the _e('some text in here') function which is responsible for rendering english and french text .
However, I can't seem to locate the language/localization files. I went into wp-content/language and I see .mo and .po files. The .mo file is not human readable and hte .po file doesn't have the dictionary of words I want to modify.
Can someone tell me what I need to do to update the localization files?