But no translation transfers from Transifex seem to be set up. The strings are always displayed in English, regardless of the language that the admin has selected.
Do we want the search-elastic admin UI to be translated?
If yes, then we need to setup the Transifex stuff.
If no, then we could remove the $l->t() translation calls. They are misleading if there are actually no translations in existence.
Code in https://github.com/owncloud/search_elastic/blob/master/templates/settings/admin.php has translation calls like:
But no translation transfers from Transifex seem to be set up. The strings are always displayed in English, regardless of the language that the admin has selected.
Do we want the search-elastic admin UI to be translated?
If yes, then we need to setup the Transifex stuff.
If no, then we could remove the
$l->t()
translation calls. They are misleading if there are actually no translations in existence.