mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-01-09 19:06:41 +03:00
11 lines
147 B
Groovy
11 lines
147 B
Groovy
package by.prominence.translations
|
|
|
|
class Language {
|
|
|
|
Map translations = [:]
|
|
Bundle bundle
|
|
String languageTag
|
|
|
|
File languageFile
|
|
}
|