X Tutup

BabelEdit Tutorials

We've created these tutorials to give you a quick start with your favorite framework.
In addition to that, you might also find useful articles in the Knowledgebase.

Angular

Angular Localization with ngx-translate: Complete Tutorial
Angular Localization with ngx-translate: Complete Tutorial

Master Angular i18n with ngx-translate. Complete tutorial covering setup, translation files, language switching, and best practices. Includes working examples.

How to translate your Angular app with Transloco
How to translate your Angular app with Transloco

Free tutorial: Set up Angular with Transloco (@jsverse/transloco), extract translations from code, switch translations at runtime, edit translation files.

How to translate Angular apps: @angular/localize and XLIFF
How to translate Angular apps: @angular/localize and XLIFF

Free tutorial: Learn how to use @angular/localize to translate your Angular app with xliff (xlf) files. Covers ICU syntax. Example source code included.

How to install Angular on Windows
How to install Angular on Windows

Short tutorial (Video: 2min) and a step to step guide on how to install Node.js and Angular on a Windows computer. Create your first Angular project.

React

How to translate your React app with react-i18next
How to translate your React app with react-i18next

You will learn how to translate your React app with react-i18next. The tutorial also explains how to manage the translations json files with BabelEdit.

How to translate your React app with react-intl / FormatJS
How to translate your React app with react-intl / FormatJS

Tutorial with a complete example on react translations. Covers: react-intl, FormattedMessage, IntlProvider and babel-plugin-react-intl

VueJs

How to translate your Vue.js 3 application with vue-i18n
How to translate your Vue.js 3 application with vue-i18n

Free tutorial: Set up Vue.js with vue-i18n. Translate your templates, create and edit JSON translation files, switch languages at runtime. Covers Vue 3.

Why using i18n sections in vue.js single file components is bad
Why using i18n sections in vue.js single file components is bad

Using vue.js single file components with <i18n> sections for your translations? Learn why you should not do that and what alternatives there are.

How to convert vue-i18n from single file components to JSON
How to convert vue-i18n from single file components to JSON

In this tutorial shows you how you can convert your vue-i18n project from using translations in vue files (single file components, sfc) to using JSON files.

X Tutup