-
Ian Goldberg authored
configure checks for the availability of i18n, but if it's not there, we weren't doing anything sensible. Now, we just use the English constant text strings in the code by defining _(x) and N_(x) to be just (x).
b08967ab
configure checks for the availability of i18n, but if it's not there, we weren't doing anything sensible. Now, we just use the English constant text strings in the code by defining _(x) and N_(x) to be just (x).