Skip to content
Snippets Groups Projects
Commit ccd40ee6 authored by Thomas Müller's avatar Thomas Müller
Browse files

Adding translation sync preproc command ...

parent da2dc6ee
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,5 @@ js/mail.min.js
# packaged app
build/
translations.js
#!/usr/bin/env bash
SCRIPT=`realpath $0`
SCRIPTPATH=`dirname $SCRIPT`
php "$SCRIPTPATH/../translation-extractor.php"
t('Add attachment from Files');
t('Connect your mail account');
t('Name');
t('Mail Address');
t('Password');
t('Manual configuration');
t('IMAP Host');
t('IMAP security');
t('None');
t('STARTTLS');
t('IMAP Port');
t('IMAP User');
t('IMAP Password');
t('SMTP Host');
t('SMTP security');
t('SMTP Port');
t('SMTP User');
t('SMTP Password');
t('Connect');
t('Add mail account');
t('Check messages');
t('Load more');
t('Delete');
t('No search results for');
t('to');
t('cc');
t('The images have been blocked to protect your privacy.');
t('Show images from this sender');
t('Download attachment');
t('Save to Files');
t('Save all to Files');
t('Forward');
t('from');
t('bcc');
t('Subject');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment