diff --git a/README.md b/README.md index eb537d46..59e8f8bf 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ It profits from these great projects: * cleans code * updates info page `/_h5ai` * adds type `aiff` to type `audio` -* updates `pl` translation +* adds `dk` translation by Ronnie Milbo +* updates to `pl` translation by Mark ### v0.23.0 - *2013-07-21* diff --git a/src/_h5ai/conf/l10n/dk.json b/src/_h5ai/conf/l10n/dk.json new file mode 100644 index 00000000..ba2344eb --- /dev/null +++ b/src/_h5ai/conf/l10n/dk.json @@ -0,0 +1,19 @@ +{ + "lang": "dansk", + "details": "detaljer", + "list": "list", + "grid": "grid", + "icons": "ikoner", + "name": "Navn", + "lastModified": "Sidst ændret", + "size": "Størrelse", + "parentDirectory": "Overordnet mappe", + "empty": "tom", + "folders": "mapper", + "files": "filer", + "download": "download", + "noMatch": "ingen match", + "dateFormat": "DD-MM-YYYY HH:mm", + "filter": "filter", + "delete": "slet" +} \ No newline at end of file