@globalbrain/sefirot 4.19.0 → 4.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,8 +4,8 @@ import { ymd as baseYmd } from '../validators/ymd'
|
|
|
4
4
|
type YmdType = 'y' | 'm' | 'd'
|
|
5
5
|
|
|
6
6
|
export const message = {
|
|
7
|
-
en: 'The
|
|
8
|
-
ja: '
|
|
7
|
+
en: 'The date is invalid.',
|
|
8
|
+
ja: '日付表記が正しくありません。'
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
export function ymd(required?: YmdType[], msg?: string) {
|
package/package.json
CHANGED