Skip to content

Commit

Permalink
[FIX] change language default value
Browse files Browse the repository at this point in the history
  • Loading branch information
az-adhoc committed Jan 3, 2025
1 parent 1dec66f commit 5b1ee1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/adhoc-odoo/v0.2.8/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ questions:
description: "Initial language for the instance"
type: "string"
required: true
default: "es_AR"
default: "es_419"
# SaaS
- variable: odoo.saas.mode
group: "Saas"
Expand Down
2 changes: 1 addition & 1 deletion charts/adhoc-odoo/v0.2.8/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ odoo:
aerooHost: ""
emailFrom: "[email protected]"
withoutDemo: true
language: "es_AR"
language: "es_419"
# Performance Config
saas:
mode: false
Expand Down

0 comments on commit 5b1ee1d

Please sign in to comment.