mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-02-16 07:38:19 +00:00
Summary: With the recent switch of the GeoIP service, the format has also changed from JSON to XML. This was not correctly changed in the welcome module for Lubuntu. Test Plan: 1. Start Calamares (e.g. with an IP address from Europe). 2. Check, that the language is set correctly (e.g. French when in France). Reviewers: wxl, tsimonq2, kc2bez Reviewed By: wxl, kc2bez Differential Revision: https://phab.lubuntu.me/D101
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
---
|
|
region: "America"
|
|
zone: "New_York"
|
|
localeGenPath: "/etc/locale.gen"
|
|
geoip:
|
|
style: "xml"
|
|
url: "https://geoip.ubuntu.com/lookup"
|
|
selector: "TimeZone"
|