|
|
|
@ -23,6 +23,7 @@ zone: "New_York"
|
|
|
|
|
#
|
|
|
|
|
# Enable only when your Distribution is using an
|
|
|
|
|
# custom path for locale.gen
|
|
|
|
|
#
|
|
|
|
|
#localeGenPath: "PATH_TO/locale.gen"
|
|
|
|
|
|
|
|
|
|
# GeoIP based Language settings: Leave commented out to disable GeoIP.
|
|
|
|
@ -78,14 +79,19 @@ zone: "New_York"
|
|
|
|
|
# <Response><TimeZone>Europe/Brussels</TimeZone></Response>
|
|
|
|
|
# ```
|
|
|
|
|
#
|
|
|
|
|
# To accomodate providers of GeoIP timezone data with peculiar timezone
|
|
|
|
|
# To accommodate providers of GeoIP timezone data with peculiar timezone
|
|
|
|
|
# naming conventions, the following cleanups are performed automatically:
|
|
|
|
|
# - backslashes are removed
|
|
|
|
|
# - spaces are replaced with _
|
|
|
|
|
#
|
|
|
|
|
# Legacy settings "geoipStyle", "geoipUrl" and "geoipSelector"
|
|
|
|
|
# in the top-level are still supported, but I'd advise against.
|
|
|
|
|
#
|
|
|
|
|
# To disable GeoIP checking, either comment-out the entire geoip section,
|
|
|
|
|
# or set the *style* key to an unsupported format (e.g. `none`).
|
|
|
|
|
# Also, note the analogous feature in src/modules/welcome/welcome.conf.
|
|
|
|
|
#
|
|
|
|
|
geoip:
|
|
|
|
|
style: "json"
|
|
|
|
|
url: "https://geoip.kde.org/v1/calamares"
|
|
|
|
|
style: "json"
|
|
|
|
|
url: "https://geoip.kde.org/v1/calamares"
|
|
|
|
|
selector: "" # leave blank for the default
|
|
|
|
|