diff options
| author | kj_sh604 | 2026-03-15 16:19:35 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-03-15 16:19:35 -0400 |
| commit | 6ec259a0e71174651bae95d4628138bf6fd68742 (patch) | |
| tree | 5e33c6a5ec091ecabfcb257fdc7b6a88ed8754ac /packages/excalidraw/locales/README.md | |
| parent | 16c8578b15c727f22921f8a80a56ee4d4e7f2272 (diff) | |
refactor: packages/
Diffstat (limited to 'packages/excalidraw/locales/README.md')
| -rw-r--r-- | packages/excalidraw/locales/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/excalidraw/locales/README.md b/packages/excalidraw/locales/README.md new file mode 100644 index 0000000..a6113c1 --- /dev/null +++ b/packages/excalidraw/locales/README.md @@ -0,0 +1,12 @@ +## How to contribute + +Please do not contribute changes directly to these files, as we manage them with Crowdin. Instead: + +- to request a new translation, [open an issue](https://github.com/excalidraw/excalidraw/issues/new/choose). +- to update existing translations, [edit them on Crowdin](https://crowdin.com/translate/excalidraw/10) and we should have them included in the app soon! + +## Completion of translation + +[percentages.json](./percentages.json) holds a percentage of completion for each language. We generate these automatically [on build time](./../../.github/workflows/locales-coverage.yml) when a new translation PR appears. + +We only make a language available on the app if it exceeds a certain threshold of completion. |
