mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
consistent name/code
This commit is contained in:
@@ -2,16 +2,16 @@ import { registerTranslation } from '../utilities/localize';
|
||||
import type { Translation } from '../utilities/localize';
|
||||
|
||||
const translation: Translation = {
|
||||
$code: 'de_CH',
|
||||
$code: 'de-CH',
|
||||
$name: 'Deutsch (Schweiz)',
|
||||
$dir: 'ltr',
|
||||
|
||||
close: "Schliessen",
|
||||
close: 'Schliessen',
|
||||
copy: 'Kopieren',
|
||||
progress: 'Fortschritt',
|
||||
scroll_to_end: 'Zum Ende scrollen',
|
||||
scroll_to_start: 'Zum Anfang scrollen',
|
||||
select_a_color_from_the_screen: "Wähle eine Farbe vom Bildschirm",
|
||||
select_a_color_from_the_screen: 'Wähle eine Farbe vom Bildschirm',
|
||||
toggle_color_format: 'Farbformat umschalten'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user