Implemented export functionality. Minor layout fixes.

This commit is contained in:
Prominence
2016-08-20 23:50:06 +03:00
parent 34048f9525
commit 98dfa730ce
8 changed files with 99 additions and 43 deletions
@@ -8,7 +8,7 @@ class BundleService {
private static final String DEFAULT_FOLDER = "i18n"
private static final String DEFAULT_EXTENSION = '.properties'
private static final String STANDARD_LANGUAGE_TAG = 'standard'
private static final String STANDARD_LANGUAGE_TAG = 'default'
HashSet<Bundle> getBundles(boolean noCache = false) {
if (!cachedBundles || noCache) {