@trackunit/react-form-components 0.0.256 → 0.0.257
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.
- package/package.json +1 -1
- package/translation.cjs17.js +1 -1
- package/translation.esm17.js +1 -1
package/package.json
CHANGED
package/translation.cjs17.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "รหัสประเทศไม่ถูกต้อง",
|
|
5
5
|
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
6
|
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
7
|
"phoneField.error.REQUIRED": "The phone number is required",
|
package/translation.esm17.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "รหัสประเทศไม่ถูกต้อง",
|
|
3
3
|
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
4
|
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
5
|
"phoneField.error.REQUIRED": "The phone number is required",
|