Member-only story

A guide to

Managing localisation with i18ncore

i18n is a difficult part of any application with i18ncore it can be easier.

Evan Burbidge
2 min readJun 2, 2022

--

i18ncore

Introduction

I’ve worked in a number of different companies. The one similarity that I found in all of them was that they used files to manage localisation. This was fine with small scale applications with one language. It started to become a problem once another language needed to be added, kept in sync and the files kept growing. Each company then reached the same conclusion, we needed a translations management service.

What is i18ncore

i18ncore is a translations management product, it allows you to manage your apps translations by syncing them via Github or local file systems which you can then update in your source control.

i18ncore

How does it work

i18ncore is quite simple to use, once you are signed up you will be asked to sign up for billing, at the moment they are offering 1 month free to private beta users.

--

--

Evan Burbidge
Evan Burbidge

Written by Evan Burbidge

Javascript developer specialising in React, Vue and NodeJS. I like SQL and NoSql depends on the context really!

No responses yet