view pkg/misc/lang.go @ 2613:2ee6c32f1ba6

client: fix UI for URL/file import settings Make the style of the toggle button setting for `URL` similiar to the used default stale for `file` in the `Import via` setting which is used for configuring a number of imports. So users can see that both settings of the toggle button can lead to a valid configuration.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 13 Mar 2019 12:31:52 +0100
parents ce39e9954e85
children
line wrap: on
line source

// This is Free Software under GNU Affero General Public License v >= 3.0
// without warranty, see README.md and license for details.
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// License-Filename: LICENSES/AGPL-3.0.txt
//
// Copyright (C) 2019 by via donau
//   – Österreichische Wasserstraßen-Gesellschaft mbH
// Software engineering by Intevation GmbH
//
// Author(s):
//  * Sascha Wilde <wilde@intevation.de>

package misc

var CCtoLang = map[string]string{
	"GB": "EN",
	"AT": "DE",
	"SK": "SK",
	"HU": "HU",
	"HR": "HR",
	"BG": "BG",
	"RO": "RO",
}