chrys87 / fenrir

An TTY screenreader for Linux.
GNU Lesser General Public License v3.0
46 stars 14 forks source link

update readme #55

Closed RybinDen closed 4 years ago

RybinDen commented 4 years ago

Example localization for raspberry

RybinDen commented 4 years ago

This inpho in documentation

chrys87 commented 4 years ago

Oh, the translations dont get installed by default by the setup.py or the simple install script? I didnt realize that. let me fix that.

RybinDen commented 4 years ago

yes. Translation file not installed. Ok, if will be translation avtomaticle. You also need to change in config file the setting "punctuationProfile" on fileNameMyLang.

RybinDen commented 4 years ago

this example my ru.conf punctuation file:

...
[punctDict]
 :===:пробел
&:===:амперсант
':===:апостроф
@:===:собака
\:===:обратная косая
|:===:вертикальная
!:===:восклицательный
^:===:крышка
::===:двоеточие
,:===:запятая
-:===:дефис
$:===:доллар
.:===:точка
>:===:больше
`:===:обратный апостроф
#:===:решетка
{:===:левая фигурная
[:===:левая квадратная
(:===:левая круглая
<:===:меньше
%:===:процент
+:===:плюс
?:===:вопрос
":===:кавычка
):===:правая круглая
}:===:правая фигурная
]:===:правая квадратная
;:===:точка с запятой
/:===:косая черта
*:===:звездочка
~:===:тильда
_:===:подчеркивание
=:===:равно
...