Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7087
blobe109eda8615f601a9ca75c2b130fd1981efbb426
1 Title: Extension packages can now provide individual localizations
2 Level: 1
3 Component: multisite
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1550243073
8 Class: feature
10 Extension packages (MKPs) can now ship their own localization files in addition
11 to the standard localization file. With this change it is possible to split
12 different localization parts into separate files.
14 The GUI now recognizes the following localization file paths:
16 C+:
17 share/check_mk/locale/[LANG]/LC_MESSAGES/multisite.mo - Builtin, shipped with Check_MK.
18 local/share/check_mk/locale/[LANG]/LC_MESSAGES/multisite.mo - Site specific override, extension of builtin localization
19 local/share/check_mk/locale/packages/[PKG_NAME]/[LANG]/LC_MESSAGES/multisite.mo - Extension localization
20 C-:
22 The GUI searches these localization files from bottom to top when it searches for
23 a text to be localized.