diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-05 15:48:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-09 09:52:33 +0200 |
commit | 283229f5bc27ce23456b9cbd9aff75ff44707105 (patch) | |
tree | ecadd85a8937555c8404290ac19c0af6baf4f266 /include | |
parent | cc6d591e1c4202afdbc30a76fd56d66b7547fa34 (diff) |
Related: tdf#83128 support translation of plural forms
Change-Id: Id3d41099a895ca5423be2ac3d497851bc65eaff7
Reviewed-on: https://gerrit.libreoffice.org/61426
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/resmgr.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unotools/resmgr.hxx b/include/unotools/resmgr.hxx index 65e730bd0021..8da6aefac60c 100644 --- a/include/unotools/resmgr.hxx +++ b/include/unotools/resmgr.hxx @@ -29,6 +29,7 @@ namespace Translate { UNOTOOLS_DLLPUBLIC std::locale Create(const sal_Char* pPrefixName, const LanguageTag& rLocale = SvtSysLocale().GetUILanguageTag()); UNOTOOLS_DLLPUBLIC OUString get(const char* pId, const std::locale &loc); + UNOTOOLS_DLLPUBLIC OUString nget(const char* pId, int n, const std::locale &loc); UNOTOOLS_DLLPUBLIC void SetReadStringHook( ResHookProc pProc ); UNOTOOLS_DLLPUBLIC ResHookProc GetReadStringHook(); UNOTOOLS_DLLPUBLIC OUString ExpandVariables(const OUString& rString); |