Skip to content

Commit

Permalink
Adding a couple of text extensions: manual and ransis
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pozhidaev committed Jul 19, 2018
1 parent 055d42c commit aa2650a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class Channel extends ChannelBase
}
catch(Exception | UnsatisfiedLinkError e)
{
Log.warning(LOG_COMPONENT, "unable to load RHVoice_core:" + e.getClass().getName() + ":" + e.getMessage());
}
final Path dataPath = Paths.get("rhvoice", "data");
final Path configPath = Paths.get("rhvoice", "config");
Expand All @@ -85,6 +84,7 @@ class Channel extends ChannelBase
catch(RHVoiceException e)
{
Log.error(LOG_COMPONENT, "rhvoice refuses to initialize:" + e.getClass().getName() + ":" + e.getMessage());
Log.error(LOG_COMPONENT, "current directory is " + (new File(".").getAbsolutePath()));
return false;
}
//Selecting the voice
Expand Down
3 changes: 3 additions & 0 deletions text/manual.ext
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

command.manual.reader = http:https://luwrain.org/doc/user/manual/?mode=adapted
command.manual.title.ru = Руководство пользователя
3 changes: 3 additions & 0 deletions text/ransis.ext
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

command.radio-ransis.radio = http:https://radio.ransis.org:8000/ransis
command.radio-ransis.title.ru = Радио РАНСИС

0 comments on commit aa2650a

Please sign in to comment.