Skip to content

Commit 7d2cc02

Browse files
committed
Fix #26 - vehicle.yml dict file
1 parent 37fa6f9 commit 7d2cc02

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ and the project versioning adheres to [Semantic Versioning](https://semver.org/s
1212
- [#46](https://github.com/serpro69/kotlin-faker/issues/46) [core] Support deterministic constructor selection for randomClassInstance
1313

1414
### Fixed
15+
- [#26](https://github.com/serpro69/kotlin-faker/issues/26) [core] Parameter '4' not found in 'vehicle' category
1516
- [#48](https://github.com/serpro69/kotlin-faker/issues/48) [core] streetFighter#moves: class java.util.LinkedHashMap cannot be cast to class java.lang.String
1617
- [#50](https://github.com/serpro69/kotlin-faker/issues/50) [core] Horseman spelt wrong
18+
- [#56](https://github.com/serpro69/kotlin-faker/issues/56) [core] Values with single '?' char are not always letterified
1719

1820
### Changed
1921
- [core] Configuration for generation of unique values. Old functionality is deprecated and will be removed in future releases. This relates to changes in [#49](https://github.com/serpro69/kotlin-faker/issues/49)

core/src/main/resources/locales/en/vehicle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ en:
5252
MN: '???-###'
5353
MS: ['AA? ###', 'AC? ###', 'AD? ###', 'AE? ###', 'AL? ###', 'AM? ###', 'AT? ###', 'BE? ###', 'BL? ###', 'BR? ###', 'BV? ###', 'CA? ###', 'CB? ###', 'CH? ###', 'CK? ###', 'CL? ###', 'CM? ###', 'CN? ###', 'CP? ###', 'CQ? ###', 'CR? ###', 'CT? ###', 'CV? ###', 'CW? ###', 'CY? ###', 'D?? ###', 'FN? ###', 'FR? ###', 'FS? ###', 'FT? ###', 'GA? ###', 'GE? ###', 'GF? ###', 'GN? ###', 'H?? ###', 'HL? ###', 'HM? ###', 'IS? ###', 'IT? ###', 'IW? ###', 'JA? ###', 'JB? ###', 'JD? ###', 'JF? ###', 'JG? ###', 'JH? ###', 'JI? ###', 'JJ? ###', 'JK? ###', 'JL? ###', 'JM? ###', 'JN? ###', 'JP? ###', 'JQ? ###', 'JR? ###', 'KA? ###', 'KB? ###', 'KC? ###', 'KD? ###', 'KM? ###', 'KT? ###', 'KU? ###', 'LA? ###', 'LB? ###', 'LC? ###', 'LD? ###', 'LE? ###', 'LF? ###', 'LG? ###', 'LH? ###', 'LI? ###', 'LJ? ###', 'LK? ###', 'LL? ###', 'LM? ###', 'LN? ###', 'LP? ###', 'LQ? ###', 'LR? ###', 'LS? ###', 'LT? ###', 'LU? ###', 'LV? ###', 'LW? ###', 'LX? ###', 'LY? ###', 'LZ? ###', 'MA? ###', 'MB? ###', 'MC? ###', 'MD? ###', 'ME? ###', 'MF? ###', 'MJ? ###', 'MK? ###', 'ML? ###', 'MN? ###', 'MP? ###', 'MQ? ###', 'MR? ###', 'MS? ###', 'MT? ###', 'NE? ###', 'NF? ###', 'NV? ###', 'NW? ###', 'NX?###', 'PA? ###', 'PB? ###', 'PC? ###', 'PE? ###', 'PK? ###', 'PL? ###', 'PM? ###', 'PN? ###', 'PP? ###', 'PQ? ###', 'PR? ###', 'PS? ###', 'PT? ###', 'PU? ###', 'PW? ###', 'PX? ###', 'QT? ###', 'R?? ###', 'SC? ###', 'SD? ###', 'SF? ###', 'SG? ###', 'SH? ###', 'SM? ###', 'SN? ###', 'SP? ###', 'SR? ###', 'ST? ###', 'SU? ###', 'TA? ###', 'TB? ###', 'TL? ###', 'TN? ###', 'TP? ###', 'TQ? ###', 'TS? ###', 'TT? ###', 'UN? ###', 'UP? ###', 'WA? ###', 'WB? ###', 'WC? ###', 'WD? ###', 'WE? ###', 'WK? ###', 'WL? ###', 'WM? ###', 'WN? ###', 'WP? ###', 'WR? ###', 'WS? ###', 'WT? ###', 'WU? ###', 'WV? ###', 'WW? ###', 'WY? ###', 'WZ? ###', 'YA? ###', 'YL? ###', 'YZ? ###']
5454
MO: '??# ?#?'
55-
MT: ['#-#####?', '#???##', '[1-4]#-#{4}?', '5[0-6]-#{4}?', '[1-4]#??##', '5[0-6]??##']
55+
MT: ['#-#####?', '#???##', '[1-4]#-####?', '5[0-6]-####?', '[1-4]#??##', '5[0-6]??##']
5656
NE: ['??? ###', '#-?####', '#-??###', '[1-8]#-?###', '9[0-3]-?###', '[1-8]#-??##', '9[0-3]-??##']
5757
NV: '###·?##'
5858
NH: ['#####', '### ###', '### ####']

0 commit comments

Comments
 (0)