- // This file is subject to a 1-clause BSD license.
- // Its contents can be found in the enclosed LICENSE file.
- package knmi
- // Language specific constants for this package
- const (
- TextForecastName = "knmi"
- TextNoForecast = "ophalen voorspelling niet gelukt (URL ontbreekt in configuratie)"
- )
|