-
Notifications
You must be signed in to change notification settings - Fork 12
Messages.po not filled by bash ./i18n.sh #11
Copy link
Copy link
Open
Labels
Description
index.php
<html>
<body>
<h1>_('Hello World')</h1>
</body>
</html>
Structure:
- index.php
- locale
-- en
--- LC_MESSAGES
---- messages.po
-- nl
--- LC_MESSAGES
---- messages.po
-- fr
--- LC_MESSAGES
---- messages.po
➜ testlocales ls
composer.json composer.lock index.php locale vendor
➜ testlocales cd vendor/delight-im/i18n
➜ i18n bash ./i18n.sh NL
Extracting and updating translations
sed: 1: "locale/messages.pot": extra characters at the end of l command
I might be misinterpreting the functionality, but I was expecting 'hello world' to appear in the NL messages.po.
Reactions are currently unavailable