Opened 3 years ago
Closed 3 years ago
#1918 closed Enhancement (fixed)
Plugin: search can't work with translationbrowser
| Reported by: | mariuszekpl | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.7 |
| Component: | Version: | ||
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
Can anybody change mod/search/languages/en.php ?
I wrote http://code.google.com/p/translationbrowser/
(this plugin helps make translations for elgg)
Byt my plugin search variable name "english"
not "language_array". In all plugins elgg team use "english"
but only in search is language_array
Change History (1)
comment:1 Changed 3 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

This is not a bug with Elgg but I will change the variable name since your tool makes it easier for people to contribute language packs. Because there isn't (and doesn't need to be) a standard about what variable names are called for languages, it might be worth restructuring your plugin to be less strict.