Skip to content

Commit

Permalink
Update locales.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Nov 9, 2020
1 parent 84cdbb2 commit 1a5435d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion www/app/locale/nl.js
Expand Up @@ -4,7 +4,7 @@
module.config(function(localeProvider) {
localeProvider.locale('nl', {
language: 'nl',
displayName: 'Dutch',
displayName: 'Nederlands',
messages: {
'About': 'Over',
'Add server': 'Server toevoegen',
Expand Down
1 change: 1 addition & 0 deletions www/index.html
Expand Up @@ -25,6 +25,7 @@
<script src="app/locale/en.js"></script>
<script src="app/locale/es.js"></script>
<script src="app/locale/fr.js"></script>
<script src="app/locale/nl.js"></script>
<script src="app/locale/pl.js"></script>
<script src="app/locale/sk.js"></script>
<script src="app/locale/locale.js"></script>
Expand Down

0 comments on commit 1a5435d

Please sign in to comment.