mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-02 18:26:47 +03:00
Removed TODO about path.
This commit is contained in:
@@ -45,7 +45,7 @@ class BundleService {
|
||||
}
|
||||
|
||||
private boolean isTranslationProperty(File file) {
|
||||
return file.parent.contains(DEFAULT_FOLDER) //TODO: is it necessary to use parent?
|
||||
return file.path.contains(DEFAULT_FOLDER)
|
||||
}
|
||||
|
||||
private String getFileNameWithoutExtension(String filename) {
|
||||
|
||||
Reference in New Issue
Block a user