|
// Copyright (c) 2023 Joshua Rich <joshua.rich@gmail.com>
|
|
//
|
|
// This software is released under the MIT License.
|
|
// https://opensource.org/licenses/MIT
|
|
|
|
package translations
|
|
|
|
//go:generate gotext -srclang=en update -out=catalog.go -lang=en github.com/joshuar/go-hass-agent
|