Index: trunk/extensions/Translate/groups/Mifos/Mifos.yaml |
— | — | @@ -24,6 +24,27 @@ |
25 | 25 | |
26 | 26 | --- |
27 | 27 | BASIC: |
| 28 | + id: out-mifos-core |
| 29 | + label: Mifos |
| 30 | + class: FileBasedMessageGroup |
| 31 | + |
| 32 | +FILES: |
| 33 | + class: JavaFFS |
| 34 | + sourcePattern: %GROUPROOT%/mifos/userInterface/src/main/resources/org/mifos/ui/localizedProperties/messages_%CODE%.properties |
| 35 | + definitionFile: %GROUPROOT%/mifos/userInterface/src/main/resources/org/mifos/ui/localizedProperties/messages_%CODE%.properties |
| 36 | + targetPattern: mifos/userInterface/src/main/resources/org/mifos/ui/localizedProperties/messages.properties |
| 37 | + |
| 38 | +TAGS: |
| 39 | + ignored: |
| 40 | + - '*1.' |
| 41 | + - '*2.' |
| 42 | + - '*3.' |
| 43 | + - '*4.' |
| 44 | + - '*5.' |
| 45 | + - '*6.' |
| 46 | + |
| 47 | +--- |
| 48 | +BASIC: |
28 | 49 | id: out-mifos-questionnaire |
29 | 50 | label: Mifos - Questionnaire |
30 | 51 | class: FileBasedMessageGroup |