regenerated messages.po files of the addons #1076

Merged
tobiasd merged 2 commits from 20210201-lngCmessages into develop 2021-02-01 18:54:02 +01:00
tobiasd commented 2021-02-01 18:33:57 +01:00 (Migrated from github.com)

Followup of #1075 with the regeneration of all the addon lang/C/messages.po files.

No new files, the for loop had created some empty files for some addons.

Followup of #1075 with the regeneration of all the addon `lang/C/messages.po` files. No new files, the `for` loop had created some empty files for some addons.
tobiasd commented 2021-02-01 18:50:25 +01:00 (Migrated from github.com)

Ok, the strings.php files are now all regenerated with the new po2php command from develop branch console.

for i in */lang/*
do
  po2php "$i/messages.po"
done
Ok, the `strings.php` files are now all regenerated with the new po2php command from develop branch console. ```bash for i in */lang/* do po2php "$i/messages.po" done ```
MrPetovan (Migrated from github.com) approved these changes 2021-02-01 18:53:42 +01:00
Sign in to join this conversation.
No description provided.