1. Fork

1.1. Go to Noxionite Repository and Fork

Go to Noxionite github repository.

https://github.com/alemem64/Noxionite

Click Fork Button.

SCR-20250828-jqfv-2.png

Change the repository name and description. And Click “Create Fork”

SCR-20250828-jqwi-2.png

Copy your repository link.

image.png

If you don't have git, install it and clone your repository.

git clone YOUR-COPIED_LINK

2. Blog Language Settings

From the list below, remember the locale of the language you want to build.

Example: ‘en’, ‘ko’

{
  "lang_ar": "العربية",
  "lang_bn": "বাংলা",
  "lang_de": "Deutsch",
  "lang_en": "English",
  "lang_es": "Español",
  "lang_fa": "فارسی",
  "lang_fr": "Français",
  "lang_he": "עברית",
  "lang_hi": "हिन्दी",
  "lang_id": "Bahasa Indonesia",
  "lang_it": "Italiano",
  "lang_ja": "日本語",
  "lang_ko": "한국어",
  "lang_nl": "Nederlands",
  "lang_pl": "Polski",
  "lang_pt": "Português",
  "lang_ru": "Русский",
  "lang_sv": "Svenska",
  "lang_th": "ภาษาไทย",
  "lang_tr": "Türkçe",
  "lang_uk": "Українська",
  "lang_vi": "Tiếng Việt",
  "lang_zh": "简体中文"
}