Skip to content

Commit

Permalink
fix(locale): max to 9 for 丁目,番地 and 号
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita committed Jun 1, 2023
1 parent a83f75a commit 93995de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/ja/location/street_pattern.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default [
'{{number.int({"max": 10, "min": 1})}}丁目{{number.int({"max": 10, "min": 1})}}番{{number.int({"max": 10, "min": 1})}}号',
'{{number.int({"max": 9, "min": 1})}}丁目{{number.int({"max": 9, "min": 1})}}番{{number.int({"max": 9, "min": 1})}}号',
];

0 comments on commit 93995de

Please sign in to comment.