diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-03-05 13:05:11 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-03-05 13:05:11 +0100 |
commit | 77cb92a23457d3824d021503af726b5ea3568e8c (patch) | |
tree | b9532111eb06df3a3d6798399ddc1642c63011b5 | |
parent | 71a09e158ec8310f099c11467556d22fa67bdbb6 (diff) |
Add localegroup eu (European Union).
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | profiles/desktop-email-eu | 3 | ||||
-rw-r--r-- | profiles/desktop-office-eu | 3 | ||||
-rw-r--r-- | profiles/desktop-web-eu | 3 |
4 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,6 @@ profiles = desktop desktoptopics = email office web -lcgroups = all +lcgroups = all eu desktoptopiclists = $(patsubst %,profiles/desktop-%,$(desktoptopics)) desktoptweaks = tweaks/base tweaks/desktop basefiles = $(patsubst %,content/%/base/preseed.cfg,$(profiles)) diff --git a/profiles/desktop-email-eu b/profiles/desktop-email-eu new file mode 100644 index 0000000..1472f27 --- /dev/null +++ b/profiles/desktop-email-eu @@ -0,0 +1,3 @@ +# include Icedove locales for European Union (except Maltese) +#$(for lang in bg br hr cs da nl en-gb et fi fr de el hu ga-ie it lv lt pl pt ro sk sl es sv; do echo icedove-l10n-$lang; done) +icedove-l10n-bg icedove-l10n-br icedove-l10n-hr icedove-l10n-cs icedove-l10n-da icedove-l10n-nl icedove-l10n-en-gb icedove-l10n-et icedove-l10n-fi icedove-l10n-fr icedove-l10n-de icedove-l10n-el icedove-l10n-hu icedove-l10n-ga-ie icedove-l10n-it icedove-l10n-lv icedove-l10n-lt icedove-l10n-pl icedove-l10n-pt icedove-l10n-ro icedove-l10n-sk icedove-l10n-sl icedove-l10n-es icedove-l10n-sv diff --git a/profiles/desktop-office-eu b/profiles/desktop-office-eu new file mode 100644 index 0000000..6c39b88 --- /dev/null +++ b/profiles/desktop-office-eu @@ -0,0 +1,3 @@ +# include LibreOffice locales for European Union (except Maltese) +#$(for lang in bg br hr cs da nl en-gb et fi fr de el hu ga it lv lt pl pt ro sk sl es sv; do echo libreoffice-l10n-$lang; done) +libreoffice-l10n-bg libreoffice-l10n-br libreoffice-l10n-hr libreoffice-l10n-cs libreoffice-l10n-da libreoffice-l10n-nl libreoffice-l10n-en-gb libreoffice-l10n-et libreoffice-l10n-fi libreoffice-l10n-fr libreoffice-l10n-de libreoffice-l10n-el libreoffice-l10n-hu libreoffice-l10n-ga libreoffice-l10n-it libreoffice-l10n-lv libreoffice-l10n-lt libreoffice-l10n-pl libreoffice-l10n-pt libreoffice-l10n-ro libreoffice-l10n-sk libreoffice-l10n-sl libreoffice-l10n-es libreoffice-l10n-sv diff --git a/profiles/desktop-web-eu b/profiles/desktop-web-eu new file mode 100644 index 0000000..95436b0 --- /dev/null +++ b/profiles/desktop-web-eu @@ -0,0 +1,3 @@ +# include Iceweasel locales for European Union (except Maltese) +#$(for lang in bg br hr cs da nl en-gb et fi fr de el hu ga-ie it lv lt pl pt ro sk sl es sv; do echo iceweasel-l10n-$lang; done) +iceweasel-l10n-bg iceweasel-l10n-br iceweasel-l10n-hr iceweasel-l10n-cs iceweasel-l10n-da iceweasel-l10n-nl iceweasel-l10n-en-gb iceweasel-l10n-et iceweasel-l10n-fi iceweasel-l10n-fr iceweasel-l10n-de iceweasel-l10n-el iceweasel-l10n-hu iceweasel-l10n-ga-ie iceweasel-l10n-it iceweasel-l10n-lv iceweasel-l10n-lt iceweasel-l10n-pl iceweasel-l10n-pt iceweasel-l10n-ro iceweasel-l10n-sk iceweasel-l10n-sl iceweasel-l10n-es iceweasel-l10n-sv |