This is a simple JavaScript application demonstrating localization with Localazy.
It shows you how to integrate Localazy for translation management and i18next
for internationalization in a JavaScript web application.
It also help provide a basic setup to dynamically load translations from Localazy CDN based on the user's locale.
-
Clone the repository:
github clone Gordiancyber/Localazy-Javascript-App
-
Navigate to the project directory:
cd localize-js-app
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and visit http://localhost:1234 to view the application.
Translations are managed through Localazy and loaded dynamically from the Localazy CDN using i18next. Adjust the translations in src/i18n.js
as needed for your application.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to copy this Markdown content into your README.md file and customize it according to your project's specifics.