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

https://github.com/jgraph/drawio-i18n


https://github.com/jgraph/drawio-i18n

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

          

# drawio-i18n

Internationalization resource files for [draw.io](https://github.com/jgraph/drawio).

This repo is included as a git submodule in the main draw.io repository at `src/main/webapp/resources/`.

## Contributing

Translation improvements and new language contributions are welcome via pull requests. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.

## Structure

- `dia.txt` - English (source language, defines all keys)
- `dia_{lang}.txt` - Translations (e.g. `dia_fr.txt`, `dia_ja.txt`)
- `dia_i18n.txt` - Key reference file

The repo is part of the JGraph SOC 2 process. All changes are reviewed when the submodule is updated in the main draw.io repository.