Skip to content

Commit

Permalink
Merge branch '4.1' into 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville committed Oct 22, 2020
2 parents e1559eb + 5a5d7c4 commit c8e1004
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
"MultiFactorAuthentication.TRY_AGAIN_ERROR": "Something went wrong. Please try again.",
"MultiFactorAuthentication.UNKNOWN_ERROR": "An unknown error occurred."
});
}
}
7 changes: 7 additions & 0 deletions lang/da.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ da:
one: ''
other: ''
SINGULARNAME: ''
SilverStripe\MFA\Report\EnabledMembers:
ANY_AT_LEAST_ONE: ''
COLUMN_METHODS_REGISTERED: ''
COLUMN_METHOD_DEFAULT: ''
COLUMN_SKIPPED_REGISTRATION: ''
FILTER_MEMBER_DESCRIPTION: ''
NONE: ''
SilverStripe\MFA\RequestHandler:
CSRF_FAILURE: ''
METHOD_ALREADY_REGISTERED: ''
Expand Down
7 changes: 7 additions & 0 deletions lang/eo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ eo:
one: 'Unu registrita metodo'
other: '{count} registritaj metodoj'
SINGULARNAME: 'Registrita metodo'
SilverStripe\MFA\Report\EnabledMembers:
ANY_AT_LEAST_ONE: ''
COLUMN_METHODS_REGISTERED: ''
COLUMN_METHOD_DEFAULT: ''
COLUMN_SKIPPED_REGISTRATION: ''
FILTER_MEMBER_DESCRIPTION: ''
NONE: ''
SilverStripe\MFA\RequestHandler:
CSRF_FAILURE: 'Via peto eltempiĝis. Bonvolu refreŝigi kaj reprovi.'
METHOD_ALREADY_REGISTERED: 'Tiu metodo jam estas registrita kontraŭ ĉi tiu membro.'
Expand Down
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ functionality:
- [Security](docs/en/security.md)
- [Integrating with other authenticators](docs/en/other-authenticators.md)
## Module development
When adding translatable content to front-end UIs in the MFA module, you must ensure that these translations are pushed
to Transifex. If this doesn't happen, they will be automatically removed in the next module released. See the
[translation docs](https://docs.silverstripe.org/en/4/contributing/translation_process/#javascript-translations)
for more information.
## License
See [license](LICENSE.md).
Expand Down

0 comments on commit c8e1004

Please sign in to comment.