mohsen77sk / angular-touch-keyboard

Virtual Keyboard for Angular applications.
MIT License
49 stars 16 forks source link

Swedish locale #7

Closed fredrikthelander closed 1 year ago

fredrikthelander commented 1 year ago

Added support for Swedish keyboard layout

mohsen77sk commented 1 year ago

Hello, @fredrikthelander I think, you forgot to fix the layout of [email_alphabetic] and [email_shift] and [url_alphabetic] and [url_shift].

fredrikthelander commented 1 year ago

Hi,

No, email and url cannot contain swedish chars.

Best regards, Fredrik

7 apr. 2023 kl. 13:10 skrev Mohsen @.***>:



Hello, @fredrikthelanderhttps://github.com/fredrikthelander I think, you forgot to fix the layout of [email_alphabetic] and [email_shift] and [url_alphabetic] and [url_shift].

— Reply to this email directly, view it on GitHubhttps://github.com/mohsen77sk/angular-touch-keyboard/pull/7#issuecomment-1500189511, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHSGPEABCUWTK6BX2T4XCELW77Y3PANCNFSM6AAAAAAWWNIY7I. You are receiving this because you were mentioned.Message ID: @.***>

mohsen77sk commented 1 year ago

Swedish characters such as å, ä, and ö can be used in email and URLs.

Swedish characters are usually encoded in URLs using percent-encoding or Punycode.

Given the presence of Swedish characters in email and URL layouts on standard keyboard layouts such as iPhone, Android, and Windows, having them here is preferable.

fredrikthelander commented 1 year ago

Sure, fixed now!