.codeclimate.yml | |
|
|
.gitattributes | |
|
|
.github/CODEOWNERS | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/dependabot.yml | |
|
|
.github/pull_request_template.md | |
|
|
.github/workflows/linting.yml | |
|
|
.github/workflows/release.yml | |
|
|
.github/workflows/security.yml | |
|
|
.github/workflows/sync-labels.yml | |
|
|
.github/workflows/test-providers.yml | |
|
|
.github/workflows/test-source.yml | |
|
|
.github/workflows/unit-tests.yml | |
|
|
.github/workflows/update-license.yml | |
|
|
.gitignore | |
|
|
.gitleaks.toml | |
|
|
.markdownlint.yml | |
|
|
.markdownlintignore | |
|
|
.pre-commit-config.yaml | |
|
|
.tool-versions | |
|
|
.yamllint.yml | |
|
|
.yarn/plugins/@yarnpkg/plugin-outdated.cjs | |
|
|
.yarn/releases/yarn-4.5.3.cjs | |
|
|
.yarn/versions/7e96cfb7.yml | |
|
|
.yarn/versions/990a22e4.yml | |
|
|
.yarn/versions/b993d524.yml | |
|
|
.yarn/versions/d7dbca40.yml | |
|
|
.yarnrc.yml | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
action.yml | |
|
|
biome.json | |
|
|
jest.config.json | |
|
|
package.json | |
|
|
src/__tests__/extract.spec.ts | 12 | A 0 mins |
|
src/__tests__/providers/DeeplProvider.spec.ts | 20 | A 0 mins |
|
src/__tests__/providers/FunTranslationsProvider.spec.ts | 20 | A 0 mins |
|
src/__tests__/providers/GoogleProvider.spec.ts | 18 | A 0 mins |
|
src/__tests__/providers/LinguaToolsProvider.spec.ts | 18 | A 0 mins |
|
src/__tests__/providers/MyMemoryProvider.spec.ts | 34 | A 0 mins |
|
src/__tests__/providers/ProviderTester.ts | 48 | A 0 mins | D 61% |
src/__tests__/text.txt | |
|
|
src/extract.ts | 13 | A 0 mins | A 100% |
src/index.ts | 29 | A 0 mins | F 0% |
src/providers/DeeplProvider.ts | 16 | A 0 mins | A 100% |
src/providers/FunTranslationsProvider.ts | 20 | A 0 mins | C 77% |
src/providers/GoogleProvider.ts | 14 | A 0 mins | A 100% |