aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/common/templates/locale.conf
blob: e9fc2e06790bd5f0f995bc3e98dd248475ad8d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<%-
# should not be changed
locale = 'en_US.UTF-8'

-%>
LC_TELEPHONE=<%= locale %>
LC_CTYPE=<%= locale %>
LANGUAGE=<%= locale %>:<%= locale.split('.')[0] %>:<%= locale.split('.')[0].split('_')[0] %>
LC_MONETARY=<%= locale %>
LC_ADDRESS=<%= locale %>
LC_COLLATE=<%= locale %>
LC_PAPER=<%= locale %>
LC_NAME=<%= locale %>
LC_NUMERIC=<%= locale %>
LC_MEASUREMENT=<%= locale %>
LC_TIME=<%= locale %>
LANG=<%= locale %>
LC_IDENTIFICATION=<%= locale %>
LC_MESSAGES=<%= locale %>