The tab Documents of the Contracts module wasn't being translated #248
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The function
contract_prepare_head
wasn't getting the correct translation as in document.php the contract lang file wasn't being loaded.Before:
![Before](https://camo.githubusercontent.com/9c4e49e4b95b6d3dca79950ddbe32f9ca252a7655c4faf7446ef8194255fe936/687474703a2f2f626f782e6a69736b6f2e6e65742f692f32383730346532662e706e67)
After:
![Before](https://camo.githubusercontent.com/1d0801c1e77d98403f75e5c5f16036b766172040699fce8076f168c33298d06b/687474703a2f2f626f782e6a69736b6f2e6e65742f692f34343233336665312e706e67)