skills/smithery.ai/adding-localizable-strings

adding-localizable-strings

Installation
SKILL.md

Adding Localizable Strings

Instructions

Copy this checklist and check off items as you complete them.

Task Progress:
- [ ] Add the strings to the English strings file.
- [ ] Run `yarn translate` to translate to other languages.
- [ ] Run the full test suite with `./gradlew test`.

Step 1: Add the strings to the English strings file

You will usually want to add strings to src/main/resources/i18n/Messages_en.properties.

Each string may be preceded with a comment line (starting with #). The comment is provided to the translation service and can provide additional context about the string to help produce grammatically-correct translations. This is optional and doesn't need to be provided if the English string is a simple, unambiguous word or phrase.

Installs
1
First Seen
Apr 5, 2026
adding-localizable-strings from smithery.ai