Simplfy update-locales script
This commit is contained in:
parent
2b9914f1db
commit
d9de44c44d
2 changed files with 6 additions and 6 deletions
|
@ -83,6 +83,6 @@
|
|||
},
|
||||
"scripts": {
|
||||
"compile": "composer install --ignore-platform-reqs",
|
||||
"update-locales": "vendor/bin/tsmarty2c.php templates > i18n/template.pot"
|
||||
"update-locales": "tsmarty2c.php templates > i18n/template.pot"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ msgid ":"
|
|||
msgstr ""
|
||||
|
||||
#: templates/playlist.tpl:26 templates/password.tpl:10 templates/video.tpl:83
|
||||
#: templates/video.tpl:86 templates/index.tpl:18
|
||||
#: templates/video.tpl:86 templates/index.tpl:19
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
|
@ -110,18 +110,18 @@ msgstr ""
|
|||
msgid "Copy here the URL of your video (Youtube, Dailymotion, etc.)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:23
|
||||
#: templates/index.tpl:24
|
||||
msgid "Audio only (MP3)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:28
|
||||
#: templates/index.tpl:29
|
||||
msgid "See all supported websites"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:30
|
||||
#: templates/index.tpl:31
|
||||
msgid "Drag this to your bookmarks bar:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.tpl:31
|
||||
#: templates/index.tpl:32
|
||||
msgid "Bookmarklet"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in a new issue