Skip to content

Commit

Permalink
Add CZ Czech locales
Browse files Browse the repository at this point in the history
  • Loading branch information
mandulaj committed Jun 13, 2016
1 parent 1f47f09 commit 095f6f2
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 095f6f2

Please sign in to comment.