mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-01-09 19:06:41 +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) {
|
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) {
|
private String getFileNameWithoutExtension(String filename) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user