Skip to content

Commit

Permalink
Merge pull request #529 from thomastoye/master
Browse files Browse the repository at this point in the history
Add nl_BE locale
  • Loading branch information
Marak authored Oct 12, 2017
2 parents ef5d2e1 + afcf865 commit 33731a7
Show file tree
Hide file tree
Showing 29 changed files with 1,521 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ exports['ja'] = require('./locales/ja');
exports['ko'] = require('./locales/ko');
exports['nb_NO'] = require('./locales/nb_NO');
exports['nep'] = require('./locales/nep');
exports['nl_BE'] = require('./locales/nl_BE');
exports['nl'] = require('./locales/nl');
exports['pl'] = require('./locales/pl');
exports['pt_BR'] = require('./locales/pt_BR');
Expand Down
8 changes: 8 additions & 0 deletions lib/locales/nl_BE/address/building_number.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module["exports"] = [
"#",
"##",
"###",
"###a",
"###b",
"###c"
];
4 changes: 4 additions & 0 deletions lib/locales/nl_BE/address/city.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module["exports"] = [
"#{city_prefix}",
"#{city_prefix}}#{city_suffix}"
];
Loading

0 comments on commit 33731a7

Please sign in to comment.