Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from matin-deriv/initial_translation
Browse files Browse the repository at this point in the history
Initial Translations Setup
  • Loading branch information
matin-deriv authored Oct 23, 2023
2 parents 305c8ff + 93e7092 commit 4a362ab
Show file tree
Hide file tree
Showing 10 changed files with 19,446 additions and 20,467 deletions.
22 changes: 10 additions & 12 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"endOfLine": "lf",
"singleQuote": true,
"useTabs": false,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 120,
"jsxSingleQuote": true,
"arrowParens": "avoid",
"proseWrap": "preserve",
"plugins": [
"prettier-plugin-tailwindcss"
]
"endOfLine": "lf",
"singleQuote": true,
"useTabs": false,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 120,
"jsxSingleQuote": true,
"arrowParens": "avoid",
"proseWrap": "preserve",
"plugins": ["prettier-plugin-tailwindcss"]
}
Loading

0 comments on commit 4a362ab

Please sign in to comment.