An open API service indexing awesome lists of open source software.

https://github.com/solachat/solachat-i18n

Community-managed translations for the SolaChat interface.
https://github.com/solachat/solachat-i18n

i18n json languages localization messenger solachat translation web3

Last synced: about 1 year ago
JSON representation

Community-managed translations for the SolaChat interface.

Awesome Lists containing this project

README

          

# SolaChat i18n

This repository contains translation files for the SolaChat interface. It is maintained by the SolaChat organization and welcomes contributions from the community.

## Project Structure

Each supported language is placed in its own folder, using the language code as the folder name. Inside each folder is a single JSON file with the same name as the language code.

Example:
```
en/en.json
ru/ru.json
es/es.json
```

## Contributing

We welcome translation contributions in any language.

To contribute:

1. Fork the repository
2. Copy the `en/en.json` file into a new folder for your language (e.g., `fr/fr.json`)
3. Translate the content while keeping the structure and keys unchanged
4. Submit a pull request

### Guidelines

- Do not modify or remove any translation keys
- Preserve placeholders such as `{{username}}`, `{{count}}`, and `{{time}}`
- Ensure the JSON format is valid (you can use a linter or validator)

## Licensing

All translation files are licensed under the MIT License. See the `LICENSE` file for details.