Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,10 @@ Please always use the existing code as a guide for new code. Linter and formatte

You can add a new translation or improve an existing one by taking the following steps:

1. Go to [Localazy](https://localazy.com)
2. Click *Sign in* (upper right)
3. Choose *Sign in with Github* (or another method you prefer)
4. Click *Authorize Localazy*
5. Open the [ThirdStats project](https://localazy.com/p/third-stats)
6. Choose a language and start translating. As this project is public, you don't need any authentification, just start to translate ThridStats. You'll be made a trusted translator later.

If you run into any problems, leave a comment on [the corresponding issue #343](https://github.com/devmount/third-stats/issues/343) or start [a discussion thread](https://github.com/devmount/third-stats/discussions).
1. Go to the [locales](/public/_locales/) directory on GitHub
2. Choose a language and start translating either directly on GitHub or fork the repo and create a Pull Request.

If you run into any problems, leave [an issue](https://github.com/devmount/third-stats/issues/) or start [a discussion thread](https://github.com/devmount/third-stats/discussions).

### Beta-Testing

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ coverage

# scripts and config
deploy.sh
localazy.json

# local env files
.env.local
Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"format:check": "prettier --check \"src/**/*.{js,vue,css}\" \"test/**/*.js\" vite.config.js vitest.config.js",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"getlang": "localazy download",
"setlang": "localazy upload existing"
"test:coverage": "vitest run --coverage"
},
"packageManager": "pnpm@11.9.0",
"dependencies": {
Expand All @@ -24,13 +22,12 @@
"vue-i18n": "^11.4.8"
},
"devDependencies": {
"@localazy/cli": "^2.0.12",
"@vitejs/plugin-vue": "^6.0.8",
"@vitest/coverage-v8": "^4.1.10",
"oxlint": "^1.78.0",
"@vitest/coverage-v8": "^4.1.11",
"oxlint": "^1.79.0",
"prettier": "^3.9.6",
"vite": "^8.2.1",
"vitest": "^4.1.10"
"vitest": "^4.1.11"
},
"browserslist": [
"Firefox ESR"
Expand Down
Loading