Skip to content

Commit 61b053f

Browse files
authored
fix(translations): remove old translation files and merge redundant files (#1370)
* fix(locale): Remove old translation files introduced by weblate The updated translation files are already available in the new `enext` system under `app/eventyay/locale`. * fix(locale): Merge redundant language files
1 parent 9741041 commit 61b053f

File tree

22 files changed

+44561
-256776
lines changed

22 files changed

+44561
-256776
lines changed

app/eventyay/config/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def instance_name(request):
571571
'natural_name': 'Deutsch',
572572
'official': True,
573573
'percentage': 100,
574-
'path': 'de_DE',
574+
'path': 'de',
575575
},
576576
'de-formal': {
577577
'name': _('German (formal)'),
@@ -618,7 +618,7 @@ def instance_name(request):
618618
'natural_name': 'Français',
619619
'official': False,
620620
'percentage': 98,
621-
'path': 'fr_FR',
621+
'path': 'fr',
622622
},
623623
'it': {
624624
'name': _('Italian'),

0 commit comments

Comments
 (0)