Index: trunk/extensions/Translate/groups/Mifos/Mifos.yaml |
— | — | @@ -1096,3 +1096,19 @@ |
1097 | 1097 | sourcePattern: %GROUPROOT%/mifos/userInterface/src/main/resources/org/mifos/ui/localizedProperties/widget_messages_%CODE%.properties |
1098 | 1098 | definitionFile: %GROUPROOT%/mifos/userInterface/src/main/resources/org/mifos/ui/localizedProperties/widget_messages.properties |
1099 | 1099 | targetPattern: mifos/userInterface/src/main/resources/org/mifos/ui/localizedProperties/widget_messages_%CODE%.properties |
| 1100 | + |
| 1101 | +--- |
| 1102 | +BASIC: |
| 1103 | + id: out-mifos-accounting |
| 1104 | + label: Mifos - Accounting |
| 1105 | + |
| 1106 | +MANGLER: |
| 1107 | + class: StringMatcher |
| 1108 | + prefix: accounting- |
| 1109 | + patterns: |
| 1110 | + - "*" |
| 1111 | + |
| 1112 | +FILES: |
| 1113 | + sourcePattern: %GROUPROOT%/mifos/accounting/src/main/resources/org/mifos/platform/accounting/ui/localizedProperties/accounting_messages_%CODE%.properties |
| 1114 | + definitionFile: %GROUPROOT%/mifos/accounting/src/main/resources/org/mifos/platform/accounting/ui/localizedProperties/accounting_messages.properties |
| 1115 | + targetPattern: mifos/mifos/accounting/src/main/resources/org/mifos/platform/accounting/ui/localizedProperties/accounting_messages_%CODE%.properties |