mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-03 02:36:46 +03:00
Made possible to save translations into file.
Minor fixes...
This commit is contained in:
@@ -20,9 +20,11 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<g:each in="${bundle.languages}" var="language">
|
||||
<td>${language.translations.each {key, value ->
|
||||
print (key + '=' + value)
|
||||
}}</td>
|
||||
<td>
|
||||
<g:each in="${language.translations}" var="translation">
|
||||
${translation.key} = ${translation.value} </br>
|
||||
</g:each>
|
||||
</td>
|
||||
</g:each>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user