Files
Chase 45cee195bd Generify source code
Previously we would fail in some parts of the code if we did not have a
premade configuration, now we use any code that was marked as Linux, BSD and
Solaris as our basis in order to support building unknown Unix systems.
2022-08-06 11:31:51 -06:00

9 lines
140 B
Plaintext

# This file is a template for setting the platform-specific LANG
# variable for a locale.
if SOLARIS
LANG=es
else
LANG=es_ES.UTF-8
endif