mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-01-09 02:46:46 +03:00
Removed TODO about path.
This commit is contained in:
parent
e0fe33ecbf
commit
e913c34e19
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user