Skip to content

Commit

Permalink
formatting and extension recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
cmintey committed Dec 2, 2024
1 parent b33577b commit 038a1e0
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 296 deletions.
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"recommendations": [
"lokalise.i18n-ally",
"esbenp.prettier-vscode",
"svelte.svelte-vscode",
"bradlc.vscode-tailwindcss",
"prisma.prisma",
"vunguyentuan.vscode-postcss"
]
}
26 changes: 13 additions & 13 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html",
"markdown",
"svelte"
],
"i18n-ally.localesPaths": [
"src/i18n"
],
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "html", "markdown", "svelte"],
"i18n-ally.localesPaths": ["src/i18n"],
"i18n-ally.sortKeys": true,
"i18n-ally.keepFulfilled": true,
"i18n-ally.keepFulfilled": false,
"i18n-ally.keystyle": "nested",
"i18n-ally.indent": 4,
"i18n-ally.dirStructure": "file",
"i18n-ally.keysInUse": [
"general.moderate",
"general.off",
"general.strong",
"general.very-strong",
"general.very-weak",
"general.weak"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ Code contributions are always welcome! If you have something in mind that you wo

### Translations

Translations are provided by the community and new translations are greatly appreciated. Translations are managed through [Weblate](https://hosted.weblate.org/projects/wishlist/wishlist-web/). With Weblate, you can contribute an entire language, or make suggestions to existing translations. If the language you wish to translate has not been added yet, you can request it [here](https://hosted.weblate.org/new-lang/wishlist/wishlist-web/).
Translations are provided by the community and new translations are greatly appreciated. Translations are managed through [Weblate](https://hosted.weblate.org/projects/wishlist/wishlist-web/). With Weblate, you can contribute an entire language, or make suggestions to existing translations. If the language you wish to translate has not been added yet, you can request it [here](https://hosted.weblate.org/new-lang/wishlist/wishlist-web/).
Loading

0 comments on commit 038a1e0

Please sign in to comment.