String Language Translator. A library to translate strings in code files using the Google Generative AI API.
An isomorphic client library for the Azure Translator Service
git@github.com:stalniy/ucast.git
Official Lara SDK for JavaScript and Node.js
A simple and free API for Bing & Microsoft Translator for Node.js
A free and unlimited API for Google Translate
A Vite plugin to load po files into our gettext based dictionary implementation.
Toolkit for creating Flow and TypeScript compatible libraries from Flow source code.
Create and translate standard UUIDs with shorter formats.
git@github.com:stalniy/ucast.git
Give me a string and I'll tell you if it's a valid npm package license string
A versatile and easy-to-use NPM package that leverages the power of the Google Translator API
Cross platform C++ library focusing on optimized machine translation on the consumer-grade device.
JavaScript utilities with respect to emerging standard
Internationalization for markuplint
<p> <a href="https://www.npmjs.com/package/@vue/language-core"><img src="https://img.shields.io/npm/v/@vue/language-core.svg?labelColor=18181B&color=1584FC" alt="NPM version"></a> <a href="https://github.com/vuejs/language-tools/blob/master/LICENSE"><
A modern, free, lightweight npm package for translating react apps (component wrapper.) No API keys or language list files are required.
Get the visual width of a string - the number of columns required to display it
TypeScript definitions for bazinga-translator
TypeScript definitions for accept-language-parser
Building block for the Web's Built-in Translator API
Transpile TypeScript code to JavaScript with Closure annotations.
[](https://github.com/supabase-community/sql-to-rest/actions?query=branch%3Amain) [](https://www
Simple full-text search in your browser.
Translate and establish language of a string
Translate string to given language by keyboard layout. Useful to auto convert user input from wrong language to target languages in search queries
Adds language translation methods to strings and arrays, backed by the Google Translate API
Phrase Strings is a translation management platform for software projects.
This fastlane plugin provides an easy way to use the OpenAI GPT language model to translate strings in your iOS application.
["Machine-translates an application, by generating a config/locales/<target-language>.yml file from a config/locales/<source-language>.yml using Bing to translate strings from the source file automatically", "Machine-translates an application, by generating a config/locales/<target-language>.yml file from a config/locales/<source-language>.yml using Bing to translate strings from the source file automatically", "https://github.com/caiosba/auto_localize"]
Using Google Translate API to translate any ruby String to any other language
This gem module provides a classes to support the language translation of text files or text strings. The Frengly on-line service requires registration and prvoides access with a username and password. The gem module uses the NET::HTTP library to access the Frengly service
Nele translates ruby string to the other language. It uses external public translators like Microsoft Translator or Yahoo's Babelfish. ### Installation: git install nele ### Usage: require 'nele' String.translators => [:babelfish, :ms] ### Microsoft Translator: String.translator = :ms String.translator.config[:from] = "en" String.translator.config[:to] = "pl" String.translator.config[:appId] = YOUR_APP_ID "nice girl".translate => "mila dziewczyna" ### Yahoo's Babelfish: String.translator = :babelfish String.translator.config[:lp] = "en_es" "hello".translate => "hola" If you know any other (free) public translators just let me know, or write your own adapter for nele.