[new_profile] Translate module new_profile to Hindi#9900
Conversation
389c8f9 to
bec6266
Compare
bec6266 to
eb25d31
Compare
|
Is this one ready to be re-reviewed ? |
racostas
left a comment
There was a problem hiding this comment.
Many comment in the code from previous contributor are still been deleted by this PR. and I'm not sure the rational of this.
Please @SKADE2303 can you explain a bit more -- case by case preferably. Thanks !
| }).then((result) => { | ||
| // Go to the candidate profile or reload the page, depending | ||
| // on whether the user clicked on 'Access Profile' or | ||
| // 'Recruit another candidate' respectively | ||
| window.location.href = result.value === true |
There was a problem hiding this comment.
Is this and other comments from the original developer of the module not longer valid ?
Why we are deleting this ones ?
racostas
left a comment
There was a problem hiding this comment.
racostas
left a comment
There was a problem hiding this comment.
Hi @SKADE2303 , good advances.
Two things:
- I seems the work OK is missing translation here:
- This PR is deleting the test file
modules/new_profile/test/NewProfileTestIntegrationTest.php, not sure the reason of it.
If it is the case that in Hindi we use "OK" just this way- I have to confess I don't know - , anyways we should translate from OK to OK since not in all languages use "OK". I took a second look and it seems this is deep in the swal library... not sure if we can in facts translate it. @SKADE2303, don't take care regarding the OK for the moment.... just address the test file been delete it. |
The OK's translation doesn't look module specific. I think it has to be done across all modules. |
racostas
left a comment
There was a problem hiding this comment.
This one is looking good to me now @driusan and @christinerogers.
I left you @driusan the final review. Thanks !!



Brief summary of changes
This PR provides the infrastructure for the translation of the module new_profile to another language. The translation is done in a similar method as #9797 .
Testing instructions (if applicable)
Link(s) to related issue(s)
[new_profile] Multilingual Support #9807