This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fetch sys_language_uid from database. Relates: #25
- Loading branch information
1 parent
0e69fbf
commit ebc0b2b
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
Documentation/source/changelog/20180409-25-provide-sys-language-uid.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
FEATURE 25 "Respect multiple languages" - Provide sys_language_uid | ||
================================================================== | ||
|
||
Previously we did not fetch ``sys_language_uid`` field from database. This prevents everyone from | ||
working with multiple languages. | ||
By not removing the field it gets indexed and provides a very basic way of implementing multiple | ||
languages. | ||
At least it's now possible to filter search results by current language for now. Still the records | ||
are not "valid" as we do not add overlays for now. | ||
|
||
This is a first step into full multi language support. | ||
|
||
Martin Hummer already has a basic proof of concept, based on :ref:`concepts_dataprocessing` working, | ||
depending on ``sys_language_uid``. | ||
|
||
See :issue:`25`. |