Date: 2026-01-15 16:00 Summary: Add i18n entries for Marginal Revenue tool across locales
[question] How to Calculate Marginal Revenue 缺乏多国语言支持 (user reported missing translations for the tool page)
[try to solve]
Added tool_marginal_revenue_* keys to multiple locale files so the Marginal Revenue tool is available for additional languages. Provided English fallback text for locales lacking translations and added localized strings where practical (Japanese, French, Indonesian). This ensures the tool registers in the site's language registry and pages for those locales will show the tool labels and content.
[actions]
- Updated i18n files:
- src/site/i18n/ar.ts
- src/site/i18n/de.ts
- src/site/i18n/es.ts
- src/site/i18n/fr.ts
- src/site/i18n/id.ts
- src/site/i18n/ja.ts
- src/site/i18n/pt.ts
- src/site/i18n/ru.ts
Notes: The English (en.ts) and Chinese (zh.ts) already contained the keys. Next steps could include reviewing translations for accuracy and adding SEO descriptions per language if desired.