write_translation
Write or overwrite a complete CSV translation file with all keys and values for a target language, enabling localization updates in Godot projects.
Instructions
Write a full translation CSV (keys + entries).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to .csv translation file to write/overwrite | |
| entries | Yes | Map of translation key to its value | |
| language | No | Target language column code | en |