Removing unused strings

Removing unused strings

by Mitsuhiro Yoshida -
Number of replies: 2
Picture of Language pack maintainers

Reading Moodle codes for translation, I found that some translation strings are not used in Moodle 2.0. For example, the following strings are only used in lang/en/blog.php.

filterblogsby
groupblogentries
mustassociatecourse

So if possible, I'm really happy to remove those unused strings from lang/en/*.php regularly using shell script or php programs.Smile

In reply to Mitsuhiro Yoshida

Re: Removing unused strings

by koen roggemans -
Picture of Language pack maintainers
In reply to koen roggemans

Re: Removing unused strings

by Mitsuhiro Yoshida -
Picture of Language pack maintainers

Hi Koen,

Thank you very much.
Voting for the issue done.

Mits