Closed ghost closed 8 years ago
I refactored the localization system so we now store all strings in a single .properties file, load it on demand, and did away with all of the null checks. Any caller can now just use getString()
to retrieve any string. This sounds more in line with what you describe here.
Shout if you had other thoughts that we are still missing.
(Original discussion here: https://github.com/lambdor/Perspectives/commit/885b6e74efd008baebb87a165b9a0427248cb26e#commitcomment-7989663 )