URL: https://github.com/freeipa/freeipa/pull/4448
Author: tiran
 Title: #4448: po: fix LINGUAS to use whitespace separation
Action: opened

PR body:
"""
The po/LINGUAS file contains a list of all avilable translations.
According to the GNU gettext documentation it's is a whitespace
separated list. Our LINGUAS file used newline separated list with inline
comments. This conflicts with weblate automation.

Fixes: https://pagure.io/freeipa/issue/8159
See: https://www.gnu.org/software/gettext/manual/html_node/po_002fLINGUAS.html
Signed-off-by: Christian Heimes <chei...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/4448/head:pr4448
git checkout pr4448
From 79204b964272a7f0fcc3e550c3a07979db6e98c1 Mon Sep 17 00:00:00 2001
From: Christian Heimes <chei...@redhat.com>
Date: Wed, 25 Mar 2020 11:04:59 +0100
Subject: [PATCH] po: fix LINGUAS to use whitespace separation

The po/LINGUAS file contains a list of all avilable translations.
According to the GNU gettext documentation it's is a whitespace
separated list. Our LINGUAS file used newline separated list with inline
comments. This conflicts with weblate automation.

Fixes: https://pagure.io/freeipa/issue/8159
See: https://www.gnu.org/software/gettext/manual/html_node/po_002fLINGUAS.html
Signed-off-by: Christian Heimes <chei...@redhat.com>
---
 po/LINGUAS | 25 +------------------------
 1 file changed, 1 insertion(+), 24 deletions(-)

diff --git a/po/LINGUAS b/po/LINGUAS
index 5811c744b4..bf8dcdf75c 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,24 +1 @@
-bn_IN   # Bengali (India)
-ca      # Catalan
-cs      # Czech
-de      # German
-en_GB   # English (United Kingdom)
-es      # Spanish
-eu      # Basque
-fr      # French
-hi      # Hindi
-hu      # Hungarian
-id      # Indonesian
-ja      # Japanese
-kn      # Kannada
-mr      # Marathi
-nl      # Dutch
-pa      # Punjabi
-pl      # Polish
-pt      # Portuguese
-pt_BR   # Portuguese (Brazil)
-ru      # Russian
-sk      # Slovak
-tg      # Tajik
-uk      # Ukrainian
-zh_CN   # Chinese (China)
+bn_IN ca cs de en_GB es eu fr hi hu id ja kn mr nl pa pl pt pt_BR ru sk tg uk zh_CN
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org

Reply via email to