PluginsLocalizationGetting started

Getting started

With the Aezen's localization module at your disposal, language barriers become a thing of the past, and your application becomes a truly global citizen, bridging cultures and connecting communities like never before. Experience the power of multilingual communication and unlock limitless possibilities for engagement, collaboration, and inclusivity with our Aezen's localization module today.

Installation

npm install @aezen/localization

Features

  • Written with TypeScript and ES Module.
  • Easy to use and understand.
  • Quick and easy setup.
  • Lightweight and fast localization.
  • Custom "languages" supported.
  • Placeholders are also support.

Prerequisites

Knowledge

You must know how to use JavaScript or TypeScript, or how to code in general. It is unlikely that you will get help from using this module by making a new issue.

Node version

It is highly recommended to use the latest verion of node.

ECMAScript

This package is written in ES module, meaning your project must also use ES module in order to use this.

WARNING

Please ensure strict adherence to the prerequisites outlined for this module. Following these guidelines is essential for optimal functionality and compatibility.

Folder structure

The folder structure where you will store your locales are very simple. You only need one folder and put every .json locales inside it. Here's an example:

en.json
tl.json
fr.json
jp.json
zh.json

Only JSON files are going to be recognized by the module. You can have any name for the locales like hello.json.

Last updated on