Add all the internationalization-related
[platform/upstream/coreutils.git] / tests / lang-default
1 #!/bin/sh
2 # Set locale-related environment variables so we get consistent
3 # message translations, time formats, sort orderings, etc.
4
5 for i in \
6     LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_MESSAGES LC_NUMERIC LC_TIME; do
7   eval "$i=; export $i"
8 done