-
Notifications
You must be signed in to change notification settings - Fork 723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set language #355
Comments
Hi @jolleman! This project is still in it's infancy and although it has support for languages, it is lacking the actual translations. If you look at the swedish language definitions, you'll see that it's still all in English. I would appreciate any help with translations and/or feedback. Thanks! |
Is this a issue when i use the keyboard-layouts-greywyvern.min.js library? Regards Joel |
None of the greywyvern layouts include the language definitions... I haven't thought about how to combine the original layouts, Microsoft layouts and greywyvern layouts and include the language definitions. What should someone do if they want to use their own? Maybe I should separate out the language definitions from the layouts... |
I just pushed an update where all the language files have been separated from the layout files. During a grunt build, the translated language files are added to the following files:
I would really appreciate it if you would be willing and able to add a translation for any of language files. |
I'm trying to using the danish keyboard layout, which I understand was added in 1.8.6a. This is my current code:
|
Hi @klausenbusk! There is a Danish language file that needs to be loaded (see da.untranslated.js), but it is currently untranslated and will only show the English equivalent language. |
That isn't the problem, the problem is that I can't use the Danish keyboard layout. That file only seems to contain "translation" of different important keys.. |
|
No worries! I'm glad you are finding this plugin useful! |
How do i set a default keyset language?
I want to set the default keyset to swedish.
i tried with language : 'sv', but it doesnt work.
Here is my code:
Any help would be appreciated.
Regards Joel
The text was updated successfully, but these errors were encountered: