Skip to content

Commit

Permalink
Added Romanian search language
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed May 13, 2012
1 parent 4a0db41 commit 26b4c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions SubtitlesFinder.lua
Expand Up @@ -693,6 +693,7 @@ languages = {
{ title = "Japanese", tag = "ja" },
{ title = "Polish", tag = "pl" },
{ title = "Portuguese", tag = "pt" },
{ title = "Romanian", tag = "ron" },
{ title = "Russian", tag = "ru" },
{ title = "Spanish", tag = "es" }
}
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
@@ -1 +1 @@
Changelog1.x- [thePanz] Added Dutch to seatch languages1.1- [thePanz] Added NSIS installer script- [thePanz] Renamed plugin to SubtitlesFinder.lua- [thePanz] Added modern Greek to search languages- [thePanz] Added modern Hebrew to search languages1.04.1- [thePanz] Renamed plugin (changed plugin data)1.04- [ale5000] Updated for the latest GIT build (now almost all lua bugs are fixed)- [ale5000] Bumped the minimum version required- [ale5000] Minor changes1.03- Fixed the duplicated names that were appearing in the search- Fixed the empty names that were appearing in the search- Now there is a message when it doesn't find anything- Minor optimizations- Minor fixes1.02- Fix for the latest GIT build1.01- Changed version schema- Now there isn't any dialog showed by default, you can still open them from the menu- Now it is more clear when the script is working- Added some dlg:flush() that were missing (this fix the elements in the dialog that weren't updated)- Now it catch the fail of vlc.stream- Minor fixes0.1.8- Now you can open a new dialog while the previous is still open- Fixed getting title in the new version of VLC- Now using dlg:flush() where appropriate- Workarounded some bugs in VLCIMPORTANT: Now it no longer work on old versions of VLC0.1.7- Removed the button "+"; it is useless since the title is updated automatically- The download dialog can now be hidden/showed- Added the "Load from url..." dialog- The code of parse_archive() is now a separate function called by both "Load from url..." and the normal subtitles download dialog.- Minor changes0.1.6- Some variables made local- Minor fixes- Added .rar archive support ("stream_filter_rar" is incomplete and can only use one file in the archive, need a fix in VLC) Note: VLC support only uncompressed .rar files
Changelog1.x- [thePanz] Added Romanian to seatch languages- [thePanz] Added Dutch to seatch languages1.1- [thePanz] Added NSIS installer script- [thePanz] Renamed plugin to SubtitlesFinder.lua- [thePanz] Added modern Greek to search languages- [thePanz] Added modern Hebrew to search languages1.04.1- [thePanz] Renamed plugin (changed plugin data)1.04- [ale5000] Updated for the latest GIT build (now almost all lua bugs are fixed)- [ale5000] Bumped the minimum version required- [ale5000] Minor changes1.03- Fixed the duplicated names that were appearing in the search- Fixed the empty names that were appearing in the search- Now there is a message when it doesn't find anything- Minor optimizations- Minor fixes1.02- Fix for the latest GIT build1.01- Changed version schema- Now there isn't any dialog showed by default, you can still open them from the menu- Now it is more clear when the script is working- Added some dlg:flush() that were missing (this fix the elements in the dialog that weren't updated)- Now it catch the fail of vlc.stream- Minor fixes0.1.8- Now you can open a new dialog while the previous is still open- Fixed getting title in the new version of VLC- Now using dlg:flush() where appropriate- Workarounded some bugs in VLCIMPORTANT: Now it no longer work on old versions of VLC0.1.7- Removed the button "+"; it is useless since the title is updated automatically- The download dialog can now be hidden/showed- Added the "Load from url..." dialog- The code of parse_archive() is now a separate function called by both "Load from url..." and the normal subtitles download dialog.- Minor changes0.1.6- Some variables made local- Minor fixes- Added .rar archive support ("stream_filter_rar" is incomplete and can only use one file in the archive, need a fix in VLC) Note: VLC support only uncompressed .rar files
Expand Down

0 comments on commit 26b4c6a

Please sign in to comment.