2026-04-27 13:27:47 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
This CSS file will be included with your plugin, and
|
|
|
|
|
available in the app when your plugin is enabled.
|
|
|
|
|
|
|
|
|
|
If your plugin does not need CSS, delete this file.
|
|
|
|
|
|
|
|
|
|
*/
|
2026-04-30 13:55:49 +00:00
|
|
|
|
|
|
|
|
.ai-translator-last-used-badge {
|
|
|
|
|
margin-left: 6px;
|
|
|
|
|
padding: 1px 6px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
font-size: 0.75em;
|
|
|
|
|
background-color: var(--interactive-accent);
|
|
|
|
|
color: var(--text-on-accent);
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
Add multilingual support for translation plugin (#9)
- Introduced French, Indonesian, Italian, Japanese, Korean, Portuguese, Simplified Chinese, and Traditional Chinese language files for user interface localization.
- Updated translation registry to include new languages.
- Refactored translation functions to utilize localized strings for various UI elements, including ribbon tooltips, commands, and settings.
- Enhanced settings tab to display localized text for API key, balance, output behavior, and glossary management.
- Improved user notifications for translation processes, errors, and API key requirements with localized messages.
- Added CSS class for inline links to improve UI consistency.
- Updated TypeScript configuration to support JSON module imports.
- Incremented version in versions.json to reflect new features.
2026-06-24 14:28:51 +00:00
|
|
|
|
|
|
|
|
.inline-link {
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
}
|