Skip to content

Locale files for the bepro decentralized marketplace

Notifications You must be signed in to change notification settings

layerx-labs/bepro-locales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

BEPRO Locales

This repository is responsible for the translation of the BEPRO decentralized marketplace

Folder structure

|- locales/ 
|-- [locale-name]/
|--- [page-name].json

New translations

  • Create a new locale folder with the locale name under locales/ folder
  • Copy the json files from locales/en/*.json
  • Translate the files into your locale under your locale folder without changing the json files names and the json keys
// example.json
{
  "this-is-a-key": "This is a key",
  "this-is-a-group-of-keys": {
    "another-key": "value of another key inside a group of keys"
  }
}

this-is-a-key cannot be translated, its value ("This is a key") is what needs to change; This also applies for any groups of keys.

About

Locale files for the bepro decentralized marketplace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published