mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-03 02:36:46 +03:00
Implemented export functionality. Minor layout fixes.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user