feat(i18n): add Brazilian Portuguese (pt-BR) translations#6840
Conversation
Updated TranslationStore to include support for Brazilian Portuguese by importing the corresponding translations file. Extended TLanguage type to include "pt-BR" as a valid language option.
WalkthroughThis pull request expands the application's language support by adding Brazilian Portuguese. It updates the language constants and type definitions to include "pt-BR", adds a new translations file for Brazilian Portuguese, and modifies the translation loading mechanism to handle the new language option. Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant UI as User Interface
participant TS as TranslationStore
participant T as Translations (pt-BR)
U->>UI: Select "Português Brasil"
UI->>TS: Request translations for "pt-BR"
TS->>T: Import pt-BR/translations.json
T-->>TS: Return translation data
TS-->>UI: Provide localized content
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Hi.. look this!! Hope it helps! |
9279b5f
into
makeplane:feat-vietnamese-and-portuguese-language-support
Updated TranslationStore to include support for Brazilian Portuguese by importing the corresponding translations file. Extended TLanguage type to include "pt-BR" as a valid language option.
Updated TranslationStore to include support for Brazilian Portuguese by importing the corresponding translations file. Extended TLanguage type to include "pt-BR" as a valid language option.
Description
Type of Change
Screenshots and Media (if applicable)
Test Scenarios
References
Summary by CodeRabbit