File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
import { KeyCombo } from "../keyboardLayouts"
2
2
3
- export const name = "Czech " ;
3
+ export const name = "Čeština " ;
4
4
5
5
const keyTrema = { key : "Backslash" } // tréma (umlaut), two dots placed above a vowel
6
6
const keyAcute = { key : "Equal" } // accent aigu (acute accent), mark ´ placed above the letter
Original file line number Diff line number Diff line change 1
1
import { KeyCombo } from "../keyboardLayouts"
2
2
3
- export const name = "Swiss German " ;
3
+ export const name = "Schwiizerdütsch " ;
4
4
5
5
const keyTrema = { key : "BracketRight" } // tréma (umlaut), two dots placed above a vowel
6
6
const keyAcute = { key : "Minus" , altRight : true } // accent aigu (acute accent), mark ´ placed above the letter
Original file line number Diff line number Diff line change 1
1
import { KeyCombo } from "../keyboardLayouts"
2
2
3
- export const name = "German " ;
3
+ export const name = "Deutsch " ;
4
4
5
5
const keyAcute = { key : "Equal" } // accent aigu (acute accent), mark ´ placed above the letter
6
6
const keyHat = { key : "Backquote" } // accent circonflexe (accent hat), mark ^ placed above the letter
Original file line number Diff line number Diff line change 1
1
import { KeyCombo } from "../keyboardLayouts"
2
2
3
- export const name = "Spanish " ;
3
+ export const name = "Español " ;
4
4
5
5
const keyTrema = { key : "Quote" , shift : true } // tréma (umlaut), two dots placed above a vowel
6
6
const keyAcute = { key : "Quote" } // accent aigu (acute accent), mark ´ placed above the letter
Original file line number Diff line number Diff line change 1
1
import { KeyCombo } from "../keyboardLayouts"
2
2
import { chars as chars_de_CH } from "./de_CH"
3
3
4
- export const name = "Swiss French " ;
4
+ export const name = "Français de Suisse " ;
5
5
6
6
export const chars = {
7
7
...chars_de_CH ,
Original file line number Diff line number Diff line change 1
1
import { KeyCombo } from "../keyboardLayouts"
2
2
3
- export const name = "French " ;
3
+ export const name = "Français " ;
4
4
5
5
const keyTrema = { key : "BracketLeft" , shift : true } // tréma (umlaut), two dots placed above a vowel
6
6
const keyHat = { key : "BracketLeft" } // accent circonflexe (accent hat), mark ^ placed above the letter
Original file line number Diff line number Diff line change 1
1
import { KeyCombo } from "../keyboardLayouts"
2
2
3
- export const name = "Italian " ;
3
+ export const name = "Italiano " ;
4
4
5
5
export const chars = {
6
6
A : { key : "KeyA" , shift : true } ,
Original file line number Diff line number Diff line change 1
1
import { KeyCombo } from "../keyboardLayouts"
2
2
3
- export const name = "Norwegian " ;
3
+ export const name = "Norsk bokmål " ;
4
4
5
5
const keyTrema = { key : "BracketRight" } // tréma (umlaut), two dots placed above a vowel
6
6
const keyAcute = { key : "Equal" , altRight : true } // accent aigu (acute accent), mark ´ placed above the letter
Original file line number Diff line number Diff line change 1
1
import { KeyCombo } from "../keyboardLayouts"
2
2
3
- export const name = "Swedish " ;
3
+ export const name = "Svenska " ;
4
4
5
5
const keyTrema = { key : "BracketRight" } // tréma (umlaut), two dots placed above a vowel
6
6
const keyAcute = { key : "Equal" } // accent aigu (acute accent), mark ´ placed above the letter
You can’t perform that action at this time.
0 commit comments