Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidm42/angular-deepl-translations
Translate Angular translations objects into multiple target languages with the help of the DeepL api
https://github.com/davidm42/angular-deepl-translations
Last synced: about 1 month ago
JSON representation
Translate Angular translations objects into multiple target languages with the help of the DeepL api
- Host: GitHub
- URL: https://github.com/davidm42/angular-deepl-translations
- Owner: DavidM42
- Created: 2021-12-21T19:10:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T11:38:09.000Z (over 2 years ago)
- Last Synced: 2023-03-10T01:02:20.963Z (over 1 year ago)
- Language: Svelte
- Homepage: angular-deepl-translations.vercel.app
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular DeepL translator
SvelteKit webapp to automatically translate angular translation objects into multiple target languages.
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
Before creating a production version of your app, install an [adapter](https://kit.svelte.dev/docs#adapters) for your target environment. Then:
```bash
npm run build
```> You can preview the built app with `npm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.