Skip to content

Commit

Permalink
Add de_CH translation
Browse files Browse the repository at this point in the history
Region-specific translation for German (Switzerland). 

Initiated from here: shoelace-style#609 (comment)
  • Loading branch information
peschee committed Dec 7, 2021
1 parent 78f9dcc commit 6854809
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/translations/de_CH.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import { registerTranslation } from '../utilities/localize';
import type { Translation } from '../utilities/localize';

const translation: Translation = {
$code: 'de_CH',
$name: 'Deutsch (Schweiz)',
$dir: 'ltr',

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",
toggle_color_format: 'Farbformat umschalten'
};

registerTranslation(translation);

export default translation;

0 comments on commit 6854809

Please sign in to comment.