Add Portuguese (Brazilian) language support#106
Open
possebon wants to merge 2 commits intofurcan:mainfrom
Open
Add Portuguese (Brazilian) language support#106possebon wants to merge 2 commits intofurcan:mainfrom
possebon wants to merge 2 commits intofurcan:mainfrom
Conversation
- Add ABNT2 keyboard layout for Brazilian Portuguese (pt-BR) - Create dist/kioskboard-keys-portuguese.json with proper character mapping - Update documentation to reflect 10 supported languages (added Portuguese) - Portuguese keyboard includes Ç (C with cedilla) as a special character Supported keyboard layout: Row 1: Q W E R T Y U I O P Row 2: A S D F G H J K L Ç Row 3: Z X C V B N M 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update CLAUDE.md to mention 10 supported languages including Portuguese - Update README-REACT.md with Portuguese in language list - Update React TypeScript types documentation to include Portuguese (pt) - Add Brazilian Portuguese flag (🇧🇷) to language support list Language support now includes: - English, German, French, Spanish, Portuguese (Brazilian) - Turkish, Arabic, Russian, Hungarian, Persian 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request adds Brazilian Portuguese (pt-BR) language support to KioskBoard, bringing the total number of supported languages from 9 to 10.
Changes
New Files
Modified Files
Keyboard Layout Details
The Portuguese keyboard layout follows the ABNT2 standard (Associação Brasileira de Normas Técnicas), which is the official Brazilian keyboard standard.
Layout:
Special Characters:
Supported Languages After This Change
Usage
JavaScript
React with KioskBoard React Wrapper
Testing
The Portuguese keyboard layout has been created following the same format and structure as existing language keyboards:
Compatibility
Benefits
Related Issue: Adds support for Brazilian Portuguese users requesting this language