[Libreoffice-commits] core.git: i18nlangtag/source
Eike Rathke (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 25 19:56:17 UTC 2019
i18nlangtag/source/isolang/MS-LCID-to-list.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 37c8dcc4dd8f3e2fb54f5d0630bd75bf105a947e
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Thu Apr 25 21:53:31 2019 +0200
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Thu Apr 25 21:55:12 2019 +0200
Generate .lst.h output with LanguageType(0x....)
Change-Id: If9dd9437ebdc83e9093d4ea00f31d2e2da95b7d2
diff --git a/i18nlangtag/source/isolang/MS-LCID-to-list.sh b/i18nlangtag/source/isolang/MS-LCID-to-list.sh
index 5ab9ff012988..adb2e1b14a37 100755
--- a/i18nlangtag/source/isolang/MS-LCID-to-list.sh
+++ b/i18nlangtag/source/isolang/MS-LCID-to-list.sh
@@ -95,7 +95,7 @@ gawk -e '
}
break;
}
- printf "#define %-35s %s\n", def, val;
+ printf "#define %-35s LanguageType(%s)\n", def, val;
print mapping;
print ""
}
More information about the Libreoffice-commits
mailing list