Change the locale names to their native language

German->Deutsch et. al.
This commit is contained in:
Marc Brooks 2025-05-08 16:52:55 -05:00
parent 48240eebe0
commit 978bef420c
No known key found for this signature in database
GPG Key ID: 583A6AF2D6AE1DC6
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Czech";
export const name = "Čeština";
const keyTrema = { key: "Backslash" } // tréma (umlaut), two dots placed above a vowel
const keyAcute = { key: "Equal" } // accent aigu (acute accent), mark ´ placed above the letter

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Swiss German";
export const name = "Schwiizerdütsch";
const keyTrema = { key: "BracketRight" } // tréma (umlaut), two dots placed above a vowel
const keyAcute = { key: "Minus", altRight: true } // accent aigu (acute accent), mark ´ placed above the letter

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "German";
export const name = "Deutsch";
const keyAcute = { key: "Equal" } // accent aigu (acute accent), mark ´ placed above the letter
const keyHat = { key: "Backquote" } // accent circonflexe (accent hat), mark ^ placed above the letter

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Spanish";
export const name = "Español";
const keyTrema = { key: "Quote", shift: true } // tréma (umlaut), two dots placed above a vowel
const keyAcute = { key: "Quote" } // accent aigu (acute accent), mark ´ placed above the letter

View File

@ -1,7 +1,7 @@
import { KeyCombo } from "../keyboardLayouts"
import { chars as chars_de_CH } from "./de_CH"
export const name = "Swiss French";
export const name = "Français de Suisse";
export const chars = {
...chars_de_CH,

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "French";
export const name = "Français";
const keyTrema = { key: "BracketLeft", shift: true } // tréma (umlaut), two dots placed above a vowel
const keyHat = { key: "BracketLeft" } // accent circonflexe (accent hat), mark ^ placed above the letter

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Italian";
export const name = "Italiano";
export const chars = {
A: { key: "KeyA", shift: true },

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Norwegian";
export const name = "Norsk bokmål";
const keyTrema = { key: "BracketRight" } // tréma (umlaut), two dots placed above a vowel
const keyAcute = { key: "Equal", altRight: true } // accent aigu (acute accent), mark ´ placed above the letter

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Swedish";
export const name = "Svenska";
const keyTrema = { key: "BracketRight" } // tréma (umlaut), two dots placed above a vowel
const keyAcute = { key: "Equal" } // accent aigu (acute accent), mark ´ placed above the letter