Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
locale(cz): add states
  • Loading branch information
xDivisionByZerox committed Feb 16, 2023
commit 4db03687eacd8c1179813bc386125b90dd42eb57
17 changes: 16 additions & 1 deletion src/locales/cz/location/state.ts
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
export default [];
export default [
'Jihočeský kraj',
'Jihomoravský kraj',
'Karlovarský kraj',
'Kraj Vysočina',
'Královéhradecký kraj',
'Liberecký kraj',
'Moravskoslezský kraj',
'Olomoucký kraj',
'Pardubický kraj',
'Plzeňský kraj',
'Praha',
'Středočeský kraj',
'Ústecký kraj',
'Zlínský kraj',
];
4 changes: 2 additions & 2 deletions test/all_functional.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ function isMethodOf(mod: string) {
}

const BROKEN_LOCALE_METHODS = {
// TODO ST-DDT 2022-03-28: these are TODOs (usually broken locale files)
// TODO ST-DDT 2022-03-28: these are TODOs (usually broken locale tschechienfiles)
Comment thread
xDivisionByZerox marked this conversation as resolved.
Outdated
company: {
suffixes: ['az'],
companySuffix: ['az'],
},
location: {
state: ['az', 'cz', 'nb_NO', 'sk'],
state: ['az', 'nb_NO', 'sk'],
stateAbbr: ['cz', 'sk'],
},
string: {
Expand Down