Langbly for Loco Translate

설명

Langbly for Loco Translate adds Langbly as a machine translation provider in the Loco Translate editor. Translate your WordPress plugins and themes with context-aware translations that understand tone and locale conventions.

Why Langbly?

  • 4x cheaper than Google Translate ($5/1M characters vs $20/1M)
  • Better quality context-aware translations that understand idioms and tone
  • Locale formatting with automatic decimal, date, and currency formatting per language
  • Placeholder safe, preserves %s, %d, %1$s and other printf placeholders
  • Free tier with 500K characters to get started, no credit card required

How It Works

  1. Install and activate this plugin alongside Loco Translate
  2. Add your Langbly API key to wp-config.php
  3. Select “Langbly” as your translation provider in Loco Translate
  4. Click “Auto-translate” in the Loco editor. Done!

Supported Languages

Langbly supports all major languages including English, Dutch, German, French, Spanish, Portuguese, Italian, Chinese, Japanese, Korean, Arabic, Russian, and many more. Especially strong for Dutch translations.

External Services

This plugin connects to the Langbly translation API to provide machine translations within the Loco Translate editor.

What it does: When you click “Auto-translate” in Loco Translate with Langbly selected as the provider, the plugin sends the source text and target language to the Langbly API and receives translated text back.

What data is sent: The source strings you are translating, the source language code, the target language code, and your API key (for authentication). Data is sent only when you actively request a translation.

Service provider: Langbly (langbly.com)

설치

  1. Install Loco Translate if not already installed.
  2. Upload the langbly-for-loco-translate folder to /wp-content/plugins/.
  3. Activate the plugin from the WordPress admin.
  4. Add your API key to wp-config.php:

    define( ‘LANGBLY_API_KEY’, ‘your-api-key-here’ );

  5. In Loco Translate settings, select Langbly as your translation provider.

Getting an API Key

  1. Sign up for free at langbly.com/signup
  2. Go to your dashboard and create an API key
  3. Copy the key to your wp-config.php

FAQ

How much does it cost?

Langbly offers a permanent free tier with 500,000 characters per month. Above that, you pay $5 per million characters with no base fee or credit card required to start. See langbly.com/pricing for details.

Which languages are supported?

All standard ISO 639-1 languages are supported. Langbly is especially strong for European languages like Dutch, German, and French.

Is it compatible with Google Translate?

Yes! Langbly uses the same API format as Google Translate v2, so the integration is seamless. If you’ve used Google Translate with Loco before, the experience is identical.

Where do I find my API key?

Sign up at langbly.com/signup and go to your dashboard to create an API key. The free tier includes 500K characters.

Does it preserve placeholders?

Yes. Langbly automatically protects printf placeholders (%s, %d, %1$s) and other formatting in your translation strings.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Langbly for Loco Translate”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Langbly for Loco Translate”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.3

  • Add direct file access protection to all PHP files
  • Add External Services section to readme documenting Langbly API usage
  • Update pricing information

1.0.2

  • Wrap source locale detection in try/catch for better error resilience
  • Use explicit cast for locale string conversion
  • Simplify primary language subtag extraction
  • Update User-Agent header to match version

1.0.1

  • Version bump, minor internal improvements

1.0.0

  • Initial release
  • Batch translation support
  • Automatic chunking for large translation jobs
  • Locale-aware language code mapping
  • Full error handling with user-friendly messages