Skip to content

Commit

Permalink
Change default language to 'en'
Browse files Browse the repository at this point in the history
  • Loading branch information
jnettels committed Jan 15, 2025
1 parent f8b399f commit fea1ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lpagg/agg.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def perform_configuration(config_file='', cfg=None, ignore_errors=False):
weather_file = os.path.join(cfg['base_folder'], settings['weather_file'])
cfg['settings']['weather_file'] = os.path.abspath(weather_file)

language = cfg['settings'].get('language', 'de')
language = cfg['settings'].get('language', 'en')
if language == 'de':
# Define language for axis labels (month names)
locale.setlocale(locale.LC_ALL, 'de_DE.UTF-8')
Expand Down

0 comments on commit fea1ad5

Please sign in to comment.