Skip to content

Commit 095f6f2

Browse files
committed
Add CZ Czech locales
1 parent 1f47f09 commit 095f6f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+14768
-0
lines changed

lib/locales.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
exports['cz'] = require('./locales/cz');
12
exports['de'] = require('./locales/de');
23
exports['de_AT'] = require('./locales/de_AT');
34
exports['de_CH'] = require('./locales/de_CH');
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module["exports"] = [
2+
"#",
3+
"##",
4+
"###"
5+
];

lib/locales/cz/address/city.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module["exports"] = [
2+
"#{city_name}"
3+
];

0 commit comments

Comments
 (0)