changeset 4483:778b13025244

Fix entry for RS in CC language code lookup.
author Sascha Wilde <wilde@intevation.de>
date Thu, 26 Sep 2019 11:32:33 +0200
parents c982969e7743
children 819eafe60f41
files pkg/common/lang.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/common/lang.go	Thu Sep 26 11:04:47 2019 +0200
+++ b/pkg/common/lang.go	Thu Sep 26 11:32:33 2019 +0200
@@ -23,5 +23,5 @@
 	"HR": "HR",
 	"BG": "BG",
 	"RO": "RO",
-	"RS": "RS",
+	"RS": "SR",
 }