Tag

translation

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 8, 2025 · Frontend Development

auto-i18n-translation-plugins: Automatic Internationalization for Frontend Projects

This article introduces the auto-i18n-translation-plugins, a framework‑agnostic Vite/Webpack plugin that automatically extracts Chinese text from source code, replaces it with hash‑based $t calls, generates language packs, and seamlessly translates new or incremental strings using configurable translators such as Youdao or Google.

Babelautomationfrontend
0 likes · 18 min read
auto-i18n-translation-plugins: Automatic Internationalization for Frontend Projects
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 13, 2025 · Frontend Development

auto-i18n-translation-plugins: A Full-Automatic Frontend Internationalization Plugin for Vite and Webpack

The article introduces auto‑i18n‑translation‑plugins, a Babel‑based automatic internationalization plugin for frontend projects that works with Vite and Webpack, detailing its features, installation, configuration options, translator setup, usage examples, and best practices for generating multilingual JSON translation files without modifying business code.

JavaScriptWebpackfrontend
0 likes · 13 min read
auto-i18n-translation-plugins: A Full-Automatic Frontend Internationalization Plugin for Vite and Webpack
Java Tech Enthusiast
Java Tech Enthusiast
Dec 11, 2024 · Backend Development

Building a Flask Translation App with GLM-4-Flash API

This guide shows how to create a Flask web service that translates text using ZhipuAI's free, high‑speed GLM‑4‑Flash API, covering environment setup, API key configuration, asynchronous task handling, endpoint implementation, and retrieving results via a unique task ID.

APIFlaskGLM-4-Flash
0 likes · 9 min read
Building a Flask Translation App with GLM-4-Flash API
Python Programming Learning Circle
Python Programming Learning Circle
Oct 19, 2024 · Fundamentals

Building a Simple Python Translator with a Tkinter GUI and Youdao Web API

This article demonstrates how to create a basic translation application in Python using Tkinter for the graphical interface and the Youdao web API for translating text, providing complete source code and step‑by‑step explanations.

GUIPythonTkinter
0 likes · 5 min read
Building a Simple Python Translator with a Tkinter GUI and Youdao Web API
JD Tech
JD Tech
Jun 27, 2024 · Artificial Intelligence

AI‑Powered Real‑Time Multilingual Support and Terminology Management for International Logistics

The article outlines an AI‑driven approach to streamline multilingual support in an international logistics system by building a unified terminology library, enabling user‑editable terms, automating translation with large language models, and implementing versioned cloud‑based language packs to reduce cost and improve efficiency.

AIInternationalizationlarge language model
0 likes · 16 min read
AI‑Powered Real‑Time Multilingual Support and Terminology Management for International Logistics
JD Tech Talk
JD Tech Talk
Jun 21, 2024 · Artificial Intelligence

Multilingual Support System Using Large Language Models: Architecture, Workflow, and Implementation Plan

This document outlines a comprehensive plan to enhance international logistics systems with real‑time multilingual support using large language models, detailing goals, architecture, automated translation, user‑driven term management, approval workflows, cloud deployment, and expected efficiency and quality improvements.

automationlarge language modelmultilingual
0 likes · 14 min read
Multilingual Support System Using Large Language Models: Architecture, Workflow, and Implementation Plan
JD Retail Technology
JD Retail Technology
Aug 30, 2023 · Frontend Development

Building a ChatGPT-Powered Chrome Extension for Word Translation

This tutorial walks through creating a Chrome extension that uses the ChatGPT API to translate selected text, covering setup with OpenAI's quickstart, key code snippets for prompts, content‑script and background service worker, Vite plugin usage, deployment on Vercel, and runtime considerations.

APIChatGPTChrome Extension
0 likes · 5 min read
Building a ChatGPT-Powered Chrome Extension for Word Translation
Python Programming Learning Circle
Python Programming Learning Circle
Apr 11, 2022 · Fundamentals

Building a Python GUI Translator with Tkinter and Web Requests

This article demonstrates how to create a simple desktop translator application in Python using Tkinter for the graphical interface and web‑scraping techniques to call Youdao's translation service, providing complete source code and step‑by‑step explanations.

GUITkinterWeb Scraping
0 likes · 4 min read
Building a Python GUI Translator with Tkinter and Web Requests
Ctrip Technology
Ctrip Technology
Jul 24, 2018 · Backend Development

Design and Implementation of CTran V3: A Multilingual Translation Platform for Ctrip International Business

This article presents a comprehensive case study of CTran V3, a redesigned multilingual translation platform for Ctrip's international business, detailing its architecture, data flow, job scheduling, translation engine, real‑time services, and lessons learned to guide similar large‑scale content localization projects.

Job Schedulingbackendcontent management
0 likes · 21 min read
Design and Implementation of CTran V3: A Multilingual Translation Platform for Ctrip International Business