Skip to content
Snippets Groups Projects
Commit 947506a2 authored by Rolf Allard van Hagen's avatar Rolf Allard van Hagen Committed by GitHub
Browse files

Add English UK and Dutch locales

parent 1c92ce75
No related branches found
No related tags found
1 merge request!250Dutch and British English
...@@ -625,8 +625,10 @@ angular.module('cesium.utils.services', ['ngResource']) ...@@ -625,8 +625,10 @@ angular.module('cesium.utils.services', ['ngResource'])
resizeSrc: resizeImageFromSrc resizeSrc: resizeImageFromSrc
}, },
locales: [ locales: [
{id:'en', label:'English'},
{id:'en-GB', label:'English (UK)'},
{id:'fr-FR', label:'Français'}, {id:'fr-FR', label:'Français'},
{id:'en', label:'English'} {id:'nl-NL', label:'Nederlands'}
] ]
}; };
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment