~ubuntu-branches/ubuntu/wily/aegisub/wily-proposed

« back to all changes in this revision

Viewing changes to automation/autoload/cleantags-autoload.lua

  • Committer: Package Import Robot
  • Author(s): Sebastian Reichel
  • Date: 2013-11-14 16:49:59 UTC
  • mto: (5.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20131114164959-gcmzfp1gu1alvtib
Tags: upstream-3.0.4
Import upstream version 3.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--[[ 
 
1
--[[ 
2
2
"Clean Tags" -- An Auto4 LUA script for cleaning up ASS subtitle lines of badly-formed override 
3
3
blocks and redundant/duplicate tags
4
4
* Designed to work for Aegisub 2.0 and above (only pre-release version was available at the time of 
26
26
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27
27
]]
28
28
 
29
 
script_name = "Clean Tags"
30
 
script_description = "Clean subtitle lines by re-arranging ASS tags and override blocks within the lines"
 
29
local tr = aegisub.gettext
 
30
 
 
31
script_name = tr"Clean Tags"
 
32
script_description = tr"Clean subtitle lines by re-arranging ASS tags and override blocks within the lines"
31
33
script_author = "Muhammad Lukman Nasaruddin (ai-chan)"
32
34
script_version = "1.20"
33
35
script_modified = "25 February 2009"