summaryrefslogtreecommitdiff
path: root/i18npool/README.md
blob: b64994c33332563a0794cbcc926ffcc6c03f7bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Internationalisation Pool (i18npool) Framework

Internationalisation pool (i18npool) framework ensures that the suite is adaptable to the
requirements of different native languages, their local settings and customs, etc without source
code modification. (Wow, that is such marketing-speak...)

Specifically for locale data documentation please see `i18npool/source/localedata/data/locale.dtd`

## See Also

<http://wiki.documentfoundation.org/Category:I18n>
Mike Kaganski <mike.kaganski@collabora.com>2022-10-11 12:46:01 +0200 commit3d236177be255b2027a997bfc12fe0833ca9a2f7 (patch) treed67582e355bccb43cf133c1857f5dd6136be2f35 /cppu parent6c65c62c26a8aa4d04466545f8f04ec86b797012 (diff)
Deduplicate O(U)StringConcatenation
And use an overloaded helper function with a better (?) unified name to show that the result is not an O(U)String. Change-Id: I8956338b05d02bf46a6185828130ea8ef145d46b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141203 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'cppu')