Hi,
sorry to bother with this, but is there any way of knowing (approximately) when will the next version (3.0.3) be released?
I am asking, because I was unable to implement the Czech translations into geonetwork drop-down language menu (so that there would be “Czech” possibility ). I have just substituted my translation instead the default English, so it works, but the users might be confused by this…
Thanks
Jaroslav
You need to change language list in CatController.js
Lines 48 and 50.
I have code like this for using only english and slovenian language.
// TODO : get list from server side
$scope.langs = {'eng': 'en', 'sl' : 'sl'};
// Lang names to be displayed in language selector
$scope.langLabels = {'eng': 'English', 'sl' : 'Slovenščina'};
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoNetwork-next-stable-release-3-0-3-tp5233296p5233881.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.