

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
123456Internationalization (i18n) Guidelines:78Message Structure:9- Store all text content in `/locales/[locale]/messages.json`10- Use descriptive message keys in camelCase: `errorImportingContent`11- Include placeholders with $PLACEHOLDER$ syntax12- Add descriptions for translators in message files13- `console.log` don't need add i18n, only for UI text display on screen1415Message Format:16```json17"extensionDisplayName": {18 "message": "MultiPost",19 "description": "Multipost Extension"20},21```2223Implementation:24- Use `chrome.i18n.getMessage('extensionDisplayName')` for all user-facing text25- Never hardcode text strings in UI components26- Handle RTL languages with appropriate CSS27- Set default_locale in manifest.json28- Support fallback locales2930Best Practices:31- Keep messages concise and clear32- Use semantic keys (e.g., WELCOME_MESSAGE vs MSG_001)33- Maintain consistent terminology across translations34- Handle pluralization properly35- Consider cultural differences in formatting dates, numbers, and currencies36- Test UI with different language lengths3738Code Examples:39```typescript40// Component usage41const message = chrome.i18n.getMessage("WELCOME_MESSAGE", [username]);4243// Manifest configuration44{45 "default_locale": "en",46 "name": "__MSG_extension_name__",47 "description": "__MSG_extension_description__"48}49```50
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| leaperone/MultiPost-Extension.cursor/rules/ai.mdc · 3.0k | Cursor rules | no sections | 16/100 | today | |
| leaperone/MultiPost-Extension.cursor/rules/chrome-extension.mdc · 3.0k | Cursor rules | docs | 48/100 | today | |
| leaperone/MultiPost-Extension.cursor/rules/comment.mdc · 3.0k | Cursor rules | lint-formatstyletypesdocs | 66/100 | today | |
| leaperone/MultiPost-Extension.cursor/rules/typescript.mdc · 3.0k | Cursor rules | buildstyle | 52/100 | today | |
| leaperone/MultiPost-Extension.cursor/rules/ui.mdc · 3.0k | Cursor rules | ui | 36/100 | today | |
| leaperone/MultiPost-ExtensionCLAUDE.md · 3.0k | CLAUDE.md | lint-formatstylearchtypes+2 | 81/100 | today |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 46 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 14 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 46 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/leaperone-multipost-extension-cursor-rules-i18n)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.