adityaab4/Notion translator
A github action that translates fields in a notion database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| notion_token | Notion API token | yes | — |
| database | Parent database to translate | yes | — |
| default_language_from | Language to assume to translate from if not provided in a column | yes | nl |
| default_language_to | Language to translate to | yes | en |
| field_to_translate | Database field name to translate | yes | Input |
| field_to_translate_status | Database field name to maintain translation status | yes | Status |
| field_to_translate_result | Database field name to add the translated result | yes | Result |
| field_to_translate_language | Database field name for input language of text | — | — |
Outputs
| name | description |
|---|---|
| status | The status of the translation |