Commit Graph

7714 Commits

Author SHA1 Message Date
Ivandro Ismael
8600d402b1 [Utilities] - Change to native array init to avoid issue with unix platforms. 2016-09-29 18:03:40 +01:00
Nikolaj Olsson
e0b49e8fc3 Hm, don't know how this $(PackagesConfig) works... 2016-09-28 18:59:23 +02:00
Nikolaj Olsson
25df6c025e Trying to move "packages.config" one folder up (so it works better with VS) 2016-09-28 18:31:44 +02:00
Waldi Ravens
f895ecf55c Updated ILRepack to version 2.0.11 2016-09-27 21:55:34 +02:00
Waldi Ravens
1aa9400b1d Updated eng_OCRFixReplaceList.xml 2016-09-27 21:42:31 +02:00
Kruno H
669456810c Update hrv_OCRFixReplaceList.xml
Closes #1979
2016-09-27 20:56:59 +02:00
Nikolaj Olsson
b2783962ac Fixed bad variable naming - thx ivandrofly :) 2016-09-27 20:34:13 +02:00
Nikolaj Olsson
f404b0ecee removed unused using statement + missing project file from last commit... 2016-09-27 18:47:26 +02:00
Nikolaj Olsson
6f9a71ba8b Added new subtitle format 2016-09-27 18:46:29 +02:00
Nikolaj Olsson
3f58d5cd94 Merge pull request #1977 from ivandrofly/macsub
[MacSub] - Implement read/writing for MacSub
2016-09-27 18:39:40 +02:00
Nikolaj Olsson
70a51b58e3 Fixed typo - fix #1982 - thx amn :) 2016-09-27 18:31:24 +02:00
Nikolaj Olsson
9917c98d53 Another 1980 fix - thx Jamakmake :) 2016-09-27 18:23:13 +02:00
Nikolaj Olsson
49e3d353d4 Fix for export issue #1980 - thx Jamakmake :) 2016-09-27 18:16:06 +02:00
Nikolaj Olsson
8c24c94c49 Better fix for last commit... 2016-09-27 15:40:16 +02:00
Nikolaj Olsson
ef5307e674 Fixed bug regarding "-" and command line convert (e.g. /offset:-11:129) - thx Jamakmake :) 2016-09-27 15:38:03 +02:00
aaaxx
e5c3157767 Update eng_OCRFixReplaceList.xml
Closes #1978

Edits
========================================

Should be spaced instead of hyphenated (probably joined by OCR):

- `<Word from="airstrike" to="air-strike" />`
- `<Word from="wallplant" to="wall-plant" />`

Typo in replacement:

- `<Word from="lfeelonelung" to="l feel one lung" />`
- `<Word from="lneed"        to="l need" />`
- `<Word from="lthink___"    to="l think..." />`
- `<Word from="ltold"        to="l told" />`
- `<Word from="lv\/asn't"    to="l wasen't" />`
- `<Word from="Voilé"        to="Voilá" />`
- `<Ending from="pshycol"    to="pshyco!" />`

Capital "i" is a more likely replacement:

- `<Word from="lt"      to="it" />`
- `<Word from="lt'II"   to="it'll" />`
- `<Word from="lt'Il"   to="it'll" />`
- `<Word from="lt'll"   to="it'll" />`
- `<Word from="lt's"    to="it's" />`
- `<Word from="lfstill" to="if still" />`

Vocative, always needs a comma:

- `<Word from="HeyJennifer" to="Hey Jennifer" />`

Removals
========================================

Spelling varies between dictionaries:

- `<Word from="kickflip"  to="kick-flip" />`
- `<Word from="voicemail" to="voice-mail" />`

British vs. American spelling:

- `<Word from="judgement"  to="judgment" />`
- `<Word from="fulfilment" to="fulfillment" />`

Typo, not an OCR error, so spellchecker should deal with it (it doesn't make sense to keep a list of all possible misspellings):

- `<Word from="Goddamit"     to="Goddammit" />`
- `<Word from="mischevious"  to="mischievous" />`
- `<Word from="perscribed"   to="prescribed" />`
- `<Word from="perscription" to="prescription" />`
- `<Word from="pshyco"       to="psycho" />`
- `<Word from="thoguht"      to="thought" />`

Spelling changes meaning:

- `<Word from="ahold"  to="a hold" />`
- `<Word from="google" to="Google" />`

Find and replace are the same:

- `<Word from="I thought" to="I thought" />`
- `<Word from="literally" to="literally" />`

Resulting punctuation seems unlikely:

- `<Word from="'Qkay_"         to="- Okay!" />`
- `<Word from="_Qkay-"         to="- Okay!" />`
- `<Word from="'Qkay"          to="- Okay" />`
- `<Word from="JOEY-"          to="Joey!" />`
- `<Word from="_NO__"          to="No--" />`

Other reason:

Replacement rule                              | Comment
:---------------------------------------------|:-------------------
`<Word from="cp"          to="op" />`         | doesn't seem useful
`<Word from="lnte"        to="inte" />`       | doesn't seem useful
`<Word from="gothere"     to="go there" />`   | could also be "got here"
`<Word from="ridonculous" to="ridiculous" />` | intentional mispronunciation
`<Word from="I02"         to="Pops" />`       | seems really implausible, and it could mess up IDs, codes, etc.
2016-09-27 15:10:58 +02:00
Nikolaj Olsson
1914a4942f Merge pull request #1976 from ivandrofly/phxSub
[PhoenixSubtitle] - Minor fixes/Update.
2016-09-26 21:14:06 +02:00
Ivandro Ismael
3962ab9335 [PhoenixSubtitle] - Minor fixes/Update. 2016-09-26 17:40:33 +01:00
Ivandro Ismael
3cda76cffc [MacSub] - Implement read/writing for MacSub 2016-09-25 23:57:26 +01:00
Nikolaj Olsson
f953e75a40 Merge pull request #1973 from ivandrofly/main-10
[Main] - Cache subtitle hash.
2016-09-25 18:14:37 +02:00
Ivandro Ismael
c349cfdfc3
[Main] - Cache subtitle hash. 2016-09-25 16:06:54 +01:00
aaaxx
74c5c0a29e Updated OcrFixReplaceList.cs
Added other common Latin ligatures present in Unicode.

Also added the acute accent, which I've often seen used instead of the
apostrophe, either as an OCR error or because people mistake it for the
curly apostrophe.

Closes #1961
2016-09-25 11:15:04 +02:00
Nikolaj Olsson
8aba3f8f17 Merge pull request #1970 from ghoogland/issue-1969-cavena890mapping
Fix issue-1969 cavena890 character mapping
2016-09-25 06:57:50 +02:00
Nikolaj Olsson
8b966c46a8 Merge pull request #1964 from ivandrofly/phoenix-sf
[PhoenixSubtitle] - Add new subtitle format.
2016-09-25 06:47:57 +02:00
Ivandro Ismael
efebaf8cdf
[PhoenixSubtitle] - Encode/Decode to frame & Minor refact. 2016-09-24 20:33:32 +01:00
Kruno H
6792825dda Update hrv_OCRFixReplaceList.xml
Closes #1972
2016-09-24 19:17:58 +02:00
ghoogland
38932e796f Fix issue-1969 cavena890 character mapping
Added mapping for more diacritics/special characters in cavena890.cs, back and forth.
2016-09-23 16:42:15 +02:00
Ivandro Ismael
4a5a61e419
[PhoenixSubtitle] - Minor refact. 2016-09-23 15:28:13 +01:00
Waldi Ravens
c5cff7d0bc installer: added gpl.txt to the remove-old-files list 2016-09-23 13:29:46 +02:00
Ivandro Ismael
c1188fefc0
[PhoenixSubtitle] - Add new subtitle format. 2016-09-22 14:11:14 +01:00
Waldi Ravens
d44323f8df Updated hrv_OCRFixReplaceList.xml 2016-09-21 14:33:39 +02:00
Waldi Ravens
1b5ddde1aa translations: convert <SyntaxColorTextMoreThanXLines> to <SyntaxColorTextMoreThanMaxLines> 2016-09-21 13:43:16 +02:00
Waldi Ravens
f6e8956080 Formatting (whitespace only) 2016-09-21 12:40:08 +02:00
Waldi Ravens
e26c5acdf5 dictionaries: automated XML upkeep 2016-09-21 12:40:08 +02:00
Kruno H
dc01fe0b27 Update hrv_OCRFixReplaceList.xml
Closes #1965
2016-09-21 12:29:00 +02:00
Waldi Ravens
2e71b9f31b installer: gpl.txt ==> LICENSE.txt 2016-09-21 11:50:24 +02:00
Nikolaj Olsson
a8275ff459 Merge pull request #1963 from ivandrofly/license
[LICENSE] - Rename gpl => LICENSE.
2016-09-21 03:52:10 +02:00
Ivandro Ismael
aaae3d4277
[LICENSE] - Rename gpl => LICENSE. 2016-09-20 17:51:51 +01:00
Waldi Ravens
7a2fe71686 Updated German translation 2016-09-20 12:27:44 +02:00
Kruno H
6771480232 Update hrv_OCRFixReplaceList.xml
Closes #1959
2016-09-19 10:14:55 +02:00
xylographe
5573ae0ea9 Merge pull request #1957 from aaaxx/patch-1
Updated the English OCR fix replace list
2016-09-19 08:43:12 +02:00
xylographe
633e24972a Merge pull request #1962 from aaaxx/OcrFixUseHardcodedRules-2
minor comment edit in OcrFixReplaceList.cs
2016-09-19 08:34:52 +02:00
aaaxx
a02a82a599 minor comment edit in OcrFixReplaceList.cs 2016-09-19 03:00:26 +02:00
aaaxx
1443e279a6 Removed licence/license rule: it's not a typo
In British English "licence" is a noun and "license" a verb.
2016-09-16 06:40:36 +02:00
Nikolaj Olsson
822c917a4c Updated simplified Chinese translation - thx Leon :) 2016-09-15 17:54:47 +02:00
Nikolaj Olsson
8d2f6cbd25 New five seonds back/forward shortcut is now actually save/loaded - thx Victor :) 2016-09-15 17:43:49 +02:00
Waldi Ravens
ec0ceb3131 Updated French translation 2016-09-15 13:15:25 +02:00
Waldi Ravens
e20dc78352 Updated Dutch translation 2016-09-14 15:05:57 +02:00
Nikolaj Olsson
14d94375b2 Shortcut "Set end, add new and go to new" now tries to use min gap - thx Grega :) 2016-09-13 22:17:38 +02:00
Nikolaj Olsson
a4df3306eb Updated change log 2016-09-13 17:16:35 +02:00