diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-12-29 19:02:04 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-12-29 19:02:04 +0000 |
| commit | 25c7a118f07d2dea9a8e6f6619ab51447f953068 (patch) | |
| tree | 7f0a6d836df9ada52a62253c83f2ee953749b7e5 /.tx | |
| parent | ccf395b7843bc027a61b14e83505840650039406 (diff) | |
| download | qmmp-25c7a118f07d2dea9a8e6f6619ab51447f953068.tar.gz qmmp-25c7a118f07d2dea9a8e6f6619ab51447f953068.tar.bz2 qmmp-25c7a118f07d2dea9a8e6f6619ab51447f953068.zip | |
added mpeg plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7807 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to '.tx')
| -rw-r--r-- | .tx/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config index c86573a98..32f94d97d 100644 --- a/.tx/config +++ b/.tx/config @@ -103,6 +103,12 @@ source_lang = en source_file = src/plugins/Input/flac/translations/flac_plugin_en.ts type = QT +[qmmp.mpeg] +file_filter = src/plugins/Input/mpeg/translations/mpeg_plugin_<lang>.ts +source_lang = en +source_file = src/plugins/Input/mpeg/translations/mpeg_plugin_en.ts +type = QT + [qmmp.opus] file_filter = src/plugins/Input/opus/translations/opus_plugin_<lang>.ts source_lang = en |
