-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEQ-2179] nada/feat: localization for pages (#68)
* feat: localization for pages * fix: added localization for rest of the components in pages * fix: replaced text area component * chore: add localization for constants * fix: reverted changes for the order details related files to avoid repetition
- Loading branch information
1 parent
fbd4f36
commit 95f875f
Showing
69 changed files
with
409 additions
and
710 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"endOfLine": "lf", | ||
"singleQuote": true, | ||
"useTabs": false, | ||
"tabWidth": 4, | ||
"trailingComma": "es5", | ||
"printWidth": 120, | ||
"jsxSingleQuote": true, | ||
"arrowParens": "avoid", | ||
"proseWrap": "preserve" | ||
"endOfLine": "lf", | ||
"singleQuote": true, | ||
"useTabs": false, | ||
"tabWidth": 4, | ||
"trailingComma": "es5", | ||
"printWidth": 120, | ||
"jsxSingleQuote": true, | ||
"arrowParens": "avoid", | ||
"proseWrap": "preserve" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module.exports = { | ||
plugins: { | ||
autoprefixer: {}, | ||
tailwindcss: {}, | ||
}, | ||
plugins: { | ||
autoprefixer: {}, | ||
tailwindcss: {}, | ||
}, | ||
}; |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.