Localization
The manifest contains several strings that can be localized. You can provide the localizations in JSON files located next to the manifest.json. For example, you can include a fr.json
file to localize the plugin in French:
{
"Description": "Affiche le nombre de fois que la touche a été appuyée",
"Name": "Compteur",
"com.elgato.counter.action": {
"Name": "Compteur",
"Tooltip": "Cette action affiche le nombre de fois que la touche a été appuyée"
}
}
Note that if you don't provide a localization string, the string from the manifest.json file will be used. Stream Deck supports the following languages:
- Chinese: zh_CN.json
- German: de.json
- English: en.json
- French: fr.json
- Japanese: ja.json
- Korean: ko.json
- Spanish: es.json