summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2019-10-27 19:34:23 +0100
committerEike Rathke <erack@redhat.com>2019-10-27 19:35:16 +0100
commit54381161025c8ccb3a72ae70617bdecbceac9fcd (patch)
treee6939c4723a741d060d243b7bd5adcec00ac08b7 /i18nlangtag
parent505822ef941194552ae782081d5f6e9d2a6989d3 (diff)
Add bin/lo-xlate-lang
Change-Id: Idd280f3cf9cc0e1b63a6afea3b3dcbe3ed34ac14
Diffstat (limited to 'i18nlangtag')
-rwxr-xr-xi18nlangtag/source/isolang/langid.pl5
1 files changed, 5 insertions, 0 deletions
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;