https://github.com/jgraph/drawio-i18n
https://github.com/jgraph/drawio-i18n
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgraph/drawio-i18n
- Owner: jgraph
- Created: 2021-10-07T18:22:12.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2026-04-08T13:50:12.000Z (about 1 month ago)
- Last Synced: 2026-04-08T15:28:40.384Z (about 1 month ago)
- Size: 26.2 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.