I'd suggest that we remove it and rely on the much better variable translation support provided by variable.module/i18n. Exposing a locale group for 4 fixed strings IMHO unnecessarily clutters the UI.
A lot of the translation stuff now happens through translation sets and support for locale groups has actually been removed in 8.x.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | locale_group.patch | 10.84 KB | berdir |
Comments
Comment #1
berdirThe attached patch removes the locale group stuff and replaces with a hook_variable_info() so that you can translate the variables.
Also added it to the README.txt.
Comment #2
miro_dietikerCommitted and pushed.
Worked perfectly. Note other (core) variables have descriptions however i couldn't find appropriate descriptions...
Comment #3
berdirYeah, me neither :)