forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NEW] Integrate DEEPL translation service to RC core (RocketChat#12174)
* service extension for deepl * Add translations * Add lint-fix-command * Adhere to new linting rules * Hard code service enpoint URLs of providers Having it as a setting increases complexity (user has to enter the URL by himself) without significant benefit. If the URL changes, the code has to be adapted anyway * Fix translation of attachment descriptions by DeepL * Fix getSupportedLanguages by Google * move renameSetting to Settings model * Add migrations for rename settings * update package.json * Fix formatting to make consistent with the other code * Add additional comments * Use active provider for context menu translations * Add invidual key for each providers * Nothing to migrate * Fix spelling in comment * Replace TAPi18n library with rocketchat:tapi18n * Use correct setting
- Loading branch information
Showing
11 changed files
with
3,126 additions
and
3,045 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.