[Libreoffice-commits] core.git: i18nlangtag/source

Eike Rathke (via logerrit) logerrit at kemper.freedesktop.org
Sun Oct 27 18:37:39 UTC 2019


 i18nlangtag/source/isolang/langid.pl |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 54381161025c8ccb3a72ae70617bdecbceac9fcd
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Sun Oct 27 19:34:23 2019 +0100
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Sun Oct 27 19:35:16 2019 +0100

    Add bin/lo-xlate-lang
    
    Change-Id: Idd280f3cf9cc0e1b63a6afea3b3dcbe3ed34ac14

diff --git a/i18nlangtag/source/isolang/langid.pl b/i18nlangtag/source/isolang/langid.pl
index 65333956ab20..061c69288e07 100755
--- a/i18nlangtag/source/isolang/langid.pl
+++ b/i18nlangtag/source/isolang/langid.pl
@@ -458,6 +458,11 @@ sub main()
             grepFile(
                 '^\s*' . $langtag . '',
                 "$SRC_ROOT", "l10ntools", "source/ulfconv/msi-encodinglist.txt", 1, ());
+
+            # 27:af:afrikaans
+            grepFile(
+                '^\d*:' . $langtag . '',
+                "$SRC_ROOT", "bin", "lo-xlate-lang", 1, ());
         }
     }
     return 0;


More information about the Libreoffice-commits mailing list