Skip to content

Commit

Permalink
Merge pull request #381 from zpiman/master
Browse files Browse the repository at this point in the history
[locales] Add `CZ` Czech
  • Loading branch information
Marak authored Jul 11, 2016
2 parents 1f47f09 + 095f6f2 commit 0b9c9f5
Show file tree
Hide file tree
Showing 45 changed files with 14,768 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/locales.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exports['cz'] = require('./locales/cz');
exports['de'] = require('./locales/de');
exports['de_AT'] = require('./locales/de_AT');
exports['de_CH'] = require('./locales/de_CH');
Expand Down
5 changes: 5 additions & 0 deletions lib/locales/cz/address/building_number.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module["exports"] = [
"#",
"##",
"###"
];
3 changes: 3 additions & 0 deletions lib/locales/cz/address/city.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module["exports"] = [
"#{city_name}"
];
Loading

0 comments on commit 0b9c9f5

Please sign in to comment.