Skip to content

feat: add English, Russian, and Korean UI locales - #1

Open
yazydzhi wants to merge 2 commits into
Willhong:mainfrom
yazydzhi:feat/i18n-en-ru-ko
Open

yazydzhi wants to merge 2 commits into
Willhong:mainfrom
yazydzhi:feat/i18n-en-ru-ko

Conversation

@yazydzhi

Copy link
Copy Markdown

Summary

  • Adds lib/i18n.ts with English, Russian, and Korean strings for the usage-limit footer UI.
  • New plugin config option locale: auto (default), en, ru, or ko.
  • README documents locale configuration.

Usage

bb plugin config usage-limit set locale ru
bb plugin reload usage-limit

Test plan

  • Default auto follows browser language when supported
  • locale ru shows Russian labels under the composer
  • locale en and locale ko show the expected strings
  • Unknown locale falls back to English

Made with Cursor

yazydzhi and others added 2 commits August 28, 2026 17:00
Extract user-facing strings into lib/i18n.ts and add a plugin locale
setting (auto/en/ru/ko). The composer row follows the browser language
by default; users can override via bb plugin config or Settings.

Co-authored-by: Cursor <cursoragent@cursor.com>
BB 0.40.0 ships plugin SDK 0.4.21, so requiring >=0.4.22 left the plugin
incompatible and unloaded. The plugin only uses APIs available in 0.4.21.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant