Update docs/services/general-info/add-translations.md

Co-authored-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
Martin
2024-09-03 15:49:19 +02:00
committed by GitHub
parent 5e2c1374ce
commit 811c7d94d4

View File

@@ -44,7 +44,7 @@ Translations have a `context` and a `translatable string`. The context is shown
source_lang = en
type = PO
```
Note: o: organsiation, p: project, r: resource
Note: o: organization, p: project, r: resource
* Create a go file like `templates.go` in `ocis/services/<service-name>/pkg/service` that will define your translation sources like the following:
```