Added deepL translation api and made little improvements

This commit is contained in:
grata
2023-04-15 15:13:07 +02:00
parent 4815707b89
commit 8bf52dff8d
6 changed files with 83 additions and 65 deletions

View File

@@ -0,0 +1,4 @@
export const environment = {
production: false,
deepLApiKey: '197fe2d7-bda4-d41b-5f48-cba0bc644be4:fx'
};