-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Messages.po not filled by bash ./i18n.sh #11
Comments
Thanks for your question and the perfect description of the problem! The cause of this issue is that In order to solve the issue, you would thus have to replace your regular cd vendor/delight-im/i18n with a one-time cp vendor/delight-im/i18n/i18n.sh . to copy the script to your project’s root folder. But I understand that this may be undesirable, because it duplicates code and may force you to include the script in your project’s Does that help? Apart from that quick fix, the script certainly needs a parameter to specify which directory it should operate on. |
Yes, progress.
|
I found the fix (for me). I removed the double quotes on lines 18, 23, 28, 46, 53 |
Had to fix some more stuff. This is the script I ended up with.
|
Thanks for looking into this!
An alternative solution for (1) and (2) would be to install GNU |
1+2: Completely OK with gnu-sed. |
index.php
Structure:
-- en
--- LC_MESSAGES
---- messages.po
-- nl
--- LC_MESSAGES
---- messages.po
-- fr
--- LC_MESSAGES
---- messages.po
I might be misinterpreting the functionality, but I was expecting 'hello world' to appear in the NL messages.po.
The text was updated successfully, but these errors were encountered: