file2link/lang/note.txt
2020-05-02 01:00:35 +02:00

8 lines
327 B
Plaintext

cp lib/functions.php .
cp lib/UploadHandler.php .
xgettext *.php -o lang/messages.pot --from-code="UTF-8"
msgmerge --no-wrap -N lang/fr/LC_MESSAGES/messages.po lang/messages.pot > lang/fr/LC_MESSAGES/messages.po_new
mv lang/fr/LC_MESSAGES/messages.po_new lang/fr/LC_MESSAGES/messages.po
rm functions.php
rm UploadHandler.php