Adding translation sync preproc command ...
This commit is contained in:
Родитель
da2dc6ee2d
Коммит
ccd40ee66b
|
@ -16,3 +16,5 @@ js/mail.min.js
|
|||
|
||||
# packaged app
|
||||
build/
|
||||
|
||||
translations.js
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
SCRIPT=`realpath $0`
|
||||
SCRIPTPATH=`dirname $SCRIPT`
|
||||
|
||||
php "$SCRIPTPATH/../translation-extractor.php"
|
|
@ -1,35 +0,0 @@
|
|||
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');
|
Загрузка…
Ссылка в новой задаче