Default language to France

This commit is contained in:
ElPumpo
2018-11-10 21:44:23 +01:00
parent 9093c9912b
commit 08df136249
+1 -1
View File
@@ -1,5 +1,5 @@
Config = {}
Config.Locale = 'sv'
Config.Locale = 'fr'
Config.Accounts = { 'bank', 'black_money' }
Config.AccountLabels = { bank = _U('bank'), black_money = _U('black_money') }