From 80b0a3a7b647b3d60379344a37a5f9b15a2bbfe9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 8 Mar 2012 00:40:31 +0000 Subject: fold i18npaper into i18nutil It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting --- i18nutil/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 i18nutil/README (limited to 'i18nutil/README') diff --git a/i18nutil/README b/i18nutil/README new file mode 100644 index 000000000000..6839c5d85be7 --- /dev/null +++ b/i18nutil/README @@ -0,0 +1,4 @@ +i18nutil is internalization related utilties + +It comprises of honest c++ code which you just link to directly, while i18npool +tends to consist of code you interact with via uno. -- cgit