[L10n] Cleanup of the L10n class
Review Request #70 — Created Feb. 25, 2013 and submitted — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr | |
pprkut:l10n_trait | |
Reviewers | |
lunr | |
- remove the set_language() method from the L10n library. This is something that is (should be) very application specific. - Use the L10nTrait to remove use of the Configuration library. - Use the FilesystemAccessObject to clean up the filesystem handling of language detection. This depends on http://reviews.lunr.nl/r/68/ and http://reviews.lunr.nl/r/67/
Unit tests