diff options
-rw-r--r-- | profiles/jessie/classes/Desktop/scheduling/locale/danish.yml (renamed from profiles/jessie/classes/Desktop/scheduling/locale/da.yml) | 0 | ||||
-rw-r--r-- | profiles/jessie/nodes/dharma.yml | 4 | ||||
-rw-r--r-- | profiles/wheezy/classes/Desktop/locale/danish.yml | 13 | ||||
-rw-r--r-- | profiles/wheezy/classes/Locale/danish.yml | 9 |
4 files changed, 25 insertions, 1 deletions
diff --git a/profiles/jessie/classes/Desktop/scheduling/locale/da.yml b/profiles/jessie/classes/Desktop/scheduling/locale/danish.yml index 797f348..797f348 100644 --- a/profiles/jessie/classes/Desktop/scheduling/locale/da.yml +++ b/profiles/jessie/classes/Desktop/scheduling/locale/danish.yml diff --git a/profiles/jessie/nodes/dharma.yml b/profiles/jessie/nodes/dharma.yml index a69c15a..63994e0 100644 --- a/profiles/jessie/nodes/dharma.yml +++ b/profiles/jessie/nodes/dharma.yml @@ -20,9 +20,11 @@ classes: - Desktop.office.presentation - Desktop.office.pdf.gtk - Desktop.scheduling - - Desktop.scheduling.locale.da + - Desktop.scheduling.locale.danish - Desktop.web.java - Desktop.web.security - Desktop.crypto + - Desktop.locale.danish - Hardware.gl - Hardware.laptop.apple.macbook5-1 + - Locale.danish diff --git a/profiles/wheezy/classes/Desktop/locale/danish.yml b/profiles/wheezy/classes/Desktop/locale/danish.yml new file mode 100644 index 0000000..ad514f9 --- /dev/null +++ b/profiles/wheezy/classes/Desktop/locale/danish.yml @@ -0,0 +1,13 @@ +#FIXME: include the tools being localized +classes: + - Desktop +parameters: + doc: + desktop: + pkg: + - include Danish desktop localization, with myspell dictionary + pkg: + - task-danish-desktop + - myspell-da + pkg-avoid: + - hunspell-da diff --git a/profiles/wheezy/classes/Locale/danish.yml b/profiles/wheezy/classes/Locale/danish.yml new file mode 100644 index 0000000..9ef1578 --- /dev/null +++ b/profiles/wheezy/classes/Locale/danish.yml @@ -0,0 +1,9 @@ +classes: + - Locale +parameters: + doc: + locale: + pkg: + - include core Danish localization + pkg: + - task-danish |