Posts with #tutorial

We found 33 posts with tag #tutorial

Introducing: Visual Studio Code extension
4 min readNovember 20, 2024

The new SimpleLocalize VS Code extension lets you manage translations directly in the editor. Explore key features and installation instructions.

Automatic message extraction with AI
9 min readOctober 30, 2024

Quick message extraction with using npx and OpenAI. Extract messages and auto-create translation keys using AI. Get source translations in seconds from your source code.

Introducing: Public suggestions
2 min read

Try out the new public suggestions feature and get feedback from your users. Enable public translations and share your project with the community.

Step-by-step localization workflow for developers
6 min read

Step-by-step guide to setting up a localization workflow for developers. Learn how to extract text for translation, manage translations, and integrate them into your app.

Namespaces in software localization
6 min read

Namespaces are a great way to organize translations in software localization. Learn what namespaces are, why they are important, and how to use them in your localization process.

Introducing: Statistics
3 min read

Check your project's translation progress with the new statistics feature in SimpleLocalize. Monitor progress, untranslated keys, review status, and team performance.

Introducing: Translation comments
3 min read

Communicate with your team members and translators using comments. Learn how to use comments feature in the translation management system.

Introducing: Character limit in translations
2 min read

Set character limits for your translations to simplify localization management. Keep your translations consistent and within the character limit of your UI.

How to localize React app using i18next
18 min readSeptember 02, 2024

Learn how to localize your React app using i18next and react-i18next. This step-by-step guide will show you each step of React app internationalization from scratch.

How to translate a webpage:<br/>User and Developer Guide
14 min readAugust 28, 2024

Learn to translate webpages: user tips (browser tools, services, extensions) and developer strategies (multilingual content, translation software).

Translation editor:<br/>How to translate Markdown files
5 min read

Learn how to translate and auto-translate Markdown files using SimpleLocalize's Text Editor feature in the Translation Editor.

How to control translation quality with review statuses
8 min readSeptember 11, 2024

Control the quality of your translations using review statuses in SimpleLocalize. Learn how to set up review statuses, automate and how to use them in your translation workflow.

Automate your translation workflow with Automations
6 min readJuly 09, 2024

Learn how to automate translation changes for faster and more efficient localization workflows. Auto-translate, clear, or change review status with automations.

Cloudflare Workers and Website Localization (2/5)
4 min readSeptember 11, 2024

In this tutorial, how to extract translation keys and translations from a HTML website and upload them to SimpleLocalize using the SimpleLocalize CLI.

How to translate a website or app using OpenAI?
6 min readJuly 23, 2024

Learn how to translate a website or app using OpenAI and SimpleLocalize. Discover the pros and cons of using OpenAI for translations and how to set up the integration with SimpleLocalize.

Best practices for creating translation keys
3 min readJuly 16, 2024

Discover best practices for creating translation keys that are clear, consistent, and easy to manage to improve and optimize your app localization process.

Cloudflare Workers and Website Localization (1/5)
6 min read

In this tutorial, we will show you how to use Cloudflare Workers to create a simple website localization feature, without the need to install any additional dependencies. We will localize a simple static HTML website hosted on GitHub Pages, but you can use the same approach to localize any website, including those built with popular frameworks like React, Angular, or Vue.js.

What is a translation key? A guide with examples
4 min readJuly 16, 2024

Learn what is a translation key, how to create them, and how they look like in your project and SimpleLocalize.

DeepL Glossary in auto-translation: A guide with examples
4 min read

Improve auto-translation results with DeepL glossaries. Create preferred translations for your language pairs for a consistent and accurate translation.

How to find and delete unused translation keys
3 min readSeptember 11, 2024

Clean up your translation files by deleting unsed translation keys. Find old translation keys and delete them for clear overview of your translations.

Manage translation changes using review statuses
3 min read

Managing translation updates made easy. Learn how SimpleLocalize's review status ensures consistency across different languages.

Get notified about translation changes with SimpleLocalize Webhooks
5 min readSeptember 11, 2024

Improve your translation updates workflow using SimpleLocalize Webhooks and integrations with Slack, Discord and Microsoft Teams.

Translation management with&nbsp;Figma plugin
6 min readSeptember 23, 2024

Learn how to localize your Figma designs with the SimpleLocalize translation editor. Give your designs a way to speak for themselves in different languages thanks to effective localization.

How to manage set of translations and keys with Bulk&nbsp;Actions
5 min readApril 02, 2024

Simplify translation management with SimpleLocalize's Bulk Actions — delete, update, review, or auto-translate multiple keys at once for efficient localization.

Getting started: Invite team members and translators
6 min read

Learn how to work together using SimpleLocalize! Invite team members, share access, and make localization easy.

How to auto-translate JSON files
5 min readSeptember 11, 2024

Simplify your localization process by learning how to auto-translate JSON files with SimpleLocalize's translation editor and auto-translation feature.

How to get started with a TMS: An introduction to SimpleLocalize
9 min readMarch 26, 2024

Start using a TMS for localization of your software project. Learn how to get started and manage your translations.

Translation Editor Explained
6 min readJuly 04, 2022

Explore features and functionalities of SimpleLocalize translation editor, learn how to use them and get started with translation management for your project.

How to use auto-translation?
5 min readSeptember 11, 2024

Auto-translation is a powerful feature which helps you translate your app, website, game or other digital content to multiple languages with just one click.

How to translate app automatically?
4 min readMarch 26, 2024

Translate web or mobile app effortlessly using OpenAI ChatGPT, Google Translate or DeepL with SimpleLocalize. Use machine translations to speedup localization process, review translations, and deploy them fast!

How to keep translations up to date?
5 min readMarch 26, 2024

Software updates can be challenging and yet with every deploy, you must remember about updating your keys, translations, and content. How to keep all translations up to date with every new feature release?

FormatJS and React application localization
7 min readSeptember 23, 2024

FormatJS - add more languages to your React app. Zero configuration required. Simple setup with 2-minute guide.

i18next and React application localization in 3 steps
5 min readFebruary 26, 2024

How to localize ReactJS application with i18next internationalization library. Learn how to manage localization in software project