This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
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.
Ex. 1 - Missing translations with defined text_domain in PoEdit Source keywords:
translate:1,2c
translatePlural:1,2,4c
Ex. 2 - Working PoEdit Source keywords (but without text_domain):
translate:1
translatePlural:1,2
Cause:
Gettext with defined text_domain gives
\x04' EOT in storage array key Ex. 1
ui\x04nameEx. 2
name`Resolves #53