Skip to content

Commit

Permalink
pkp/pkp-lib#4779 Convert XML-based email text to PO format
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Dec 3, 2019
1 parent 914935f commit 0fa9a08
Show file tree
Hide file tree
Showing 9 changed files with 907 additions and 2,912 deletions.
1 change: 1 addition & 0 deletions classes/i18n/AppLocale.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ static function makeComponentMap($locale) {
LOCALE_COMPONENT_APP_ADMIN => $baseDir . 'admin.po',
LOCALE_COMPONENT_APP_DEFAULT => $baseDir . 'default.po',
LOCALE_COMPONENT_APP_API => $baseDir . 'api.po',
LOCALE_COMPONENT_APP_EMAIL => $baseDir . 'emails.po',
);
}
}
Expand Down
487 changes: 111 additions & 376 deletions locale/ca_ES/emailTemplates.xml

Large diffs are not rendered by default.

546 changes: 114 additions & 432 deletions locale/da_DK/emailTemplates.xml

Large diffs are not rendered by default.

474 changes: 108 additions & 366 deletions locale/el_GR/emailTemplates.xml

Large diffs are not rendered by default.

560 changes: 123 additions & 437 deletions locale/en_US/emailTemplates.xml

Large diffs are not rendered by default.

491 changes: 111 additions & 380 deletions locale/es_ES/emailTemplates.xml

Large diffs are not rendered by default.

485 changes: 108 additions & 377 deletions locale/fr_CA/emailTemplates.xml

Large diffs are not rendered by default.

537 changes: 114 additions & 423 deletions locale/pt_BR/emailTemplates.xml

Large diffs are not rendered by default.

238 changes: 117 additions & 121 deletions locale/sl_SI/emailTemplates.xml

Large diffs are not rendered by default.

0 comments on commit 0fa9a08

Please sign in to comment.