-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v1.3.2 Changing tests defaultLocales and messages location
- Loading branch information
1 parent
ba195b7
commit 6674790
Showing
24 changed files
with
254 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"userInfo.greeting": "Hi", | ||
"pages.addresses": "Addresses", | ||
"pages.addressCreate": "Add address", | ||
"pages.addressEdit": "Edit address", | ||
"pages.profile": "Profile", | ||
"pages.profileEdit": "Edit Profile", | ||
"pages.myAccount": "My account", | ||
"personalData.redefinePassword": "Redefine password", | ||
"personalData.saveData": "Save changes", | ||
"personalData.password": "Password", | ||
"personalData.currentPassword": "Current password", | ||
"personalData.newPassword": "New password", | ||
"personalData.confirmPassword": "Confirm new password", | ||
"personalData.savePassword": "Save password", | ||
"personalData.yourPasswordMust": "Your password must have at least:", | ||
"personalData.8chars": "8 characters", | ||
"personalData.1number": "1 number", | ||
"personalData.1upLetter": "1 uppercase letter", | ||
"personalData.1lowLetter": "1 lowercase letter", | ||
"upload.loading": "Loading…", | ||
"upload.choosePhoto": "Choose a Picture", | ||
"upload.chooseAgain": "Choose another Picture", | ||
"upload.save": "Save", | ||
"upload.dragYourPhoto": "Drag your new profile picture here", | ||
"upload.photoUpdated": "Your profile picture was successfully updated.", | ||
"upload.or": "or", | ||
"addresses.addAddress": "Add address", | ||
"addresses.saveAddress": "Save address", | ||
"addresses.deleteAddress": "Delete address", | ||
"addresses.notFound": "You don't have any addresses yet!", | ||
"commons.edit": "Edit", | ||
"alert.addressNotFound": "The selected address was not found.", | ||
"alert.success": "Your information was successfully saved.", | ||
"alert.fileTooBig": "This image is above the 4MB limit, choose a smaller one.", | ||
"alert.passwordMismatch": "Passwords do not match.", | ||
"alert.wrongPassword": "Current password is wrong.", | ||
"alert.wrongAndAboutToBlock": "Current password is wrong. One more invalid attempt will block your account for one hour.", | ||
"alert.blockedUser": "You have been blocked, try again later.", | ||
"editor.defaultRoute.name": "My Account - Home", | ||
"editor.defaultRoute.description": "My Account's default page", | ||
"editor.defaultRoute.field": "My Account's default path", | ||
"editor.menu.name": "My Account - Menu", | ||
"editor.menu.description": "My Account's side menu", | ||
"editor.menu.field": "Menu's Extension Point" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"compilerOptions": { | ||
"types": [ | ||
"bluebird-global", | ||
"node" | ||
], | ||
"typeRoots": [ | ||
"node_modules/@types" | ||
], | ||
"lib": [ | ||
"esnext.asynciterable", | ||
"es2017" | ||
], | ||
"target": "es2017", | ||
"module": "commonjs", | ||
"sourceMap": false, | ||
"allowJs": true | ||
}, | ||
"typeAcquisition": { | ||
"enable": false | ||
}, | ||
"include": [ | ||
"./**/*" | ||
], | ||
"exclude": [ | ||
"node_modules" | ||
], | ||
"compileOnSave": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": "tslint-config-vtex" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.