Browse Source

Correct autonym of Dutch language

"Dutch" to "Nederlands"
https://en.wikipedia.org/wiki/Dutch_language
master
Robin van der Vliet 10 years ago
parent
commit
c17ad60cad
  1. 2
      app/js/lib/config.js

2
app/js/lib/config.js

@ -62,7 +62,7 @@ Config.I18n = { @@ -62,7 +62,7 @@ Config.I18n = {
'es-es': 'Español',
'it-it': 'Italiano',
'ru-ru': 'Русский',
'nl-nl': 'Dutch',
'nl-nl': 'Nederlands',
'pt-br': 'Português (Brazil)'
},
aliases: {

Loading…
Cancel
Save