Bachir Soussi Chiadmi 10f68b951d started to activate translations ajax nav | 6 yıl önce | |
---|---|---|
.. | ||
config | 6 yıl önce | |
src | 6 yıl önce | |
LICENSE.txt | 6 yıl önce | |
README.md | 6 yıl önce | |
translation_views.info.yml | 6 yıl önce | |
translation_views.module | 6 yıl önce | |
translation_views.views.inc | 6 yıl önce | |
translation_views.views_execution.inc | 6 yıl önce |
Provides fields and filter for views to display information about the current row, the source translation, in another target language. You can also add translation operation links to decide if you want to add/edit the content in the target language.
Configurations for a demo view is impored on installation, named Content translation jobs
which can be found at path /translate/content
. If you want to get view for other translatable entities, you should build it yourself using our fields/filters.
Notice: This module provides view's fields/filters only for translatble entity types, this means that until you have enabled content translation support for an entity you'll not get provided any extra fields/filters. The content translations can be enabled at path admin/config/regional/content-language
Target translation
field
,filter
. Should in most cases be an exposed filter.
Also there is an extra filter option: Remove rows where source language is equal to target languageThese fields/filters will display information about the current content in the selected target language:
field
,filter
field
,filter
field
,filter
: Checks if the target language is the same as the original language of the node.field
field
,filter
: Checks if the source translation of the target language is the same as the language of the rowfield
Source translation
field
,filter
Install module as usually.
Upon installation a new view is added named Content translation jobs
that demonstrate how the fields/filters can be used to create lists of translation jobs. Available at path /translate/content
.
If this didn't happened on installation than go to theadmin/config/development/configuration/single/import
and manually import config from the file located in the module folder at: config/optional/views.view.content_translations.yml
.
Fields The view display:
Filters Exposed filters:
Hidden filters
Developed by vlad.dancer
Designed by matsbla