mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Add danish translation (#690)
This commit is contained in:
committed by
GitHub
parent
b24ff33fe0
commit
e2afe4b787
21
src/translations/da.ts
Normal file
21
src/translations/da.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { registerTranslation } from '~/utilities/localize';
|
||||
import type { Translation } from '~/utilities/localize';
|
||||
|
||||
const translation: Translation = {
|
||||
$code: 'da',
|
||||
$name: 'Danish',
|
||||
$dir: 'ltr',
|
||||
|
||||
close: 'Luk',
|
||||
copy: 'Kopier',
|
||||
progress: 'Status',
|
||||
resize: 'Tipas størrelse',
|
||||
scrollToEnd: 'Scroll til slut',
|
||||
scrollToStart: 'Scroll til start',
|
||||
selectAColorFromTheScreen: 'Vælg en farve fra skærmen',
|
||||
toggleColorFormat: 'Skift farveformat'
|
||||
};
|
||||
|
||||
registerTranslation(translation);
|
||||
|
||||
export default translation;
|
||||
Reference in New Issue
Block a user