comparison pkg/misc/lang.go @ 2562:ce39e9954e85

Make upload of AGM require only "fk_gauge_id" "measure_date" and "value"
author Sascha Wilde <wilde@intevation.de>
date Fri, 08 Mar 2019 18:57:58 +0100
parents
children
comparison
equal deleted inserted replaced
2561:4d5f419a2318 2562:ce39e9954e85
1 // This is Free Software under GNU Affero General Public License v >= 3.0
2 // without warranty, see README.md and license for details.
3 //
4 // SPDX-License-Identifier: AGPL-3.0-or-later
5 // License-Filename: LICENSES/AGPL-3.0.txt
6 //
7 // Copyright (C) 2019 by via donau
8 // – Österreichische Wasserstraßen-Gesellschaft mbH
9 // Software engineering by Intevation GmbH
10 //
11 // Author(s):
12 // * Sascha Wilde <wilde@intevation.de>
13
14 package misc
15
16 var CCtoLang = map[string]string{
17 "GB": "EN",
18 "AT": "DE",
19 "SK": "SK",
20 "HU": "HU",
21 "HR": "HR",
22 "BG": "BG",
23 "RO": "RO",
24 }