Include the nl_NL.UTF-8 locale when processing revisions

It's 100% translated according to
<https://translate.fedoraproject.org/projecs/guix/guix/nl/>.

* guix-data-service/model/package-metadata.scm
  (locales): Add nl_NL.utf-8

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Maxime Devos 2021-08-28 20:29:31 +02:00 committed by Christopher Baines
parent 3a90798567
commit 8ab72e633a
2 changed files with 2 additions and 0 deletions

View file

@ -428,6 +428,7 @@ WHERE job_id = $1")
"es_ES.UTF-8" "es_ES.UTF-8"
"fr_FR.UTF-8" "fr_FR.UTF-8"
"hu_HU.UTF-8" "hu_HU.UTF-8"
"nl_NL.UTF-8"
"pl_PL.UTF-8" "pl_PL.UTF-8"
"pt_BR.UTF-8" "pt_BR.UTF-8"
;;"sr_SR.UTF-8" ;;"sr_SR.UTF-8"

View file

@ -49,6 +49,7 @@
"es_ES.UTF-8" "es_ES.UTF-8"
"fr_FR.UTF-8" "fr_FR.UTF-8"
"hu_HU.UTF-8" "hu_HU.UTF-8"
"nl_NL.UTF-8"
"pl_PL.UTF-8" "pl_PL.UTF-8"
"pt_BR.UTF-8" "pt_BR.UTF-8"
;;"sr_SR.UTF-8" ;;"sr_SR.UTF-8"