![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Language translation plugin that uses Microsoft's Translator API.
Add lita-translation to your Lita instance's Gemfile:
gem "lita-translation"
This plugin requires you to obtain a client id and secret for Microsoft's Translation API. Register an account at the Microsoft Azure Marketplace, and then register an application that uses the translation API service.
client_id
(String) - A human readable identifier for your client that you provide on registration.client_secret
(String) - A key generated by Microsoft for your client.Lita.configure do |config|
config.handlers.translation.client_id = "my-translation-id"
config.handlers.translation.client_secret = "some key"
end
An OAuth token is automatically requested by the plugin whenever a fresh one is unavailable.
Microsoft uses ISO-639 codes to identify languages. Klingon is available.
Source language is optional during translation. Microsoft will attempt to detect the source language if none is supplied.
FAQs
Unknown package
We found that lita-translation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.