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": {
|
"scripts": {
|
||||||
"compile": "composer install --ignore-platform-reqs",
|
"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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/playlist.tpl:26 templates/password.tpl:10 templates/video.tpl:83
|
#: 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"
|
msgid "Download"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -110,18 +110,18 @@ msgstr ""
|
||||||
msgid "Copy here the URL of your video (Youtube, Dailymotion, etc.)"
|
msgid "Copy here the URL of your video (Youtube, Dailymotion, etc.)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/index.tpl:23
|
#: templates/index.tpl:24
|
||||||
msgid "Audio only (MP3)"
|
msgid "Audio only (MP3)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/index.tpl:28
|
#: templates/index.tpl:29
|
||||||
msgid "See all supported websites"
|
msgid "See all supported websites"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/index.tpl:30
|
#: templates/index.tpl:31
|
||||||
msgid "Drag this to your bookmarks bar:"
|
msgid "Drag this to your bookmarks bar:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/index.tpl:31
|
#: templates/index.tpl:32
|
||||||
msgid "Bookmarklet"
|
msgid "Bookmarklet"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in a new issue