Shared resources consumed by every Dasher v6 frontend as a git submodule.
| File | Purpose |
|---|---|
ui-strings.json |
Canonical English UI string catalogue (RFC 0003). Frontends generate their platform-native translation files (.po, values-XX/strings.xml, .xcstrings, .resx) from this single source. |
Add as a submodule:
git submodule add https://github.com/dasher-project/dasher-shared-resources.git shared-resourcesThen point your frontend's translation generation script at shared-resources/ui-strings.json.
Edit the canonical English in ui-strings.json, then run your frontend's generation script to propagate. Machine-translated locales are refreshed via the batch translate scripts in each frontend.
MIT — same as DasherCore and all frontends.