Skip to content

Commit

Permalink
Add Norwegian Bokmål (nb_NO) to the gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ts95 committed Nov 20, 2016
1 parent bed7ec8 commit 7d919d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,14 @@ module.exports = function(grunt) {
require: ['./src/lang/zh_TW:./lang/zh_TW']
},
dest: 'dist/lang/zh_TW.js'
},
},
nbNOLang: {
src: [],
options: {
require: ['./src/lang/nb_NO:./lang/nb_NO']
},
dest: 'dist/lang/nb_NO.js'
},
dist: {
files: {
'dist/validator.js': 'src/validator.js'
Expand Down

0 comments on commit 7d919d1

Please sign in to comment.