Skip to content

Commit

Permalink
Switch default locale back to es (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandones committed Mar 22, 2022
1 parent 0867cb4 commit 7454243
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions configuration/globalproperties/gp_ses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,15 @@
<property>default_locale</property>
<value>en</value>
</globalProperty>
<!-- remove en_GB and other locales, add es_PE -->
<!-- remove en_GB and other locales, add es -->
<globalProperty>
<property>locale.allowed.list</property>
<value>en, es_PE</value>
<value>en, es</value>
</globalProperty>
<!-- set es_PE as the default now that it's been added as an allowed locale -->
<!-- set es as the default now that it's been added as an allowed locale -->
<globalProperty>
<property>default_locale</property>
<value>es_PE</value>
</globalProperty>
<globalProperty>
<property>locale.allowed.list</property>
<value>en, es_PE</value>
<value>es</value>
</globalProperty>
<globalProperty>
<property>coreapps.defaultPatientIdentifierLocation</property>
Expand Down

0 comments on commit 7454243

Please sign in to comment.